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

Method Events

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

Events returns all events for the conversation.

(ctx context.Context, conversationID string)

Source from the content-addressed store, hash-verified

33
34 // Events returns all events for the conversation.
35 Events(ctx context.Context, conversationID string) ([]*proto.ConversationEvent, error)
36
37 // ExecEvents returns all events for a specific execution ID.
38 ExecEvents(ctx context.Context, execID string) ([]*proto.ExecutionEvent, error)

Callers 7

tryResumingMethod · 0.65
ForkMethod · 0.65
TestSQLiteEventLog_EmptyFunction · 0.65
fetchFunction · 0.65

Implementers 2

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

Calls

no outgoing calls