MCPcopy Index your code
hub / github.com/coder/coder / subAgentAPIClient

Struct subAgentAPIClient

agent/agentcontainers/subagent.go:149–152  ·  view source on GitHub ↗

NewSubAgentClient returns a SubAgentClient that uses the provided agent API client.

Source from the content-addressed store, hash-verified

147// NewSubAgentClient returns a SubAgentClient that uses the provided
148// agent API client.
149type subAgentAPIClient struct {
150 logger slog.Logger
151 api agentproto.DRPCAgentClient28
152}
153
154var _ SubAgentClient = (*subAgentAPIClient)(nil)
155

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected