Metadata-Version: 2.1
Name: cronos-ai-agent-dev
Version: 0.1.3
Summary: Cronos AI Agent Development
Home-page: https://github.com/cryptocj/cronos-ai-agent-dev
Author: CJ
Author-email: jing.chen@cronoslabs.org
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cachetools==5.5.0
Requires-Dist: cohere==5.13.3
Requires-Dist: crypto_com_ai_agent_client==1.0.5
Requires-Dist: fastapi==0.115.6
Requires-Dist: openai==1.57.1
Requires-Dist: pyairtable==3.0.0
Requires-Dist: pydantic==2.10.3
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: python-telegram-bot==21.9
Requires-Dist: requests==2.32.3
Requires-Dist: setuptools==65.5.0
Requires-Dist: tabulate==0.9.0
Requires-Dist: tenacity==9.0.0
Requires-Dist: uvicorn==0.32.1
Requires-Dist: web3==7.6.0
Requires-Dist: web3_input_decoder==0.1.13

# Cronos AI Agent Dev version

This project is a cryptocurrency trading assistant designed to interact with users via a Telegram bot. It leverages various APIs and tools to provide insights and perform actions related to cryptocurrency trading.

## Installation

```shell
pip install cronos-ai-agent-dev
```
