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.
|
|
1 day ago | |
|---|---|---|
| .. | ||
| README.md | 1 day ago | |
| agent_judge_evaluation_criteria_example.py | 4 months ago | |
| agent_judge_example.py | 6 months ago | |
| consistency_agent.py | 6 months ago | |
| consistency_example.py | 4 months ago | |
| gpk_agent.py | 6 months ago | |
| iterative_agent.py | 6 months ago | |
| malt_example.py | 6 months ago | |
| reasoning_agent_router.py | 4 months ago | |
| reasoning_agent_router_now.py | 4 months ago | |
| reasoning_duo.py | 1 month ago | |
| reasoning_duo_example.py | 6 months ago | |
| reasoning_duo_test.py | 4 months ago | |
README.md
Reasoning Agent Examples
This directory contains examples demonstrating advanced reasoning capabilities for single agents.
Examples
- agent_judge_evaluation_criteria_example.py - Evaluation criteria for agent judging
- agent_judge_example.py - Agent judging system
- consistency_agent.py - Consistency checking agent
- consistency_example.py - Consistency example
- gpk_agent.py - GPK reasoning agent
- iterative_agent.py - Iterative reasoning agent
- malt_example.py - MALT reasoning example
- reasoning_agent_router_now.py - Current reasoning router
- reasoning_agent_router.py - Reasoning agent router
- reasoning_duo_example.py - Two-agent reasoning
- reasoning_duo_test.py - Reasoning duo testing
- reasoning_duo.py - Reasoning duo implementation
Overview
Reasoning agent examples demonstrate advanced reasoning patterns including iterative reasoning, consistency checking, agent judging systems, and multi-agent reasoning collaboration. These examples showcase how to implement sophisticated reasoning capabilities beyond simple prompt-response patterns.