Task orchestration hub for AI agents
- TypeScript 78.5%
- SCSS 9.5%
- HTML 8.9%
- JavaScript 2.4%
- Dockerfile 0.7%
|
Some checks failed
CI/CD Pipeline / build-and-deploy (push) Failing after 0s
All Forgejo webhook events (PR opened/merged, issues, CI failures) now assign tasks to hermes instead of architect. Vincent wants me as single gatekeeper/orchestrator for all Forgejo events. |
||
|---|---|---|
| .forgejo/workflows | ||
| .gitea/workflows | ||
| apps/web | ||
| deploy | ||
| docs | ||
| prisma | ||
| scripts | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
| tsoa.json | ||
Hive 🐝
Task orchestration hub for FivJS agents and workflows.
Stack
- Node.js + Express + tsoa (Swagger)
- Prisma + PostgreSQL
- Socket.IO (real-time dashboard)
- Angular dashboard (coming soon)
Quick Start
pnpm install
cp .env.example .env # configure DATABASE_URL
pnpm db:push # push schema to PostgreSQL
pnpm swagger # generate tsoa routes + spec
pnpm dev # start dev server on :3200
API
- Health:
GET /health - Tasks:
GET/POST /api/v1/tasks - Events:
POST /api/v1/tasks/:id/events - Ack:
POST /api/v1/tasks/:id/ack - Follow-up:
POST /api/v1/tasks/:id/follow-up - Agent inbox:
GET /api/v1/agent/:role/inbox - Swagger UI:
GET /docs