New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

intentkit

Package Overview
Dependencies
Maintainers
1
Versions
435
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intentkit

Intent-based AI Agent Platform - Core Package

pipPyPI
Version
0.17.18
Maintainers
1

IntentKit

IntentKit is a powerful intent-based AI agent platform that enables developers to build sophisticated AI agents with blockchain and cryptocurrency capabilities.

Features

  • Intent-based Architecture: Build agents that understand and execute user intents
  • Blockchain Integration: Native support for multiple blockchain networks
  • Cryptocurrency Operations: Built-in tools for DeFi, trading, and token operations
  • Extensible Skills System: Modular skill system with 30+ pre-built skills
  • Multi-platform Support: Telegram, Twitter, Slack, and API integrations
  • Advanced AI Capabilities: Powered by LangChain and LangGraph

Installation

pip install intentkit

Development

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 hatchling as the build backend with uv for dependency management and publishing.

Quick Start

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!

Skills

IntentKit comes with 30+ pre-built skills including:

  • DeFi: Uniswap, 1inch, Enso, LiFi
  • Data: DexScreener, CoinGecko, DefiLlama, CryptoCompare
  • Social: Twitter, Telegram, Slack
  • Blockchain: CDP, Moralis, various wallet integrations
  • AI: OpenAI, Heurist, Venice AI
  • And many more...

Documentation

For detailed documentation, examples, and guides, visit our documentation.

Contributing

We welcome contributions! Please see our Contributing Guide for details.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

For support, please open an issue on our GitHub repository.

Keywords

agent

FAQs

Did you know?

Socket

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.

Install

Related posts