Documentation Index
Fetch the complete documentation index at: https://docs.corti.ai/llms.txt
Use this file to discover all available pages before exploring further.
Memory is a core toolbox expert — it is foundational to most agent workflows where the orchestrator needs to reason over large inputs without bloating the prompt.
Capabilities
The Memory expert can:- Search large bodies of context for information matching a query
- Analyze long documents or files and return targeted facts
- Surface relevant excerpts so the orchestrator can ground its synthesis
- Reduce the size of the orchestrator’s working prompt by offloading bulky lookups
Use cases
- Querying a long clinical document or attached file for specific facts
- Pulling targeted passages out of a large transcript or note
- Summarizing or extracting from inputs that are too large to keep in the orchestrator prompt
- Providing analyzed excerpts as evidence for a downstream expert
How to invoke
Send the relevant query or high-level objective as thetext parameter. Do not pass new raw facts to the Memory expert — provide only the question or objective so it can search and analyze the existing in-request context itself.
For questions that can be answered directly from the orchestrator’s own prompt without consulting bulky context, you can answer directly without invoking the Memory expert.