mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
add composio tools
This commit is contained in:
parent
8038d52495
commit
078f785a9e
27 changed files with 2514 additions and 140 deletions
5
start.sh
5
start.sh
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue