Service Memory — io.bsp.agents.memory (removed)

This capability has been removed from the BSP specification.

The io.bsp.agents.memory capability has been removed. The use cases it was intended to cover are now better served by two existing parts of the protocol:

  • Static operational configuration (model name, system prompt, provider settings): use the metadata field on the service descriptor — available on any registered service via GET /services/{id}.

  • Historical event log (conversation history, audit trails, accumulated facts): use GET /events with the full filter set — ?type=, ?source=, ?from=, ?to=, ?correlationId=, plus cursor-based pagination.

See Service Descriptor Fields and Events — Historical Query for the current specification.

See Design Decisions — Service Metadata vs. Memory for the rationale.

spec/v0.6.5