always show klavis tools

This commit is contained in:
Ramnique Singh 2025-07-17 11:41:27 +05:30
parent 36412120a4
commit 68659d62d1

View file

@ -14,10 +14,13 @@ 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
# always show klavis tools, even if API key is not set
export USE_KLAVIS_TOOLS=true
# # 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"