export_to_library
After a session ends, preserve artifacts and summaries as searchable findings in the OpenLMlib library so future projects can retrieve and reuse them.
Instructions
Export session artifacts as findings in the main OpenLMLib library.
AUTOMATIC TRIGGERS - Call this when:
A collaboration session is completed
You want to persist session work to the main knowledge base
Future sessions might need this knowledge
After a session completes, use this to permanently store the research outputs in the main library for future retrieval.
WORKFLOW POSITION: After session termination, before starting new work.
PARAMETERS:
session_id: Completed session to export
agent_id: Orchestrator agent ID authorizing the export
project: Project name for findings (defaults to session title)
confidence: Default confidence 0.0-1.0 (default: 0.8)
tags: Additional tags to apply to all findings
artifact_ids: Specific artifacts to export (None = all)
include_summary: Also export the session summary as a finding (default: True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| project | No | ||
| agent_id | No | ||
| confidence | No | ||
| session_id | Yes | ||
| artifact_ids | No | ||
| include_summary | No |