Skip to main content

Module agent_pool

Module agent_pool 

Source
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ยง

SqliteAgentPoolStore
SQLite-backed implementation of AgentPoolStore.