Documentation
¶
Index ¶
- Constants
- type Config
- type Store
- func (store *Store) Append(ctx context.Context, event core.Event) (obspkg.EventRecord, error)
- func (store *Store) EnsureSchema(ctx context.Context) error
- func (store *Store) ListEvents(ctx context.Context, runID string, query obspkg.EventQuery) ([]obspkg.EventRecord, error)
- func (store *Store) ListRuns(ctx context.Context, query obspkg.RunQuery) ([]obspkg.RunSummary, error)
Constants ¶
View Source
const DefaultTableName = "agentflow_runtime_events"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) ListEvents ¶
func (store *Store) ListEvents(ctx context.Context, runID string, query obspkg.EventQuery) ([]obspkg.EventRecord, error)
Click to show internal directories.
Click to hide internal directories.