IntentKit is an open-source, self-hosted cloud agent cluster that manages a collaborative team of AI agents. It allows users to create, configure, and run multiple AI agents that work together as a team, with agents able to interact through chat channels like Telegram, Slack, and Lark, execute tasks on a schedule, call other agents, and use an extensible tool system for actions from web searches to on-chain transactions. The system runs as a set of standard containerized services (API server, autonomous runner, and scheduler) backed by PostgreSQL, Redis, and S3-compatible storage.
It is designed for container orchestration and runs efficiently with minimal resources. Agents can invoke each other, enabling multi-agent workflows. New capabilities can be added by writing tool plugins without modifying the core.
It includes optional Web3 and blockchain integrations for on-chain operations. Every agent exposes its own API for external integration.
No comments yet.