No description
Ports the SKILL.md/frontmatter pattern from skills-claude (fork of anthropics/skills) to define user-facing "niches" (legal, financial, business-capability) that each group one or more AGENT_TOOL_REGISTRY entries. NicheRegistryService loads and validates src/agent-niches/ definitions/*.md at boot, failing loudly on unknown tool references so a niche can never silently grant access to an undeclared capability. This is the data model for the planned dashboard where memberships access Hermes agents scoped by niche instead of by raw tool name. |
||
|---|---|---|
| drizzle | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| drizzle.config.ts | ||
| nest-cli.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
ceo-api
NestJS API pentru CEO-OS. Se conecteaza la Supabase (Postgres/Auth) si Redis, deployat prin Coolify pe proiectul CEO-OS.
Dezvoltare
npm install
cp .env.example .env
npm run start:dev
GET /health returneaza statusul serviciului. GET /docs expune Swagger UI.
Stack
NestJS, Drizzle ORM (src/db), Supabase Admin SDK (src/supabase), BullMQ/Redis, class-validator/Zod, Helmet, rate limiting (Throttler), logging Pino.
Migratii
npm run db:generate
npm run db:migrate