Metadata-Version: 2.1
Name: cronos-cj-ai-agent-dev
Version: 0.1.0
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

# assistant_demo_nov_2024

## Installation

```shell
poetry install
```

## Environment variables

Use config_example.json to generate environment variables stored directly in the Replit console.

## Launc

Click play button, or `python main.py`.

