MCPcopy Create free account
hub / github.com/compozy/agh / StreamSessionEvents

Method StreamSessionEvents

internal/cli/client.go:222–222  ·  view source on GitHub ↗
(
		ctx context.Context,
		id string,
		query SessionEventQuery,
		lastEventID string,
		handler SSEHandler,
	)

Source from the content-addressed store, hash-verified

220 StreamPromptSession(ctx context.Context, id string, message string, handler SSEHandler) error
221 SessionEvents(ctx context.Context, id string, query SessionEventQuery) ([]SessionEventRecord, error)
222 StreamSessionEvents(
223 ctx context.Context,
224 id string,
225 query SessionEventQuery,

Callers 2

newSessionWaitCommandFunction · 0.65
streamSessionEventsFunction · 0.65

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls

Tested by

no test coverage detected