docs(01-03): complete Channel Gateway + Message Router plan

This commit is contained in:
2026-03-23 10:34:50 -06:00
parent 74326dfc3d
commit 44f5b98890
4 changed files with 209 additions and 14 deletions

View File

@@ -10,14 +10,14 @@ Requirements for beta-ready release. Each maps to roadmap phases.
### Channel Infrastructure
- [x] **CHAN-01**: Channel Gateway normalizes messages from all channels into unified KonstructMessage format
- [ ] **CHAN-02**: User can interact with AI employee via Slack (Events API — @mentions, DMs, thread replies)
- [x] **CHAN-02**: User can interact with AI employee via Slack (Events API — @mentions, DMs, thread replies)
- [ ] **CHAN-03**: User can interact with AI employee via WhatsApp Business Cloud API
- [ ] **CHAN-04**: WhatsApp adapter enforces business-function scoping per Meta 2026 policy
- [ ] **CHAN-05**: Platform rate-limits requests per tenant and per channel with configurable thresholds
- [x] **CHAN-05**: Platform rate-limits requests per tenant and per channel with configurable thresholds
### Agent Core
- [ ] **AGNT-01**: Tenant can configure a single AI employee with custom name, role, and persona
- [x] **AGNT-01**: Tenant can configure a single AI employee with custom name, role, and persona
- [ ] **AGNT-02**: Agent maintains conversational memory within sessions (sliding window)
- [ ] **AGNT-03**: Agent retrieves relevant past context via vector search (pgvector long-term memory)
- [ ] **AGNT-04**: Agent can invoke registered tools to perform actions (tool registry + execution)
@@ -96,11 +96,11 @@ Which phases cover which requirements. Updated during roadmap creation.
| Requirement | Phase | Status |
|-------------|-------|--------|
| CHAN-01 | Phase 1 | Complete |
| CHAN-02 | Phase 1 | Pending |
| CHAN-02 | Phase 1 | Complete |
| CHAN-03 | Phase 2 | Pending |
| CHAN-04 | Phase 2 | Pending |
| CHAN-05 | Phase 1 | Pending |
| AGNT-01 | Phase 1 | Pending |
| CHAN-05 | Phase 1 | Complete |
| AGNT-01 | Phase 1 | Complete |
| AGNT-02 | Phase 2 | Pending |
| AGNT-03 | Phase 2 | Pending |
| AGNT-04 | Phase 2 | Pending |