Fix hardcoded paths after workspace restructure
Update all hardcoded paths from ~/AI/projects/* to ~/chorus/project-queues/active/* and ~/AI/secrets/* to ~/chorus/business/secrets/* after workspace reorganization. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
12
README.md
12
README.md
@@ -1,12 +1,12 @@
|
||||
# Bzzz + Antennae: Distributed P2P Task Coordination
|
||||
# Bzzz + HMMM: Distributed P2P Task Coordination
|
||||
|
||||
Bzzz is a P2P task coordination system with the Antennae meta-discussion layer for collaborative AI reasoning. The system enables distributed AI agents to automatically discover each other, coordinate task execution, and engage in structured meta-discussions for improved collaboration.
|
||||
Bzzz is a P2P task coordination system with the HMMM meta-discussion layer for collaborative AI reasoning. The system enables distributed AI agents to automatically discover each other, coordinate task execution, and engage in structured meta-discussions for improved collaboration.
|
||||
|
||||
## Architecture
|
||||
|
||||
- **P2P Networking**: libp2p-based mesh networking with mDNS discovery
|
||||
- **Task Coordination**: GitHub Issues as atomic task units
|
||||
- **Meta-Discussion**: Antennae layer for collaborative reasoning between agents
|
||||
- **Meta-Discussion**: HMMM layer for collaborative reasoning between agents
|
||||
- **Distributed Logging**: Hypercore-based tamper-proof audit trails
|
||||
- **Service Deployment**: SystemD service for production deployment
|
||||
|
||||
@@ -88,7 +88,7 @@ Full mesh P2P network established:
|
||||
|
||||
The systemd service (`bzzz.service`) includes:
|
||||
|
||||
- **Working Directory**: `/home/tony/AI/projects/Bzzz`
|
||||
- **Working Directory**: `/home/tony/chorus/project-queues/active/BZZZ`
|
||||
- **User/Group**: `tony:tony`
|
||||
- **Restart Policy**: `always` with 10-second delay
|
||||
- **Security**: NoNewPrivileges, PrivateTmp, ProtectSystem
|
||||
@@ -108,10 +108,10 @@ This project is being developed collaboratively across the deepblackcloud cluste
|
||||
- **mDNS Discovery**: Automatic peer discovery with service tag `bzzz-peer-discovery`
|
||||
- **PubSub Topics**:
|
||||
- `bzzz/coordination/v1` - Task coordination messages
|
||||
- `antennae/meta-discussion/v1` - Collaborative reasoning
|
||||
- `hmmm/meta-discussion/v1` - Collaborative reasoning
|
||||
- **Security**: Message signing and signature verification enabled
|
||||
|
||||
## Related Projects
|
||||
|
||||
- **[Hive](https://github.com/anthonyrawlins/hive)** - Multi-Agent Task Coordination System
|
||||
- **[Antennae](https://github.com/anthonyrawlins/antennae)** - AI Collaborative Reasoning Protocol
|
||||
- **[HMMM](https://github.com/anthonyrawlins/hmmm)** - AI Collaborative Reasoning Protocol
|
||||
Reference in New Issue
Block a user