MCPcopy Create free account
hub / github.com/compozy/agh / History

Method History

internal/api/core/interfaces.go:59–59  ·  view source on GitHub ↗
(ctx context.Context, id string, query store.EventQuery)

Source from the content-addressed store, hash-verified

57 Status(ctx context.Context, id string) (*session.Info, error)
58 Events(ctx context.Context, id string, query store.EventQuery) ([]store.SessionEvent, error)
59 History(ctx context.Context, id string, query store.EventQuery) ([]store.TurnHistory, error)
60 Transcript(ctx context.Context, id string) ([]transcript.UIMessage, error)
61 RepairSession(ctx context.Context, opts session.RepairOpts) (*session.RepairResult, error)
62 Delete(ctx context.Context, id string) error

Callers 4

SessionHistoryMethod · 0.65
ListAgentSoulHistoryMethod · 0.65
MemoryHistoryMethod · 0.65

Implementers 4

Managerinternal/session/manager.go
sessionManagerStubinternal/api/core/session_manager_stub
StubSessionManagerinternal/api/testutil/session_stub.go
fakeSessionManagerinternal/daemon/daemon_test.go

Calls

no outgoing calls

Tested by

no test coverage detected