feat(ai-server): Add AIProxyClient queue communication layer
This commit is contained in:
+11
-12
@@ -4,25 +4,27 @@ name = "manual_slop"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
# "dearpygui",
|
||||
"imgui-bundle",
|
||||
"google-genai",
|
||||
"anthropic",
|
||||
"openai",
|
||||
"pyopengl>=3.1.10",
|
||||
|
||||
"tomli-w",
|
||||
"psutil>=7.2.2",
|
||||
"fastapi",
|
||||
"uvicorn",
|
||||
"tree-sitter>=0.25.2",
|
||||
"tree-sitter-python>=0.25.0",
|
||||
"tree-sitter-c>=0.23.2",
|
||||
"tree-sitter-cpp>=0.23.2",
|
||||
|
||||
"psutil>=7.2.2",
|
||||
"fastapi",
|
||||
"mcp>=1.0.0",
|
||||
"pytest-timeout>=2.4.0",
|
||||
"pyopengl>=3.1.10",
|
||||
"uvicorn",
|
||||
|
||||
"anthropic",
|
||||
"google-genai",
|
||||
"openai",
|
||||
|
||||
"chromadb>=1.5.8",
|
||||
"sentence-transformers>=5.4.1",
|
||||
# "python-defer"
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
@@ -72,6 +74,3 @@ ignore = [
|
||||
|
||||
[tool.ruff.lint.mccabe]
|
||||
max-complexity = 5
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user