Agents

10 autonomous agents, each specialized for a different domain. They run independently with their own context, tools, and decision-making logic.

🤖 STANLEY

active

Chief Orchestrator

Routes tasks to the right agent, manages priorities, maintains system-wide context. The quarterback.

💼 Tarah

active

Executive Assistant

Email management, calendar scheduling, meeting prep, follow-ups. Handles the administrative load.

🔍 Scout

active

Research Agent

Web search, competitive intelligence, market analysis, fact-checking. Finds information fast.

📈 Satoshi

active

Trading Agent

Market analysis, strategy execution, funding rate monitoring, position management. Runs 24/7.

✍️ Aria

active

Content Creator

Article writing, editing, publishing, SEO optimization. Full content pipeline from research to publish.

📰 Briefing

active

Daily Intelligence

Aggregates data from all systems into a morning briefing. Trading, leads, content, system health.

🎦 Clips

active

Video & Media

Short-form video creation, thumbnails, social media assets. AI-powered media production.

📡 Social

active

Social Media

Posting, engagement tracking, analytics, cross-platform scheduling. Manages your online presence.

📖 Chronicler

active

Documentation

Code documentation, changelogs, knowledge base maintenance. Keeps everything documented.

🎨 Zoe Minnie

active

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