From d64231280ca6ad5ac72fa3d9c929a42e9cc9ffca Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 22 May 2026 18:05:05 -0600 Subject: [PATCH] docs: Added documentation for the two new deep-research and report-writer agents --- Agents.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Agents.md b/Agents.md index b1dff1c..3e062d1 100644 --- a/Agents.md +++ b/Agents.md @@ -738,9 +738,11 @@ Loki comes packaged with some useful built-in agents: * `coder`: An agent to assist you with all your coding tasks * `code-reviewer`: A [CodeRabbit](https://coderabbit.ai)-style code reviewer that spawns per-file reviewers using the teammate messaging pattern * `demo`: An example agent to use for reference when learning to create your own agents +* `deep-research`: A graph-based agent designed to perform deep web research * `explore`: An agent designed to help you explore and understand your codebase * `file-reviewer`: An agent designed to perform code-review on a single file (used by the `code-reviewer` agent) * `oracle`: An agent for high-level architecture, design decisions, and complex debugging +* `report-writer`: An agent to polish research findings into clear, citation-preserving final reports * `sisyphus`: A powerhouse orchestrator agent for writing complex code and acting as a natural language interface for your codebase (similar to ClaudeCode, Gemini CLI, Codex, or OpenCode). Uses sub-agent spawning to delegate to `explore`, `coder`, and `oracle`. * `sql`: A universal SQL agent that enables you to talk to any relational database in natural language