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

Method Write

lib/screentracker/conversation.go:60–60  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

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

Callers 13

DoMethod · 0.65
writeStabilizeMethod · 0.65
SetupProcessFunction · 0.65
createMessageMethod · 0.65
TestServer_UploadFilesFunction · 0.65
WriteMethod · 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