Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/agentapi
/ AgentIO
Interface
AgentIO
lib/screentracker/conversation.go:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
)
58
59
type
AgentIO
interface
{
60
Write(data []byte) (int, error)
61
ReadScreen() string
62
}
63
64
type
MessagePart
interface
{
65
Do(writer AgentIO) error
Callers
14
Do
Method · 0.65
writeStabilize
Method · 0.65
SetupProcess
Function · 0.65
createMessage
Method · 0.65
TestServer_UploadFiles
Function · 0.65
TestServer_UploadFiles_Errors
Function · 0.65
Write
Method · 0.65
Test_ACPAgentIO_WriteAndReadScreen
Function · 0.65
Start
Method · 0.65
sendMessage
Method · 0.65
writeStabilize
Method · 0.65
Test_ACPAgentIO_WriteAndReadScreen
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
no test coverage detected