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

Method Registry

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

Registry returns the agent registry.

()

Source from the content-addressed store, hash-verified

328
329// Registry returns the agent registry.
330func (d *Controller) Registry() *Registry {
331 return d.registry
332}
333
334// Close gracefully shuts down the controller.
335func (d *Controller) Close() error {

Callers 2

TestMultiFunction · 0.80
NewControllerFromConfigFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestMultiFunction · 0.64