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

Method AppendExec

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

AppendExec adds an execution event to the end of the log.

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

Source from the content-addressed store, hash-verified

30
31 // AppendExec adds an execution event to the end of the log.
32 AppendExec(ctx context.Context, event *proto.ExecutionEvent) error
33
34 // Events returns all events for the conversation.
35 Events(ctx context.Context, conversationID string) ([]*proto.ConversationEvent, error)

Callers 7

logPendingFunction · 0.65
logFailedFunction · 0.65
logCompletedFunction · 0.65
logOutputsFunction · 0.65
ExecMethod · 0.65

Implementers 2

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

Calls

no outgoing calls