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

Method ExecEvents

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

ExecEvents returns all events for a specific execution ID.

(ctx context.Context, execID string)

Source from the content-addressed store, hash-verified

36
37 // ExecEvents returns all events for a specific execution ID.
38 ExecEvents(ctx context.Context, execID string) ([]*proto.ExecutionEvent, error)
39
40 // DeleteEvents deletes all events for a specific conversation ID.
41 DeleteEvents(ctx context.Context, conversationID string) error

Callers 5

tryResumingMethod · 0.65
historyFunction · 0.65
fetchFunction · 0.65

Implementers 2

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

Calls

no outgoing calls