Agents
10 autonomous agents, each specialized for a different domain. They run independently with their own context, tools, and decision-making logic.
🤖 STANLEY
activeChief Orchestrator
Routes tasks to the right agent, manages priorities, maintains system-wide context. The quarterback.
💼 Tarah
activeExecutive Assistant
Email management, calendar scheduling, meeting prep, follow-ups. Handles the administrative load.
🔍 Scout
activeResearch Agent
Web search, competitive intelligence, market analysis, fact-checking. Finds information fast.
📈 Satoshi
activeTrading Agent
Market analysis, strategy execution, funding rate monitoring, position management. Runs 24/7.
✍️ Aria
activeContent Creator
Article writing, editing, publishing, SEO optimization. Full content pipeline from research to publish.
📰 Briefing
activeDaily Intelligence
Aggregates data from all systems into a morning briefing. Trading, leads, content, system health.
🎦 Clips
activeVideo & Media
Short-form video creation, thumbnails, social media assets. AI-powered media production.
📖 Chronicler
activeDocumentation
Code documentation, changelogs, knowledge base maintenance. Keeps everything documented.
🎨 Zoe Minnie
activeCreative Director
Design direction, branding, visual identity, creative assets. The artistic eye.
Build Your Own Agent
Agents are defined by their role, tools, and context. Creating a new agent is as simple as defining what it does:
# Define an agent in your configuration
agent:
name: "MyAgent"
role: "Describe what this agent does"
tools: ["web_search", "file_read", "api_call"]
schedule: "daily at 9am"
context: "Background information the agent needs"
Each agent gets its own execution context, so it can work independently without interfering with others. Agents can communicate through shared databases and message passing.
📡 Social
activeSocial Media
Posting, engagement tracking, analytics, cross-platform scheduling. Manages your online presence.