SQ
bybta4935
0Manages sequential thinking sessions and thoughts through multiple interfaces.
소개
SQ facilitates the management of sequential thinking processes by providing a Node.js/TypeScript backend with three distinct interfaces: STDIO (MCP Tool) for local integration, SSE (Server-Sent Events) for real-time streaming, and a REST API for standard HTTP workflows. Input validation is ensured with Zod, and the application is containerization-ready, offering a versatile solution for agents, LLMs, web clients, and more.
주요 기능
- Ready for containerized deployment (e.g., Render).
- 0 GitHub stars
- Offers SSE (Server-Sent Events) interface for real-time streaming of thoughts.
- Supports STDIO (MCP Tool) interface for local agent/CLI integration.
- Provides a REST API for standard HTTP request/response workflows.
- Validates input using Zod.
사용 사례
- Integrating sequential thinking capabilities into local agents or CLIs.
- Streaming real-time thought processes to LLMs or web clients.
- Managing sequential thinking sessions through standard HTTP requests.