MCPcopy Create free account
hub / github.com/coder/agentapi / EmitStatus

Method EmitStatus

lib/screentracker/conversation.go:97–97  ·  view source on GitHub ↗
(ConversationStatus)

Source from the content-addressed store, hash-verified

95type Emitter interface {
96 EmitMessages([]ConversationMessage)
97 EmitStatus(ConversationStatus)
98 EmitScreen(string)
99 EmitError(message string, level ErrorLevel)
100}

Callers 5

StartMethod · 0.65
SendMethod · 0.65
StartMethod · 0.65
handleChunkMethod · 0.65
executePromptMethod · 0.65

Implementers 5

testEmitterlib/screentracker/pty_conversation_tes
noopEmitterlib/screentracker/pty_conversation.go
EventEmitterlib/httpapi/events.go
mockEmitterx/acpio/acp_conversation_test.go
noopEmitterx/acpio/acp_conversation.go

Calls

no outgoing calls

Tested by

no test coverage detected