Phase 2: Multi-Domain Autonomous Operations
Начинается только после успешного MVP-Phase.
Цель
Расширить систему за пределы intelligence: добавить departments, улучшить memory, начать limited customer-facing.
Ключевые добавления
1. New Departments
| Department | Agents | Scope |
|---|---|---|
| Sales | LeadQualifier, OutreachWriter | Draft only — all outbound через human approval |
| Marketing | ContentWriter, PostScheduler | Draft + schedule, НЕ publish автоматически |
| R&D | HypothesisGenerator, MVPSpecWriter | Internal analysis and documentation |
| Ops | HealthMonitor, DeployAgent | Read-only monitoring, no destructive ops |
2. Memory Upgrade
- pgvector semantic search (замена full-text PG)
- Cross-department memory sharing (через Agent-Librarian)
- Auto manifest indexing on git push
- Embedding model selection (benchmark: ada-002 vs alternatives)
3. Policy Engine v2
- Rate limiting per agent + per tool
- Budget tracking через Redis counters (real-time)
- PII/secrets detection в agent outputs
- Incident pattern detection
4. OpenClaw Integration
- Миграция 8 существующих агентов в новую систему
- Shared memory: старые агенты ↔ новые
- Без downtime для текущих пользователей
5. Limited Customer-Facing
- Support replies: agent draft → human approve → send
- Scope: FAQ-level только
- НИКАКИХ sales/financial/legal автоматических ответов
- Каждое сообщение:
"(automated reply, sent by AI agent)"
6. Observability Upgrade
- Grafana dashboard (cost, performance, errors)
- Alert rules (budget, success rate, security)
- OpenTelemetry traces (end-to-end request tracking)
Success Criteria
| Критерий | Target |
|---|---|
| Active agents | 15+ стабильно |
| Daily cost | < $20 |
| Judge acceptance average | ≥ 85% |
| Support via approval path | 50%+ of support queries |
| Security incidents | Zero |
What We’ll Reassess
Решения, которые пересмотрим по данным Phase 2:
- Нужен ли FinanceDirector или human достаточно?
- Нужна ли отдельная БД для OLAP (analytics vs operational)?
- Нужен ли Web UI вместо/помимо Telegram?
- pgvector достаточно или нужен Qdrant?
- Можно ли заменить CEO Opus → Sonnet с multi-step?
Связанные документы
- MVP-Phase — предыдущая фаза
- Backlog — pool идей
- _Roles-Index — все агенты
- System-Overview — архитектура