From 7b08d1ef964fbafb273b6aa3c8fc6ac5c3ea14a9 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Tue, 4 Nov 2025 12:10:17 -0700 Subject: [PATCH] docs: Updated the config.example.yaml to have an example of how to use the visible_tools array --- config.example.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/config.example.yaml b/config.example.yaml index 501f38c..7f4e4d9 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -17,6 +17,31 @@ function_calling: true # Enables or disables function calling (Globall mapping_tools: # Alias for a tool or toolset fs: 'fs_cat,fs_ls,fs_mkdir,fs_rm,fs_write' use_tools: null # Which tools to use by default. (e.g. 'fs,web_search_loki') +visible_tools: # Which tools are visible to be compiled (and are thus able to be defined in 'use_tools') +# - demo_py.py +# - demo_sh.sh + - execute_command.sh +# - execute_py_code.py +# - execute_sql_code.sh +# - fetch_url_via_curl.sh +# - fetch_url_via_jina.sh + - fs_cat.sh + - fs_ls.sh +# - fs_mkdir.sh +# - fs_patch.sh +# - fs_write.sh + - get_current_time.sh +# - get_current_weather.py + - get_current_weather.sh + - query_jira_issues.sh +# - search_arxiv.sh +# - search_wikipedia.sh +# - search_wolframalpha.sh +# - send_mail.sh +# - send_twilio.sh +# - web_search_loki.sh +# - web_search_perplexity.sh +# - web_search_tavily.sh # ---- MCP Servers ---- mcp_servers: true # Enables or disables MCP servers (globally).