From 4cfaa2dc77e340ed6f06635c7b550436565041c4 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 13 Feb 2026 15:42:28 -0700 Subject: [PATCH] docs: Updated the docs to mention the new agents --- docs/AGENTS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/AGENTS.md b/docs/AGENTS.md index 50dd67a..92cf51b 100644 --- a/docs/AGENTS.md +++ b/docs/AGENTS.md @@ -473,8 +473,11 @@ For complete documentation including all configuration options, tool details, an ## Built-In Agents Loki comes packaged with some useful built-in agents: + * `coder`: An agent to assist you with all your coding tasks * `demo`: An example agent to use for reference when learning to create your own agents +* `explore`: An agent designed to help you explore and understand your codebase * `jira-helper`: An agent that assists you with all your Jira-related tasks +* `oracle`: An agent for high-level architecture, design decisions, and complex debugging +* `sisyphus`: A powerhouse agent for writing complex code and acting as a natural language interface for your codebase (similar to ClaudeCode, Gemini CLI, Codex, or OpenCode) * `sql`: A universal SQL agent that enables you to talk to any relational database in natural language -