Service Memory — io.best.agents.memory (removed)
This capability has been removed from the BEST specification.
The io.best.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
metadatafield on the service descriptor — declared in the discovery manifest'sagentsarray.Historical event log (conversation history, audit trails, accumulated facts): use
GET /eventswith the full filter set —?type=,?source=,?from=,?to=,?correlationId=, plus cursor-based pagination.
See Service Descriptor and Events — Historical Query for the current specification.
See Design Decisions — Service Metadata vs. Memory for the rationale.