MCPcopy
hub / github.com/mudler/LocalAGI / String

Method String

core/sse/sse.go:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 // Envelope defines the interface for content that can be broadcast to clients.
22 Envelope interface {
23 String() string // Represent the envelope contents as a string for transmission.
24 }
25
26 // Manager defines the interface for managing clients and broadcasting messages.

Callers 15

NewTaskFunction · 0.65
NewTaskRunFunction · 0.65
newUUIDFunction · 0.65
NewJobFunction · 0.65
ToFunctionDefinitionMethod · 0.65
startAgentWithConfigMethod · 0.65
RunCompactionFunction · 0.65
RunMethod · 0.65
StringMethod · 0.65
HandleMethod · 0.65
RunMethod · 0.65
agent_test.goFile · 0.65

Implementers 3

AgentInternalStatecore/types/state.go
Messagecore/sse/sse.go
Charactercore/agent/state.go

Calls

no outgoing calls

Tested by 1

RunMethod · 0.52