Add AgentProtocolServer

This commit is contained in:
Reinier van der Leer
2023-10-13 21:02:34 -07:00
parent 6fdc56a610
commit c5cbea00ab
5 changed files with 1922 additions and 534 deletions

View File

@@ -31,7 +31,7 @@ fastapi = "^0.99.0"
python-multipart = "^0.0.6"
toml = "^0.10.2"
helicone = "^1.0.9"
httpx = "^0.25.0"
httpx = "^0.24.0"
[tool.poetry.group.dev.dependencies]
flake8 = "^3.9.2"