From 68659d62d11d62d9a809fe8363664f6d2ee8d89b Mon Sep 17 00:00:00 2001 From: Ramnique Singh <30795890+ramnique@users.noreply.github.com> Date: Thu, 17 Jul 2025 11:41:27 +0530 Subject: [PATCH] always show klavis tools --- start.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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"