@amodalai/runtime
v0.1.15
Published
Agent Runtime Platform — HTTP server for repo and platform modes
Readme
@amodalai/runtime
HTTP server for running Amodal agents. Handles SSE streaming, session management, persistent stores, cron scheduling, and webhook handling.
Install
npm install @amodalai/runtimeWhat it does
- Dual-mode: repo mode (reads from git) and platform mode (multi-tenant, JWT auth)
- SSE streaming for real-time chat
- Session management with persistence
- PGlite and PostgreSQL stores
- Cron-based automation scheduling
- Webhook listener for event-driven triggers
