Skip to main content

blackboard

Shared state store for workflow steps. Provides a namespace-scoped key-value store with event append support, used by supervisor workflows for inter-agent communication.

Used by cmd/worker (via supervisor).

Usage

import "cruvero/internal/blackboard"

Key Types / Interfaces

TypeSourceDescription
Storestore.goInterface: Write, Read, AppendEvent (namespace-scoped key-value)