Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentReconciler ¶
AgentReconciler reconciles a Agent object
func (*AgentReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/reconcile
func (*AgentReconciler) SetupWithManager ¶
func (r *AgentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type AgenticWorkforceReconciler ¶ added in v0.7.0
AgenticWorkforceReconciler reconciles an AgenticWorkforce object
func (*AgenticWorkforceReconciler) Reconcile ¶ added in v0.7.0
func (r *AgenticWorkforceReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/reconcile
func (*AgenticWorkforceReconciler) SetupWithManager ¶ added in v0.7.0
func (r *AgenticWorkforceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ResolvedSubAgent ¶ added in v0.15.0
type ResolvedSubAgent struct {
// Url is the resolved agent card URL
Url string
// InteractionType specifies how to interact with this sub-agent ("transfer" or "tool_call")
InteractionType string
}
ResolvedSubAgent contains the resolved information for a sub-agent
type ToolServerReconciler ¶ added in v0.7.0
ToolServerReconciler reconciles a ToolServer object
func (*ToolServerReconciler) Reconcile ¶ added in v0.7.0
func (r *ToolServerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/reconcile
func (*ToolServerReconciler) SetupWithManager ¶ added in v0.7.0
func (r *ToolServerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.