2c9f281377
Features: - Egyptian agent faces module - Meeting room concept - Client portal spec - AnveVoice integration docs Built: March 2026
60 lines
2.2 KiB
Markdown
60 lines
2.2 KiB
Markdown
# AI Tele-Center Specification
|
|
|
|
## Overview
|
|
3D virtual office where AI agents work and clients can watch them.
|
|
|
|
## Architecture
|
|
```
|
|
┌─────────────────────────────────────┐
|
|
│ AI TELE-CENTER │
|
|
├─────────────────────────────────────┤
|
|
│ 3D Office (Claw3D) │
|
|
│ ├── Reception │
|
|
│ ├── Agent Desks │
|
|
│ ├── Meeting Room │
|
|
│ └── Break Room │
|
|
├─────────────────────────────────────┤
|
|
│ Egyptian Agents │
|
|
│ ├── Horus (Orchestrator) │
|
|
│ ├── Cleopatra (Voice) │
|
|
│ ├── Anubis (Outreach) │
|
|
│ └── ... │
|
|
├─────────────────────────────────────┤
|
|
│ Client Portal │
|
|
│ ├── Watch Agent │
|
|
│ ├── Assign Tasks │
|
|
│ └── View Metrics │
|
|
└─────────────────────────────────────┘
|
|
```
|
|
|
|
## Agent Types
|
|
- **Horus** 👁️ - Master Orchestrator, sees all
|
|
- **Cleopatra** 👑 - Voice AI, speaks to customers
|
|
- **Anubis** 🐕 - Lead generation, cold outreach
|
|
- **Thoth** 🐦 - Research, strategy
|
|
- **Ptah** 🔨 - Development, deployment
|
|
- **Seshat** 📝 - Content, SEO, documentation
|
|
- **Sekhmet** 🦁 - Trading, risk management
|
|
- **Maat** ⚖️ - Quality assurance
|
|
|
|
## Meeting Room
|
|
- Daily standups at 9 AM
|
|
- Sprint planning
|
|
- Retrospectives
|
|
- Agent collaboration
|
|
|
|
## Client Portal
|
|
- See ONLY their hired agent(s)
|
|
- Real-time activity feed
|
|
- Task assignment
|
|
- Performance metrics
|
|
- Chat with agent
|
|
|
|
## TODO
|
|
- [ ] Integrate Egyptian faces into Claw3D
|
|
- [ ] Build meeting room
|
|
- [ ] Connect to OpenClaw runtime
|
|
- [ ] Build client portal
|
|
- [ ] Add AnveVoice for phone/SMS
|
|
- [ ] Test with real agents
|