feat(FN-3002): add canonical research guide and update cross-linked docs

The merge introduces a canonical research guide (`docs/research.md`) as a central reference and updates cross-links across the documentation suite, including agents, architecture, dashboard-guide, settings-reference, and storage docs. The most significant addition is the 436-line research guide itse

Fusion-Task-Id: FN-3002
This commit is contained in:
Fusion
2026-05-03 14:50:16 -07:00
committed by gsxdsm
parent dc301fc84c
commit 4d6c0a463c
8 changed files with 470 additions and 1 deletions

View File

@@ -163,6 +163,9 @@ Expected behavior and boundaries:
- Queries should stay narrow and task-scoped; avoid open-ended exploration
- If research is disabled or provider setup is incomplete, tools return actionable `setup` responses instead of crashing
- Durable conclusions should be persisted with `fn_task_document_write` (for example, `key="research"`)
- Research runs require the project engine to be running for processing; `fn_research_run` creates the run but does not block for completion unless `wait_for_completion` is set
For the full research workflow, provider setup, CLI commands, and API reference, see the [Research guide](./research.md).
## Built-In Agent Prompt Templates