Agent Tutorials
How to Create a New Agent
Step-by-step guide to adding a new agent:
Inherit from
AgentBase
.Implement the
execute
method with agent logic.Register the agent in the
app.py
.
Customizing Existing Agents
Modify summarization length, validation thresholds, or formatting styles.
Agent Debugging
Debug tips for catching API or logic errors in agents.
Last updated