
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
intentkit
Advanced tools
IntentKit is a powerful intent-based AI agent platform that enables developers to build sophisticated AI agents with blockchain and cryptocurrency capabilities.
pip install intentkit
To build the package locally:
# Build both source and wheel distributions
uv build
# Build only wheel
uv build --wheel
# Build only source distribution
uv build --sdist
To publish to PyPI:
# Build and publish to PyPI
uv build
uv publish
# Publish to Test PyPI
uv publish --publish-url https://test.pypi.org/legacy/
Note: This package uses
hatchlingas the build backend withuvfor dependency management and publishing.
from intentkit.core.agent import Agent
from intentkit.config.config import Config
# Initialize configuration
config = Config()
# Create an agent
agent = Agent(config=config)
# Your agent is ready to use!
IntentKit comes with 30+ pre-built skills including:
For detailed documentation, examples, and guides, visit our documentation.
We welcome contributions! Please see our Contributing Guide for details.
This project is licensed under the MIT License - see the LICENSE file for details.
For support, please open an issue on our GitHub repository.
FAQs
Intent-based AI Agent Platform - Core Package
We found that intentkit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.