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

Method GetTaskTriageState

internal/task/interfaces.go:214–214  ·  view source on GitHub ↗
(ctx context.Context, taskID string, actor ActorIdentity)

Source from the content-addressed store, hash-verified

212// TriageStore is the persistence surface for durable actor-scoped task triage state.
213type TriageStore interface {
214 GetTaskTriageState(ctx context.Context, taskID string, actor ActorIdentity) (TriageState, error)
215 UpsertTaskTriageState(ctx context.Context, state TriageState) error
216}
217

Implementers 4

inMemoryManagerStoreinternal/task/manager_test.go
fakeStoreinternal/task/interfaces_integration_t
GlobalDBinternal/store/globaldb/global_db.go
recordingRegistryinternal/daemon/daemon_test.go

Calls

no outgoing calls