#289 · Primary category: AI Agents & Automation

intentkit

agent-framework agentic ai ai-agent ai-agent-framework blockchain intents python web3

IntentKit is an open-source, self-hosted cloud agent cluster that manages a collaborative team of AI agents for you.

Project last updated:08/28/26

GitHub Stars

6.5K

Forks

713

Contributors

19

License

MIT

Why we included this project

Rather than treating an AI agent as a desktop helper, IntentKit runs a cluster of them in your own cloud environment, so the heavy lifting happens server-side and your local machine stays out of it. The agents are designed to call each other and hand off tasks, which makes sense when a job needs several specialized workers instead of one chatbot that tries to do everything. Under the hood it uses LangChain and LangGraph to turn intents into structured workflows, and the skill system lets you add new capabilities without reworking the core. There are optional Web3 and blockchain hooks for agents that need to touch on-chain transactions, plus connectors for social platforms if posting is part of the job. And if you don't want to run it as a standalone deployment, you can import it as a Python library or talk to the agents over its API and slot them into an existing app.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category