| [project] | |
| name = "agents" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "langchain>=0.3", | |
| "langchain-openai>=0.3", | |
| "langchain-chroma>=0.2", | |
| "langchain-text-splitters>=0.3", | |
| "chromadb>=0.6", | |
| "datasets>=3.0", | |
| "python-dotenv>=1.0", | |
| "fastapi>=0.115", | |
| "python-socketio>=5.11", | |
| "uvicorn[standard]>=0.32", | |
| ] | |