feat: Add integration with Composio tools (#1820)

Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
This commit is contained in:
Matthew Zhou
2024-10-02 20:58:03 -07:00
committed by GitHub
parent 35d7b6cbe0
commit 58aa7e09df
8 changed files with 726 additions and 24 deletions

View File

@@ -2,6 +2,7 @@ name: Run All pytest Tests
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
COMPOSIO_API_KEY: ${{ secrets.COMPOSIO_API_KEY }}
on:
push: