ingest_research_context
Extract keywords from research context to inherit across AI conversations. Optionally run paper searches with session isolation to prevent context pollution.
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 |
|---|---|---|---|
| search_now | No | If True, also run a paper search using extracted keywords | |
| 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. | |
| markdown_text | Yes | Markdown text containing research context (e.g. from another AI's summary) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||