a2a

package
v0.0.0-...-837dd5c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2025 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type A2AReconciler

type A2AReconciler interface {
	ReconcileAgent(
		ctx context.Context,
		agent *v1alpha2.Agent,
		card server.AgentCard,
	) error

	ReconcileAgentDeletion(
		agentRef string,
	)
}

func NewReconciler

func NewReconciler(
	a2aHandler a2a.A2AHandlerMux,
	a2aBaseUrl string,
	clientOptions ClientOptions,
	authenticator auth.AuthProvider,
) A2AReconciler

type ClientOptions

type ClientOptions struct {
	StreamingMaxBufSize     int
	StreamingInitialBufSize int
	Timeout                 time.Duration
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL