Expand description
Public agent-pool toolkit namespace. Use it for concrete pool-store
adapters layered over agent-sdk-core coordination ports.
SQLite-backed agent-pool coordination store.
This module provides an optional concrete AgentPoolStore adapter. Core owns
the portable pool records and semantics; this toolkit module owns SQLite I/O.
Structsยง
- Sqlite
Agent Pool Store - SQLite-backed implementation of
AgentPoolStore.