We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1baff5e commit 9eae9aeCopy full SHA for 9eae9ae
.github/workflows/performance.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install dependencies
18
run: |
19
python -m pip install --upgrade pip
20
- pip install openai langgraph langchain_openai
+ pip install openai agno langgraph langchain_openai
21
22
- name: Run LangGraph Performance Test
23
env:
0 commit comments