intentkit


Nameintentkit JSON
Version 0.5.2 PyPI version JSON
download
home_pageNone
SummaryIntent-based AI Agent Platform - Core Package
upload_time2025-07-02 14:46:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseMIT License Copyright (c) 2024 Crestal Network Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords agent ai blockchain crypto intent
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

```bash
pip install intentkit
```

## Development

To build the package locally:

```bash
# 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:

```bash
# 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

```python
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](https://github.com/crestal-network/intentkit/tree/main/docs).

## Contributing

We welcome contributions! Please see our [Contributing Guide](https://github.com/crestal-network/intentkit/blob/main/CONTRIBUTING.md) for details.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Support

For support, please open an issue on our [GitHub repository](https://github.com/crestal-network/intentkit/issues).
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "intentkit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "agent, ai, blockchain, crypto, intent",
    "author": null,
    "author_email": "hyacinthus <hyacinthus@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/26/93/f92e9b06cce037604e60d0319a1c107cde5bafd235ff8735bc4325d91ccf/intentkit-0.5.2.tar.gz",
    "platform": null,
    "description": "# IntentKit\n\nIntentKit is a powerful intent-based AI agent platform that enables developers to build sophisticated AI agents with blockchain and cryptocurrency capabilities.\n\n## Features\n\n- **Intent-based Architecture**: Build agents that understand and execute user intents\n- **Blockchain Integration**: Native support for multiple blockchain networks\n- **Cryptocurrency Operations**: Built-in tools for DeFi, trading, and token operations\n- **Extensible Skills System**: Modular skill system with 30+ pre-built skills\n- **Multi-platform Support**: Telegram, Twitter, Slack, and API integrations\n- **Advanced AI Capabilities**: Powered by LangChain and LangGraph\n\n## Installation\n\n```bash\npip install intentkit\n```\n\n## Development\n\nTo build the package locally:\n\n```bash\n# Build both source and wheel distributions\nuv build\n\n# Build only wheel\nuv build --wheel\n\n# Build only source distribution\nuv build --sdist\n```\n\nTo publish to PyPI:\n\n```bash\n# Build and publish to PyPI\nuv build\nuv publish\n\n# Publish to Test PyPI\nuv publish --publish-url https://test.pypi.org/legacy/\n```\n\n> **Note**: This package uses `hatchling` as the build backend with `uv` for dependency management and publishing.\n\n## Quick Start\n\n```python\nfrom intentkit.core.agent import Agent\nfrom intentkit.config.config import Config\n\n# Initialize configuration\nconfig = Config()\n\n# Create an agent\nagent = Agent(config=config)\n\n# Your agent is ready to use!\n```\n\n## Skills\n\nIntentKit comes with 30+ pre-built skills including:\n\n- **DeFi**: Uniswap, 1inch, Enso, LiFi\n- **Data**: DexScreener, CoinGecko, DefiLlama, CryptoCompare\n- **Social**: Twitter, Telegram, Slack\n- **Blockchain**: CDP, Moralis, various wallet integrations\n- **AI**: OpenAI, Heurist, Venice AI\n- **And many more...**\n\n## Documentation\n\nFor detailed documentation, examples, and guides, visit our [documentation](https://github.com/crestal-network/intentkit/tree/main/docs).\n\n## Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](https://github.com/crestal-network/intentkit/blob/main/CONTRIBUTING.md) for details.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Support\n\nFor support, please open an issue on our [GitHub repository](https://github.com/crestal-network/intentkit/issues).",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Crestal Network  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Intent-based AI Agent Platform - Core Package",
    "version": "0.5.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/crestal-network/intentkit/issues",
        "Documentation": "https://github.com/crestal-network/intentkit/tree/main/docs",
        "Homepage": "https://github.com/crestal-network/intentkit",
        "Repository": "https://github.com/crestal-network/intentkit"
    },
    "split_keywords": [
        "agent",
        " ai",
        " blockchain",
        " crypto",
        " intent"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "625e38f5ce9b4a40070ef80da1f986ab6880b77c887f8bdf49c7b47686979d06",
                "md5": "fcfeeb3497ee09032ed197294b5d10d1",
                "sha256": "00a4acdf83061de67dc7437c3e643c55ff568b34388577ea708d2c25cdf3defb"
            },
            "downloads": -1,
            "filename": "intentkit-0.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fcfeeb3497ee09032ed197294b5d10d1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 984764,
            "upload_time": "2025-07-02T14:46:38",
            "upload_time_iso_8601": "2025-07-02T14:46:38.919224Z",
            "url": "https://files.pythonhosted.org/packages/62/5e/38f5ce9b4a40070ef80da1f986ab6880b77c887f8bdf49c7b47686979d06/intentkit-0.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2693f92e9b06cce037604e60d0319a1c107cde5bafd235ff8735bc4325d91ccf",
                "md5": "d4a1cd0a66b2f1e6db33de1166219775",
                "sha256": "b0567fdcbe3e5b462bce6cfea563c181e67c1e79aa9d0bf1e67dcf9738d1aae7"
            },
            "downloads": -1,
            "filename": "intentkit-0.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d4a1cd0a66b2f1e6db33de1166219775",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 810512,
            "upload_time": "2025-07-02T14:46:41",
            "upload_time_iso_8601": "2025-07-02T14:46:41.293144Z",
            "url": "https://files.pythonhosted.org/packages/26/93/f92e9b06cce037604e60d0319a1c107cde5bafd235ff8735bc4325d91ccf/intentkit-0.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-02 14:46:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "crestal-network",
    "github_project": "intentkit",
    "github_not_found": true,
    "lcname": "intentkit"
}
        
Elapsed time: 0.41177s