MCPcopy
hub / github.com/google/ax / PlannerBuilder

FuncType PlannerBuilder

internal/controller/controller.go:52–52  ·  view source on GitHub ↗

PlannerBuilder is a function that creates a PlanFunc given a Registry.

func(ctx context.Context, r *Registry) (agent.Agent, error)

Source from the content-addressed store, hash-verified

50
51// PlannerBuilder is a function that creates a PlanFunc given a Registry.
52type PlannerBuilder func(ctx context.Context, r *Registry) (agent.Agent, error)
53
54// Config configures the controller.
55type Config struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected