-
-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
AgentIssues & PRs about the AI Agent componentIssues & PRs about the AI Agent componentRFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)
Description
I'm proposing to simplify agent-as-tool (chain-in-chain) configuration.
Current situation
tools:
- service: ai.agent.my_agent
name: my_agent
description: My wonderful agent
is_agent: true
The proposal
tools:
- agent: my_agent # This references the agent name and also serves as default tool name unless name is defined explicitly here
description: My wonderful agent
OskarStark and chr-hertel
Metadata
Metadata
Assignees
Labels
AgentIssues & PRs about the AI Agent componentIssues & PRs about the AI Agent componentRFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)