-
Notifications
You must be signed in to change notification settings - Fork 352
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
It is not possible to reference agents or tools in another namespace via the spec.declarative.tools.agent field in the Agent CRD. There is no namespace field, so cross-namespace tool sharing or delegation does not work.
Steps to Reproduce
- Create Agent and tools in separate namespaces.
- Attempt to have an agent reference a tool/agent in another namespace via the declarative tools.agent field.
- Observe agent cannot access tools in other namespaces.
Configuration Example
apiVersion: kagent.dev/v1alpha2
kind: Agent
metadata:
name: platform-support-agent
namespace: platform-support-agent
spec:
declarative:
tools:
- agent:
apiGroup: kagent.dev
kind: Agent
name: k8s-agent # no namespace option availableonematchfox
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Backlog