MCPcopy Index your code
hub / github.com/docker/docker-agent / RunAgentWithAgentName

Method RunAgentWithAgentName

pkg/runtime/remote_client.go:34–34  ·  view source on GitHub ↗

RunAgentWithAgentName executes an agent with a specific agent name. See RunAgent for the meaning of model.

(ctx context.Context, sessionID, agent, agentName string, messages []api.Message, model string)

Source from the content-addressed store, hash-verified

32
33 // RunAgentWithAgentName executes an agent with a specific agent name. See RunAgent for the meaning of model.
34 RunAgentWithAgentName(ctx context.Context, sessionID, agent, agentName string, messages []api.Message, model string) (<-chan Event, error)
35
36 // SteerSession injects user messages into a running session mid-turn
37 SteerSession(ctx context.Context, sessionID string, messages []api.Message) error

Callers 1

RunStreamMethod · 0.65

Implementers 2

stubRemoteClientpkg/runtime/remote_contract_test.go
Clientpkg/runtime/client.go

Calls

no outgoing calls

Tested by

no test coverage detected