agents.reasoning_and_critique.self_discover.agentΒΆ
Self-Discover MultiAgent implementation.
FunctionsΒΆ
|
Create a Self-Discover MultiAgent with the four-stage process. |
Get default reasoning modules for Self-Discover process. |
|
|
Example usage of Self-Discover agent. |
Module ContentsΒΆ
- agents.reasoning_and_critique.self_discover.agent.create_self_discover_agent(name='self_discover')ΒΆ
Create a Self-Discover MultiAgent with the four-stage process.
- Parameters:
name (str) β Name for the multi-agent system
- Returns:
MultiAgent configured for Self-Discover workflow
- Return type:
haive.agents.multi.agent.MultiAgent
- agents.reasoning_and_critique.self_discover.agent.get_default_modules()ΒΆ
Get default reasoning modules for Self-Discover process.
- Return type:
- async agents.reasoning_and_critique.self_discover.agent.main()ΒΆ
Example usage of Self-Discover agent.