{"id":51324560,"url":"https://github.com/webdevtodayjason/agent-mesh-hub","last_synced_at":"2026-07-01T17:02:22.268Z","repository":{"id":366885300,"uuid":"1278313266","full_name":"webdevtodayjason/agent-mesh-hub","owner":"webdevtodayjason","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-23T17:21:04.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-23T19:19:05.520Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webdevtodayjason.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-23T17:10:45.000Z","updated_at":"2026-06-23T17:21:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/webdevtodayjason/agent-mesh-hub","commit_stats":null,"previous_names":["webdevtodayjason/agent-mesh-hub"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/webdevtodayjason/agent-mesh-hub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevtodayjason%2Fagent-mesh-hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevtodayjason%2Fagent-mesh-hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevtodayjason%2Fagent-mesh-hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevtodayjason%2Fagent-mesh-hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdevtodayjason","download_url":"https://codeload.github.com/webdevtodayjason/agent-mesh-hub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevtodayjason%2Fagent-mesh-hub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35015061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-01T17:02:18.176Z","updated_at":"2026-07-01T17:02:22.257Z","avatar_url":"https://github.com/webdevtodayjason.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agent Mesh Hub\n\nCentralized MQTT broker for AI agent coordination. Deployed on R750 via Coolify.\n\n## Architecture\n\n```\nWarlock (cyberdeck) ──┐\n                      ├──→ MQTT Hub (R750) ←──┤\nEvy (Pi) ─────────────┘                       └──→ Future agents\n```\n\nStar topology — each agent connects to the hub instead of N² direct connections.\n\n## Topic Structure\n\n| Pattern | Purpose |\n|---------|---------|\n| `agents/\u003cname\u003e/inbox` | Messages TO a specific agent |\n| `agents/broadcast` | Fan-out to all agents |\n| `tasks/queue/\u003cname\u003e` | Task assignment to specific agent |\n| `presence/\u003cname\u003e` | Online status / heartbeat |\n| `system/` | Broker announcements |\n\n## Credentials\n\nPer-agent auth via Mosquitto password file. Rotate via Coolify environment rebuild.\n\n| User | Role |\n|------|------|\n| warlock | Red team / security / infra |\n| evy | Documentation / research / coordination |\n| jason | Operator — full access |\n\n## Deployment\n\n1. Repo pushed to GitHub\n2. Coolify pulls Dockerfile, builds, deploys\n3. Exposed on MQTT port 1883 (Tailscale network only)\n4. WebSocket listener on 9001 for dashboards\n\n## Build\n\n```bash\ndocker build -t agent-mesh-hub .\n```\n\n## Run locally\n\n```bash\ndocker run -p 1883:1883 -p 9001:9001 agent-mesh-hub\n```\n\n## Test\n\n```bash\n# Subscribe\nmosquitto_sub -h \u003chost\u003e -p 1883 -u warlock -p mesh-lock-red -t \"agents/broadcast\"\n\n# Publish\nmosquitto_pub -h \u003chost\u003e -p 1883 -u evy -P mesh-trace-doc -t \"agents/warlock/inbox\" -m \"Hello from Evy\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevtodayjason%2Fagent-mesh-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdevtodayjason%2Fagent-mesh-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevtodayjason%2Fagent-mesh-hub/lists"}