Documentation
README
CAO Memory
CAO gives every agent a shared, persistent memory. A fact you store in one session is available to a brand-new agent in a later session — even on a different provider. Use it so the user never has to repeat themselves.
These are CAO's cross-provider memory tools (memory_store, memory_recall,
memory_forget), exposed by the CAO MCP server. They are distinct from any
provider-native memory the CLI tool may have.
Scopes and types
Every memory has a scope (where it applies) and a type (what kind of fact it is).
This is the opening of the README. Read the full README on GitHub.