MCPcopy Create free account
hub / github.com/docker/docker-agent / RunStream

Method RunStream

pkg/embeddedchat/embeddedchat.go:82–82  ·  view source on GitHub ↗
(ctx context.Context, sess *session.Session)

Source from the content-addressed store, hash-verified

80// runtimeRunner is the subset of runtime.Runtime the headless session needs.
81type runtimeRunner interface {
82 RunStream(ctx context.Context, sess *session.Session) <-chan dagentruntime.Event
83 Resume(ctx context.Context, req dagentruntime.ResumeRequest)
84 ResumeElicitation(ctx context.Context, action tools.ElicitationAction, content map[string]any) error
85 Close() error

Callers 1

SendMethod · 0.65

Implementers 8

queueTestRuntimepkg/tui/page/chat/queue_test.go
cycleThinkingRuntimepkg/leantui/update_test.go
mockRuntimepkg/cli/runner_test.go
mockRuntimepkg/app/app_test.go
LocalRuntimepkg/runtime/runtime.go
mockRuntimepkg/runtime/commands_test.go
RemoteRuntimepkg/runtime/remote_runtime.go
fakeRuntimepkg/embeddedchat/embeddedchat_test.go

Calls

no outgoing calls

Tested by

no test coverage detected