- Remove entire workflow system (API routes, services, tools, components) - Add guides system from main ra-h repo (for external agent integration) - Update pane types: 'workflows' → 'guides' throughout - Update LeftToolbar to show guides icon instead of workflows - Update SettingsModal with GuidesViewer tab - Add GuidesPane for browsing guides in main UI - Clean up prompts to remove workflow references - Update tool registry to remove workflow tools - Add gray-matter package for frontmatter parsing Guides are essential for RA-H Light as they help external agents (via MCP) understand the knowledge base context and usage patterns. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1.2 KiB
1.2 KiB
name, description
| name | description |
|---|---|
| Research | Deep research — conduct background web research on a topic and append findings to the node. |
Research
Conduct background research on the topic/person/concept and append findings to the node.
Steps
-
Read & Identify
- Call
getNodesByIdfor the focused node - Identify: what needs researching? (person's background, concept origins, recent developments, etc.)
- Call
-
Web Research
- Call
webSearchwith targeted queries (1-2 searches) - Focus on: background context, recent news, authoritative sources
- Extract the most relevant findings
- Call
-
Append Research Call
updateNodeONCE using thecontentfield with ONLY this section:--- ## Research Notes **Background:** [2-3 sentences of context] **Key Findings:** - [Finding 1] - [Finding 2] - [Finding 3] **Sources:** [Brief attribution]Use
updates.content(NOT chunk). Send ONLY the new section. The tool appends automatically. -
Return Summary Reply with: "Researched [topic] — [key insight in <15 words]"
Rules
- Keep total tool calls ≤ 5
- Call
updateNodeexactly once - Focus on factual background, not opinion
- Cite sources when possible