agents.reasoning_and_critique.self_discover.agentΒΆ

Self-Discover MultiAgent implementation.

FunctionsΒΆ

create_self_discover_agent([name])

Create a Self-Discover MultiAgent with the four-stage process.

get_default_modules()

Get default reasoning modules for Self-Discover process.

main()

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:

str

async agents.reasoning_and_critique.self_discover.agent.main()ΒΆ

Example usage of Self-Discover agent.