feat(ai-server): Add AIProxyClient queue communication layer

This commit is contained in:
2026-05-13 08:58:58 -04:00
parent 38270ffa16
commit 4c5e719be4
4 changed files with 161 additions and 15 deletions
+11 -12
View File
@@ -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