docs: updated homepage to point to graph agents

2026-05-20 15:22:02 -06:00
parent b1de8ad257
commit 810c99c1fa
+1
@@ -39,6 +39,7 @@ 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.
* [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.