We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4506911 commit 1ba2354Copy full SHA for 1ba2354
pyproject.toml
@@ -37,8 +37,10 @@ dependencies = [
37
38
[project.optional-dependencies]
39
agents = [
40
+ "aiofiles==23.2.1",
41
"core-for-ai>=0.1.98",
42
"prompt_toolkit==3.0.50",
43
+ "portalocker==3.2.0"
44
# Required for the agent-tide CLI entry point
45
]
46
visualization = [
@@ -47,12 +49,15 @@ visualization = [
47
49
"plotly==5.24.1",
48
50
51
agents-ui = [
52
53
54
55
+ "portalocker==3.2.0",
56
57
"chainlit==2.6.3",
- "aiosqlite==0.21.0",
- "SQLAlchemy==2.0.36"
58
+ "SQLAlchemy==2.0.36",
59
+ "asyncpg==0.30.0",
60
+ "docker==7.1.0"
61
62
63
[project.scripts]
0 commit comments