diff --git a/start.sh b/start.sh index c084a975..4e742a07 100755 --- a/start.sh +++ b/start.sh @@ -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"