You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/examples/reasoning_agents
Kye Gomez 129a10a872
[FEAT][DebateWithJudge]
1 week ago
..
agent_judge_examples [cleanup] 3 months ago
reasoning_agent_router_examples [FEAT][DebateWithJudge] 1 week ago
README.md [Examples][ReasoningAgentRouter] 1 week ago
moa_seq_example.py [DOCS][Update][ Multi agent exec utilites] 1 month ago

README.md

Reasoning Agents Examples

This directory contains examples demonstrating advanced reasoning capabilities and agent evaluation systems in Swarms.

Reasoning Agent Router Examples

The reasoning_agent_router_examples/ folder contains simple examples for each agent type supported by the ReasoningAgentRouter:

Agent Judge Examples

The agent_judge_examples/ folder contains detailed examples of the AgentJudge system:

Self-MoA Sequential Examples