Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
type
AgentIO
interface
{
60
Write(data []byte) (int, error)
61
ReadScreen() string
62
}
63
64
type
MessagePart
interface
{
Callers
6
Start
Method · 0.65
sendMessage
Method · 0.65
writeStabilize
Method · 0.65
Test_ACPAgentIO_WriteAndReadScreen
Function · 0.65
Test_ACPAgentIO_ToolCallFormattedAsText
Function · 0.65
Test_ACPAgentIO_ResetsResponseBetweenWrites
Function · 0.65
Implementers
4
testAgent
lib/screentracker/pty_conversation_tes
Process
lib/termexec/termexec.go
mockAgentIO
x/acpio/acp_conversation_test.go
ACPAgentIO
x/acpio/acpio.go
Calls
no outgoing calls
Tested by
3
Test_ACPAgentIO_WriteAndReadScreen
Function · 0.52
Test_ACPAgentIO_ToolCallFormattedAsText
Function · 0.52
Test_ACPAgentIO_ResetsResponseBetweenWrites
Function · 0.52