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

Struct dummyAgent

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

Source from the content-addressed store, hash-verified

25)
26
27type dummyAgent struct{}
28
29func (a *dummyAgent) Connect(ctx context.Context, conversationID string, execID string, start *proto.AgentStart, e agent.Executor, o agent.OutputHandler) error {
30 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected