Skip to content

[AIBundle] Simplify agent-as-tool configuration #172

@valtzu

Description

@valtzu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    AgentIssues & PRs about the AI Agent componentRFCRFC = Request For Comments (proposals about features that you want to be discussed)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions