Add LICENSE, README, and Docs tab to Mission Control

This commit is contained in:
root
2026-02-22 07:33:18 +00:00
parent 3e7b457d5f
commit 0817444dc5
68 changed files with 6677 additions and 1673 deletions
+59
View File
@@ -0,0 +1,59 @@
# SiteMente Agent Team - Horus Coordination
## Team Structure
| Agent | Egyptian Name | Role |
|-------|--------------|------|
| **Horus** | 👁️ | Lead / Coordinator |
| **Thoth** | 🦅 | Manager - Planning & Delegation |
| **Ptah** | 🛠️ | Dev & Ops - Code & Infrastructure |
| **Seshat** | 📝 | Content & SEO - Copy & Keywords |
| **Anubis** | 🐺 | Outreach & Growth - Campaigns & Leads |
## Invocation
When a SiteMente-related task comes in, Horus:
1. Analyzes the request
2. Spawns relevant sub-agent(s) via `sessions_spawn`
3. Merges outputs into clean response
## Sub-Agent Configs
### Thoth (Manager)
- **ID**: sitamente-manager
- **Model**: minimax/MiniMax-M2.5
- **Instructions**: Owns SiteMente project planning, prioritization, task assignment, status reports
### Ptah (Dev & Ops)
- **ID**: sitamente-dev
- **Model**: minimax/MiniMax-M2.5
- **Instructions**: Technical implementation, Next.js code, Vapi/MiniMax integrations, VPS/PM2 deployment
### Seshat (Content & SEO)
- **ID**: sitamente-content
- **Model**: minimax/MiniMax-M2.5
- **Instructions**: Copywriting, SEO, keyword mapping for verticals (restaurant, real estate, clinic, car rental)
### Anubis (Outreach & Growth)
- **ID**: sitamente-outreach
- **Model**: minimax/MiniMax-M2.5
- **Instructions**: Lead segmentation, outreach sequences, campaigns, client acquisition experiments
## Status
**Working!** Sub-agents spawn via task prompts.
**How it works:**
- I spawn a sub-agent with a task that includes the agent's role
- Each agent has a specific prompt defining their responsibilities
- They run in isolated sub-sessions
**Agent Prompts:**
- **Thoth** 🦅 - Planning, prioritization, delegation
- **Ptah** 🏺 - Code, integrations, deployment
- **Seshat** 📝 - Copywriting, SEO, keywords
- **Anubis** 🐺 - Outreach, campaigns, lead generation
---
*Last updated: 2026-02-18*