Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
type
Emitter
interface
{
96
EmitMessages([]ConversationMessage)
97
EmitStatus(ConversationStatus)
98
EmitScreen(string)
99
EmitError(message string, level ErrorLevel)
100
}
Callers
5
Start
Method · 0.65
Send
Method · 0.65
Start
Method · 0.65
handleChunk
Method · 0.65
executePrompt
Method · 0.65
Implementers
5
testEmitter
lib/screentracker/pty_conversation_tes
noopEmitter
lib/screentracker/pty_conversation.go
EventEmitter
lib/httpapi/events.go
mockEmitter
x/acpio/acp_conversation_test.go
noopEmitter
x/acpio/acp_conversation.go
Calls
no outgoing calls
Tested by
no test coverage detected