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

Method ReadScreen

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

Source from the content-addressed store, hash-verified

59type AgentIO interface {
60 Write(data []byte) (int, error)
61 ReadScreen() string
62}
63
64type MessagePart interface {

Callers 6

StartMethod · 0.65
sendMessageMethod · 0.65
writeStabilizeMethod · 0.65

Implementers 4

testAgentlib/screentracker/pty_conversation_tes
Processlib/termexec/termexec.go
mockAgentIOx/acpio/acp_conversation_test.go
ACPAgentIOx/acpio/acpio.go

Calls

no outgoing calls