AgentPrismStorageMeta
Reports which storage implementations are active.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
persistent |
yes | boolean |
Whether all three stores are persistent. Returns false if any is in-memory. |
— |
agentDefinitionStore |
yes | string |
Type name of the agent definition store. | — |
runStore |
yes | string |
Type name of the run store. | — |
sessionStore |
yes | string |
Type name of the session store. | — |
jobStore |
yes | string |
Type name of the job queue store. | — |
jobWorkerEnabled |
yes | boolean |
Whether the background job worker is running in this process. If false, the queue can still be written to and read from; only this process does not lease jobs. |
— |