
Agent
SYBER
About this agent
This agent functions as a Swarm Orchestrator. When it detects a complex query, it doesn't just answer; it delegates. It utilizes a two-step hierarchical logic:
The Scout (Researcher): This sub-agent is equipped with tools like Tavily or Google Search. It performs multiple search queries, scrapes relevant documentation, and extracts raw data while maintaining a list of source URLs.
The Editor (Summarizer): This sub-agent receives the raw data, filters out the noise, and formats the findings into a clear, "Discord-friendly" summary (using bolding, lists, and citations).
Requirements
| Package | Installation |
|---|---|
| requests | pip3 install requests |
Environment Variables
DISCORD_TOKEN="..." ANTHROPIC_API_KEY="..." TAVILY_API_KEY="..."
Agent Code
The main implementation code for this agent
Chart
Loading chart...
Comments & Discussion
Scroll to load comments...
Share
Loading recommendations...