checkpoint commit
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m3s

This commit is contained in:
2026-05-05 06:26:40 -04:00
parent e43c534ceb
commit f2015e2c71
76 changed files with 4265 additions and 235 deletions

View File

@@ -5,8 +5,10 @@ requires-python = ">=3.13"
dependencies = [
"click==8.2.1",
"dotenv>=0.9.9",
"fastapi>=0.135.3",
"langchain>=1.2.13",
"langchain-openai>=1.1.12",
"mcp>=1.27.0",
"mkdocs>=1.6.1",
"openai>=2.21.0",
"pika>=1.3.2",
@@ -14,7 +16,14 @@ dependencies = [
"pytest>=9.0.2",
"pyyaml>=6.0.3",
"requests>=2.32.5",
"sse-starlette>=3.3.4",
"tqdm>=4.67.3",
"types-pyyaml>=6.0.12.20250915",
"types-tqdm>=4.67.3.20260205",
"uvicorn>=0.44.0",
]
[tool.uv.workspace]
members = [
"active/vibe_mcp",
]