MCPcopy
hub / github.com/google/ax / Append

Method Append

internal/controller/executor/eventlog.go:29–29  ·  view source on GitHub ↗

Append adds a conversation event to the end of the log.

(ctx context.Context, event *proto.ConversationEvent)

Source from the content-addressed store, hash-verified

27type EventLog interface {
28 // Append adds a conversation event to the end of the log.
29 Append(ctx context.Context, event *proto.ConversationEvent) (int32, error)
30
31 // AppendExec adds an execution event to the end of the log.
32 AppendExec(ctx context.Context, event *proto.ExecutionEvent) error

Callers 5

executeMethod · 0.65
ForkMethod · 0.65

Implementers 2

SQLiteEventLoginternal/controller/executor/sqlite.go
MemoryEventLoginternal/controller/executor/executort

Calls

no outgoing calls