feat: allow excluding built-in tools from agent sandbox #218
Opaius
started this conversation in
Feature Request
Replies: 1 comment
|
Currently affected by this same issue. Wouldn't it be less surprising if no builtin tools were enabled by default? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem
Flue's
createAgent()and the sandboxcreateBuiltinToolsprovide built-in tools (read,edit,bash,grep,glob,task). No public API to opt out of specific ones. Only workaround is hijacking the internalcreateBuiltinToolsprototype:Fragile — depends on internal API naming.
Requested
excludeTools?: string[]on agent runtime config or sandbox options.Use case
Apps with custom tool orchestration don't want the AI seeing Flue's default
tasktool — adds redundant/confusing LLM options.v0.9.2
All reactions