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

Function WithStore

internal/task/manager.go:134–138  ·  view source on GitHub ↗

WithStore injects the durable task-domain store consumed by the manager.

(store Store)

Source from the content-addressed store, hash-verified

132
133// WithStore injects the durable task-domain store consumed by the manager.
134func WithStore(store Store) Option {
135 return func(opts *managerOptions) {
136 opts.store = store
137 }
138}
139
140// WithSessionExecutor injects the runtime session bridge used by later
141// task-run lifecycle operations.

Calls

no outgoing calls