Files
AiDA_Python/pyproject.toml
zcr b9163f0b46 重构图像生成和搜索工具;更新主代理来处理输入图像
- 更新了“generate_image.py”以接受输入图像以增强图像生成。
- 修改了`pexels_search.py​​`和`unsplash_search.py​​`以将日志记录和上传路径从“explorer”更改为“explore”。
- 调整了“print_graph”和“sketch_graph”以提取最新的用户输入并处理输入图像以生成打印和草图图像。
- 重构“generate_print_tool”和“generate_sketch_tool”以接受输入图像。
- 更新了“main_agent.py”以包含状态中的输入图像并调整了图形构建过程。
- 增强了“service.py”来管理输入图像并改进了流媒体期间的事件处理。
- 更新了新软件包和版本的“pyproject.toml”和“uv.lock”中的依赖项。
2026-06-17 11:56:53 +08:00

68 lines
1.6 KiB
TOML
Executable File

[project]
name = "trinity-client-aida"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12,<3.13"
dependencies = [
"agentaction",
"aio-pika>=9.5.8",
"apscheduler>=3.11.1",
"bs4>=0.0.2",
"callbacks>=0.3.0",
"celery>=5.6.0",
"celery-types>=0.23.0",
"chromadb>=1.3.7",
"dashscope>=1.25.5",
"deepagents>=0.6.7",
"dominate>=2.9.1",
"dotenv>=0.9.9",
"fastapi[standard]>=0.125.0",
"image>=1.5.33",
"langchain>=1.2.0",
"langchain-anthropic>=1.4.4",
"langchain-community>=0.4.1",
"langchain-core>=1.4.2",
"langchain-ollama>=1.1.0",
"langchain-openai>=1.2.2",
"langchain-qwq>=0.3.5",
"langgraph>=1.0.5",
"langgraph-api>=0.4.28",
"langgraph-checkpoint-postgres>=3.1.0",
"langgraph-cli[inmem,redis]<=0.4.26",
"langsmith>=0.8.11",
"load>=1.0.14",
"load-dotenv>=0.1.0",
"loguru>=0.7.3",
"minio>=7.2.20",
"moviepy==1.0.3",
"nacos-sdk-python==2.0.1",
"np>=1.0.2",
"numpy<2",
"ollama>=0.6.1",
"opencv-python>=4.11.0.86",
"pandas>=2.3.3",
"pandas-stubs~=2.3.3",
"pika>=1.3.2",
"pillow>=12.0.0",
"psycopg[binary,pool]>=3.3.4",
"pyasyncore>=1.0.4",
"pydantic>=2.12.5",
"pydantic-core>=2.41.5",
"pydantic-settings>=2.12.0",
"pymilvus>=2.6.5",
"pymysql>=1.1.2",
"python-multipart>=0.0.21",
"pyviz-comms>=3.0.6",
"redis>=7.1.0",
"retry>=0.9.2",
"scikit-image>=0.26.0",
"scipy>=1.16.3",
"scipy-stubs~=1.16.3",
"seaborn>=0.13.2",
"tool>=0.8.0",
"torch>=2.9.1",
"torchvision>=0.24.1",
"tritonclient[all]>=2.69.0",
"uvicorn>=0.38.0",
]