Agent Tutorials

How to Create a New Agent

  • Step-by-step guide to adding a new agent:

    1. Inherit from AgentBase.

    2. Implement the execute method with agent logic.

    3. 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