From 810c99c1faef524a1643b9f1442c3b64a417dcad Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Wed, 20 May 2026 15:22:02 -0600 Subject: [PATCH] docs: updated homepage to point to graph agents --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 33f250f..6fbc25a 100644 --- a/Home.md +++ b/Home.md @@ -39,7 +39,8 @@ Coming from [AIChat](https://github.com/sigoden/aichat)? Follow the [migration g * [Sessions](Sessions): Manage and persist conversational contexts and settings across multiple interactions. * [Roles](Roles): Customize model behavior for specific tasks or domains. * [Agents](Agents): Leverage AI agents to perform complex tasks and workflows, including sub-agent spawning, teammate messaging, and user interaction tools. - * [Todo System](TODO-System): Built-in task tracking for improved agent reliability with smaller models. + * [Graph Agents](Graph-Agents): Define an agent as a declarative, YAML-driven workflow. A directed graph of typed nodes (LLM calls, scripts, approvals, user input, RAG retrieval, sub-agent spawns). +* [Todo System](TODO-System): Built-in task tracking for improved agent reliability with smaller models. * [Environment Variables](Environment-Variables): Override and customize your Loki configuration at runtime with environment variables. * [Client Configurations](Clients): Configuration instructions for various LLM providers. * [Authentication (API Key & OAuth)](Clients#authentication): Authenticate with API keys or OAuth for subscription-based access.