antikythera_agents.decorators
¤
Functions¤
agent
¤
agent(type: str)
Decorator to register an agent class with a specific type.
Parameters:
-
type(str) –The agent type identifier (e.g., "system", "user_interaction")
Examples:
get_agent_class
¤
get_agent_tools
¤
list_registered_agents
¤
List all registered agent types and their classes.
Returns:
-
dict–Dictionary mapping agent type strings to their classes