intentkit 0.5.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of intentkit might be problematic. Click here for more details.
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: intentkit
|
|
3
|
+
Version: 0.5.0
|
|
4
|
+
Summary: Intent-based AI Agent Platform - Core Package
|
|
5
|
+
Project-URL: Homepage, https://github.com/crestal-network/intentkit
|
|
6
|
+
Project-URL: Repository, https://github.com/crestal-network/intentkit
|
|
7
|
+
Project-URL: Documentation, https://github.com/crestal-network/intentkit/tree/main/docs
|
|
8
|
+
Project-URL: Bug Tracker, https://github.com/crestal-network/intentkit/issues
|
|
9
|
+
Author-email: hyacinthus <hyacinthus@gmail.com>
|
|
10
|
+
License: MIT License
|
|
11
|
+
|
|
12
|
+
Copyright (c) 2024 Crestal Network
|
|
13
|
+
|
|
14
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
15
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
16
|
+
in the Software without restriction, including without limitation the rights
|
|
17
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
18
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
19
|
+
furnished to do so, subject to the following conditions:
|
|
20
|
+
|
|
21
|
+
The above copyright notice and this permission notice shall be included in all
|
|
22
|
+
copies or substantial portions of the Software.
|
|
23
|
+
|
|
24
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
25
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
26
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
27
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
29
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
30
|
+
SOFTWARE.
|
|
31
|
+
License-File: LICENSE
|
|
32
|
+
Keywords: agent,ai,blockchain,crypto,intent
|
|
33
|
+
Classifier: Development Status :: 4 - Beta
|
|
34
|
+
Classifier: Intended Audience :: Developers
|
|
35
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
36
|
+
Classifier: Programming Language :: Python :: 3
|
|
37
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
38
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
39
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
40
|
+
Requires-Python: >=3.12
|
|
41
|
+
Requires-Dist: aiogram>=3.17.0
|
|
42
|
+
Requires-Dist: aiosqlite>=0.21.0
|
|
43
|
+
Requires-Dist: alembic>=1.14.0
|
|
44
|
+
Requires-Dist: anyio>=4.8.0
|
|
45
|
+
Requires-Dist: apscheduler>=3.11.0
|
|
46
|
+
Requires-Dist: asyncpg>=0.30.0
|
|
47
|
+
Requires-Dist: aws-secretsmanager-caching>=1.1.3
|
|
48
|
+
Requires-Dist: beautifulsoup4>=4.13.4
|
|
49
|
+
Requires-Dist: boto3<2.0.0,>=1.37.23
|
|
50
|
+
Requires-Dist: botocore>=1.35.97
|
|
51
|
+
Requires-Dist: coinbase-agentkit-langchain==0.3.0
|
|
52
|
+
Requires-Dist: coinbase-agentkit==0.4.0
|
|
53
|
+
Requires-Dist: cron-validator<2.0.0,>=1.0.8
|
|
54
|
+
Requires-Dist: epyxid>=0.3.3
|
|
55
|
+
Requires-Dist: faiss-cpu>=1.11.0
|
|
56
|
+
Requires-Dist: fastapi>=0.115.8
|
|
57
|
+
Requires-Dist: filetype<2.0.0,>=1.2.0
|
|
58
|
+
Requires-Dist: goat-sdk-adapter-langchain
|
|
59
|
+
Requires-Dist: goat-sdk-plugin-1inch
|
|
60
|
+
Requires-Dist: goat-sdk-plugin-allora
|
|
61
|
+
Requires-Dist: goat-sdk-plugin-coingecko
|
|
62
|
+
Requires-Dist: goat-sdk-plugin-dexscreener
|
|
63
|
+
Requires-Dist: goat-sdk-plugin-erc20
|
|
64
|
+
Requires-Dist: goat-sdk-plugin-farcaster
|
|
65
|
+
Requires-Dist: goat-sdk-plugin-jsonrpc
|
|
66
|
+
Requires-Dist: goat-sdk-plugin-jupiter
|
|
67
|
+
Requires-Dist: goat-sdk-plugin-nansen
|
|
68
|
+
Requires-Dist: goat-sdk-plugin-opensea
|
|
69
|
+
Requires-Dist: goat-sdk-plugin-rugcheck
|
|
70
|
+
Requires-Dist: goat-sdk-plugin-spl-token
|
|
71
|
+
Requires-Dist: goat-sdk-plugin-superfluid
|
|
72
|
+
Requires-Dist: goat-sdk-plugin-uniswap
|
|
73
|
+
Requires-Dist: goat-sdk-wallet-crossmint
|
|
74
|
+
Requires-Dist: goat-sdk-wallet-evm
|
|
75
|
+
Requires-Dist: goat-sdk-wallet-solana
|
|
76
|
+
Requires-Dist: goat-sdk-wallet-web3
|
|
77
|
+
Requires-Dist: goat-sdk>=0.1.4
|
|
78
|
+
Requires-Dist: gunicorn>=23.0.0
|
|
79
|
+
Requires-Dist: jsonref>=1.1.0
|
|
80
|
+
Requires-Dist: langchain-community>=0.3.19
|
|
81
|
+
Requires-Dist: langchain-core>=0.3.43
|
|
82
|
+
Requires-Dist: langchain-mcp-adapters>=0.0.11
|
|
83
|
+
Requires-Dist: langchain-openai>=0.3.8
|
|
84
|
+
Requires-Dist: langchain-postgres>=0.0.13
|
|
85
|
+
Requires-Dist: langchain-text-splitters>=0.3.8
|
|
86
|
+
Requires-Dist: langchain-xai>=0.2.1
|
|
87
|
+
Requires-Dist: langchain<0.4.0,>=0.3.25
|
|
88
|
+
Requires-Dist: langgraph-checkpoint-postgres>=2.0.16
|
|
89
|
+
Requires-Dist: langgraph-checkpoint>=2.0.18
|
|
90
|
+
Requires-Dist: langgraph-prebuilt>=0.5.1
|
|
91
|
+
Requires-Dist: langgraph>=0.4.3
|
|
92
|
+
Requires-Dist: langmem>=0.0.27
|
|
93
|
+
Requires-Dist: mypy-boto3-s3<2.0.0,>=1.37.24
|
|
94
|
+
Requires-Dist: openai>=1.59.6
|
|
95
|
+
Requires-Dist: pgvector>=0.3.6
|
|
96
|
+
Requires-Dist: pillow<12.0.0,>=11.1.0
|
|
97
|
+
Requires-Dist: psycopg-pool>=3.2.4
|
|
98
|
+
Requires-Dist: psycopg2-binary<3.0.0,>=2.9.10
|
|
99
|
+
Requires-Dist: psycopg>=3.2.3
|
|
100
|
+
Requires-Dist: pydantic-settings>=2.8.1
|
|
101
|
+
Requires-Dist: pydantic>=2.10.6
|
|
102
|
+
Requires-Dist: python-dotenv>=1.0.1
|
|
103
|
+
Requires-Dist: python-multipart>=0.0.20
|
|
104
|
+
Requires-Dist: pytz>=2025.1
|
|
105
|
+
Requires-Dist: pyyaml>=6.0.2
|
|
106
|
+
Requires-Dist: redis<7.0.0,>=5.2.1
|
|
107
|
+
Requires-Dist: requests>=2.32.3
|
|
108
|
+
Requires-Dist: sentry-sdk[fastapi]>=2.20.0
|
|
109
|
+
Requires-Dist: slack-sdk>=3.34.0
|
|
110
|
+
Requires-Dist: sqlalchemy[asyncio]>=2.0.37
|
|
111
|
+
Requires-Dist: telegramify-markdown<0.6.0,>=0.5.0
|
|
112
|
+
Requires-Dist: tweepy[async]>=4.15.0
|
|
113
|
+
Requires-Dist: uvicorn<1.0.0,>=0.34.0
|
|
114
|
+
Description-Content-Type: text/markdown
|
|
115
|
+
|
|
116
|
+
# IntentKit
|
|
117
|
+
|
|
118
|
+
IntentKit is a powerful intent-based AI agent platform that enables developers to build sophisticated AI agents with blockchain and cryptocurrency capabilities.
|
|
119
|
+
|
|
120
|
+
## Features
|
|
121
|
+
|
|
122
|
+
- **Intent-based Architecture**: Build agents that understand and execute user intents
|
|
123
|
+
- **Blockchain Integration**: Native support for multiple blockchain networks
|
|
124
|
+
- **Cryptocurrency Operations**: Built-in tools for DeFi, trading, and token operations
|
|
125
|
+
- **Extensible Skills System**: Modular skill system with 30+ pre-built skills
|
|
126
|
+
- **Multi-platform Support**: Telegram, Twitter, Slack, and API integrations
|
|
127
|
+
- **Advanced AI Capabilities**: Powered by LangChain and LangGraph
|
|
128
|
+
|
|
129
|
+
## Installation
|
|
130
|
+
|
|
131
|
+
```bash
|
|
132
|
+
pip install intentkit
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
## Development
|
|
136
|
+
|
|
137
|
+
To build the package locally:
|
|
138
|
+
|
|
139
|
+
```bash
|
|
140
|
+
# Build both source and wheel distributions
|
|
141
|
+
uv build
|
|
142
|
+
|
|
143
|
+
# Build only wheel
|
|
144
|
+
uv build --wheel
|
|
145
|
+
|
|
146
|
+
# Build only source distribution
|
|
147
|
+
uv build --sdist
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
To publish to PyPI:
|
|
151
|
+
|
|
152
|
+
```bash
|
|
153
|
+
# Build and publish to PyPI
|
|
154
|
+
uv build
|
|
155
|
+
uv publish
|
|
156
|
+
|
|
157
|
+
# Publish to Test PyPI
|
|
158
|
+
uv publish --publish-url https://test.pypi.org/legacy/
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
> **Note**: This package uses `hatchling` as the build backend with `uv` for dependency management and publishing.
|
|
162
|
+
|
|
163
|
+
## Quick Start
|
|
164
|
+
|
|
165
|
+
```python
|
|
166
|
+
from intentkit.core.agent import Agent
|
|
167
|
+
from intentkit.config.config import Config
|
|
168
|
+
|
|
169
|
+
# Initialize configuration
|
|
170
|
+
config = Config()
|
|
171
|
+
|
|
172
|
+
# Create an agent
|
|
173
|
+
agent = Agent(config=config)
|
|
174
|
+
|
|
175
|
+
# Your agent is ready to use!
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
## Skills
|
|
179
|
+
|
|
180
|
+
IntentKit comes with 30+ pre-built skills including:
|
|
181
|
+
|
|
182
|
+
- **DeFi**: Uniswap, 1inch, Enso, LiFi
|
|
183
|
+
- **Data**: DexScreener, CoinGecko, DefiLlama, CryptoCompare
|
|
184
|
+
- **Social**: Twitter, Telegram, Slack
|
|
185
|
+
- **Blockchain**: CDP, Moralis, various wallet integrations
|
|
186
|
+
- **AI**: OpenAI, Heurist, Venice AI
|
|
187
|
+
- **And many more...**
|
|
188
|
+
|
|
189
|
+
## Documentation
|
|
190
|
+
|
|
191
|
+
For detailed documentation, examples, and guides, visit our [documentation](https://github.com/crestal-network/intentkit/tree/main/docs).
|
|
192
|
+
|
|
193
|
+
## Contributing
|
|
194
|
+
|
|
195
|
+
We welcome contributions! Please see our [Contributing Guide](https://github.com/crestal-network/intentkit/blob/main/CONTRIBUTING.md) for details.
|
|
196
|
+
|
|
197
|
+
## License
|
|
198
|
+
|
|
199
|
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
200
|
+
|
|
201
|
+
## Support
|
|
202
|
+
|
|
203
|
+
For support, please open an issue on our [GitHub repository](https://github.com/crestal-network/intentkit/issues).
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
intentkit-0.5.0.dist-info/METADATA,sha256=bVzT-Hi5xyxPHQ2B8DwJXL0wZPaogR6cke6SWvyNhdk,7280
|
|
2
|
+
intentkit-0.5.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
3
|
+
intentkit-0.5.0.dist-info/licenses/LICENSE,sha256=Bln6DhK-LtcO4aXy-PBcdZv2f24MlJFm_qn222biJtE,1071
|
|
4
|
+
intentkit-0.5.0.dist-info/RECORD,,
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024 Crestal Network
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|