ingest_research_context
Extract keywords from research summaries to build a searchable context library, enabling cross-AI knowledge transfer and organized literature discovery.
Instructions
Ingest research context from other AI conversations for cross-AI context inheritance.
Extracts keywords from the markdown text and appends to interests.jsonl. Use session_id to isolate different chat sessions (prevents context pollution when multiple OpenClaw/AI sessions run concurrently).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown_text | Yes | Markdown text containing research context (e.g. from another AI's summary) | |
| session_id | No | Optional session identifier to isolate contexts (e.g. "openclaw-abc123"). If provided, only this session's interests are used for search_now. | |
| search_now | No | If True, also run a paper search using extracted keywords |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||