add composio tools

This commit is contained in:
Ramnique Singh 2025-07-03 15:19:48 +05:30
parent 8038d52495
commit 078f785a9e
27 changed files with 2514 additions and 140 deletions

View file

@ -9,6 +9,11 @@ mkdir -p data/mongo
export USE_RAG=true
export USE_RAG_UPLOADS=true
# enable composio tools if API key is set
if [ -n "$COMPOSIO_API_KEY" ]; then
export USE_COMPOSIO_TOOLS=true
fi
# Start with the base command and profile flags
CMD="docker-compose"
CMD="$CMD --profile setup_qdrant"