Skip to main content
Support and product teams use agents when resolving a request requires conversation history, approved product knowledge, live customer data, or actions in another system. Agno combines persistent sessions, specialist teams, tools, approval gates, and human escalation in one runtime.
support_team.py
Create a virtual environment, install the OpenAI and SQLite integrations, and set OPENAI_API_KEY before running the team:
The team can consult both specialists for this request. Reuse the session_id for later messages on the same ticket and the user_id for the same customer. Add confirmation-required tools before permitting account changes or refunds.

Build the resolution path

Choose the execution model

Teams let the model choose the relevant specialist. Workflows encode branches and required steps in code. A support system can use a workflow for intake and escalation, with a team inside a step for specialist investigation.

Set action boundaries

Serve support channels

Improve from resolved requests

Next steps