export_co_scientist_findings
Export verified Co-Scientist claims into the knowledge library, preserving supported findings while skipping inconclusive or rejected ones.
Instructions
Export supported Co-Scientist claims into the main knowledge library.
AUTOMATIC TRIGGERS - Call this when:
A final Co-Scientist report exists and supported claims should become findings
You need to preserve verified claims but skip inconclusive or rejected ones
The user explicitly asks to save verified Co-Scientist results to memory
WORKFLOW POSITION: Use after final report review. This intentionally skips inconclusive, contradicted, and unsafe/out-of-scope hypotheses.
PARAMETERS:
run_id: Co-Scientist run ID
created_by: Session orchestrator agent_id or model (required)
project: Optional project name for exported findings
tags: Optional extra tags
proposed_by: Optional proposer identifier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| run_id | Yes | ||
| project | No | ||
| created_by | Yes | ||
| proposed_by | No |