MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / step

Method step

camel/agents/base.py:27–29  ·  view source on GitHub ↗

r"""Performs a single step of the agent.

(self, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

25
26 @abstractmethod
27 def step(self, *args: Any, **kwargs: Any) -> Any:
28 r"""Performs a single step of the agent."""
29 pass

Callers 15

run_code_from_agentFunction · 0.45
edit_modularFunction · 0.45
fill_contentFunction · 0.45
gen_layoutFunction · 0.45
gen_layout_parallelFunction · 0.45
decomposeMethod · 0.45
composeMethod · 0.45
evolveMethod · 0.45
on_messageMethod · 0.45
wrapperMethod · 0.45
get_optionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected