@ash-ai/server
v0.0.23
Published
Ash agent orchestration server (Fastify REST + SSE + sandbox management)
Downloads
1,845
Readme
@ash-ai/server
The Ash agent orchestration server — Fastify REST API with SSE streaming, session management, agent registry, and sandbox orchestration.
Installation
npm install @ash-ai/serverWhat's included
- REST API — create sessions, send messages, manage agents
- SSE streaming — real-time message streaming with backpressure
- Session management — lifecycle, persistence (SQLite/Postgres), pause/resume
- Agent registry — deploy agent folders, manage configurations
- Sandbox orchestration — pool management, routing, resource limits
Quick start
export ANTHROPIC_API_KEY=sk-ant-...
npx @ash-ai/serverThe server starts on port 4100 with Swagger UI at /docs.
Documentation
See the Ash README for full documentation.
