Manages tasks via WebSocket with modular command execution and tool support, designed for integration with artificial intelligence agents.
This TypeScript-based API provides a WebSocket interface for managing tasks. It features modular command execution and support for external tools, leveraging a SQLite database for persistence. Its design emphasizes integration with AI agents, offering a robust foundation for agentic workflows.
Key Features
01SQLite database for task persistence
02WebSocket API for real-time task management
030 GitHub stars
04Designed for AI agent integration
05Built with TypeScript
06Modular command execution using the Command Pattern