Prepare for v2 development: Add MCP integration and future development planning

- Add FUTURE_DEVELOPMENT.md with comprehensive v2 protocol specification
- Add MCP integration design and implementation foundation
- Add infrastructure and deployment configurations
- Update system architecture for v2 evolution

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
anthonyrawlins
2025-08-07 14:38:22 +10:00
parent 5f94288fbb
commit 065dddf8d5
41 changed files with 14970 additions and 161 deletions

View File

@@ -23,7 +23,7 @@ graph TD
BzzzAgent -- "Uses" --> Logging
P2P(P2P/PubSub Layer) -- "Discovers Peers" --> Discovery
P2P -- "Communicates via" --> Antennae
P2P -- "Communicates via" --> HMMM
Integration(GitHub Integration) -- "Polls for Tasks" --> HiveAPI
Integration -- "Claims Tasks" --> GitHub
@@ -84,7 +84,7 @@ flowchart TD
K -- "Needs Help" --> MD1
%% Meta-Discussion Loop (Separate Cluster)
subgraph Meta_Discussion ["Meta-Discussion (Antennae)"]
subgraph Meta_Discussion ["Meta-Discussion (HMMM)"]
MD1{Agent Proposes Plan} -->|PubSub| MD2[Other Agents Review]
MD2 -->|Feedback| MD1
MD1 -->|Stuck?| MD3{Escalate to N8N}