Export Sessions for Anthropic
export_for_anthropicExport LoreConvo sessions to Anthropic managed-agents memory format for import into memory stores. Filters sessions by project, IDs, or days back.
Instructions
Export LoreConvo sessions to Anthropic managed-agents memory format. Pro only.
Produces a JSON file in 'anthropic-memory-v1' format, suitable for import into Anthropic managed-agents memory stores. Only non-periodic, non-file-memory sessions are exported (contamination control).
NOTE: Field mapping is preliminary pending Anthropic beta API schema stabilization. Cassandra will signal when the schema is stable. Save the output and validate against Anthropic docs before submitting to a managed-agents memory store.
Args: output_path: File path to write the export. If omitted, data is returned inline. project: Export only sessions from this project. session_ids: List of specific session UUIDs to export. Overrides project filter. days_back: Limit to sessions from the last N days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| days_back | No | ||
| output_path | No | ||
| session_ids | No |