diff --git a/.gitignore b/.gitignore index b6f6151..a35fd32 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ __pycache__/ .venv/ .pytest_cache/ node_modules/ +.codegraph/ .DS_Store diff --git a/requirements.txt b/requirements.txt index a42aefd..063ed65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -a2a-pack>=0.1.34 +a2a-pack>=0.1.36 httpx>=0.27 deepagents>=0.5.0 langchain>=0.3