feat(agent): wire Composio tool into LLM tool descriptions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
20f857a55a
commit
b8c6937fbc
1 changed files with 6 additions and 0 deletions
|
|
@ -118,6 +118,12 @@ pub async fn run(
|
|||
"Open approved HTTPS URLs in Brave Browser (allowlist-only, no scraping)",
|
||||
));
|
||||
}
|
||||
if config.composio.enabled {
|
||||
tool_descs.push((
|
||||
"composio",
|
||||
"Execute actions on 1000+ apps via Composio (Gmail, Notion, GitHub, Slack, etc.). Use action='list' to discover, 'execute' to run, 'connect' to OAuth.",
|
||||
));
|
||||
}
|
||||
let system_prompt = crate::channels::build_system_prompt(
|
||||
&config.workspace_dir,
|
||||
model_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue