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

Struct dummyAgent

internal/server/server_test.go:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected