disable klavis tools by default

This commit is contained in:
Ramnique Singh 2025-07-10 08:38:40 +05:30
parent 078f785a9e
commit 1b47a03ff1
5 changed files with 41 additions and 16 deletions

View file

@ -14,6 +14,11 @@ if [ -n "$COMPOSIO_API_KEY" ]; then
export USE_COMPOSIO_TOOLS=true
fi
# enable klavis tools if API key is set
if [ -n "$KLAVIS_API_KEY" ]; then
export USE_KLAVIS_TOOLS=true
fi
# Start with the base command and profile flags
CMD="docker-compose"
CMD="$CMD --profile setup_qdrant"