swarmauri.core.agents.IAgent module

class swarmauri.core.agents.IAgent.IAgent[source]

Bases: ABC

abstract exec(input_data, llm_kwargs)[source]

Executive method that triggers the agent’s action based on the input data.

Return type:

Any