ObservabilityServices Type
Builds the per-turn IHarnessServices bundle handed to the agent harness. Each session's
observability lives in its own backing bundle (e.g. sessions/
Constructors
| Constructor |
Description
|
Full Usage:
ObservabilityServices(bus, backingFactory)
Parameters:
IEventBus
backingFactory : string -> IHarnessServices
Returns: ObservabilityServices
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.ServicesFor
Parameters:
string
turnId : string
Returns: IHarnessServices
|
The per-turn harness-services bundle for a session: writes are teed to the bus, reads hit the session's backing store. `turnId` stamps each published signal with its turn.
|
Nao