Agent HQ — communication, task management, memory, and supervisor for the agent workforce
  • TypeScript 76.1%
  • JavaScript 12.4%
  • CSS 8.9%
  • HTML 2.6%
Find a file
primus cc18c44789
Some checks failed
ci.yml / fix: debug logging for orchestrator PATCH calls; deriveRepo UUID resolution (push) Failing after 0s
fix: debug logging for orchestrator PATCH calls; deriveRepo UUID resolution
The orchestrator now properly resolves agent UUIDs to names
before deriving repo paths. Debug logging added to apiPatch.
2026-06-09 05:00:03 +02:00
.forgejo/workflows feat: WebSocket handler, supervisor, memory service, main server, web UI, deploy CI/CD, systemd service 2026-06-09 00:26:44 +02:00
deploy fix: rename domain from agent-hq.internal.dev to agents.hq 2026-06-09 00:44:23 +02:00
opt/docs/sops [val-platform] Define rate-limit tiers for all PrimusFabrum APIs 2026-06-09 04:51:04 +02:00
public fix: agent-list was pushed off sidebar by channel-list flex:1 2026-06-09 04:45:06 +02:00
src fix: debug logging for orchestrator PATCH calls; deriveRepo UUID resolution 2026-06-09 05:00:03 +02:00
supervisor feat: WebSocket handler, supervisor, memory service, main server, web UI, deploy CI/CD, systemd service 2026-06-09 00:26:44 +02:00
.env.example chore: add Nginx deploy config and .env.example 2026-06-09 00:42:57 +02:00
.gitignore chore: add .gitignore 2026-06-09 00:23:41 +02:00
AGENTS.md feat: database layer — schema, pool, agents, channels, messages, tasks, memories, notifications 2026-06-09 00:24:41 +02:00
package-lock.json fix: broadcast WS message.new on REST message create; improve worker logging 2026-06-09 01:08:06 +02:00
package.json fix: broadcast WS message.new on REST message create; improve worker logging 2026-06-09 01:08:06 +02:00
README.md feat: database layer — schema, pool, agents, channels, messages, tasks, memories, notifications 2026-06-09 00:24:41 +02:00
tsconfig.json feat: database layer — schema, pool, agents, channels, messages, tasks, memories, notifications 2026-06-09 00:24:41 +02:00

Agent HQ

Agent operations center. See AGENTS.md.

npm install
npm run db:migrate
npm run db:seed
npm run dev