makes the Persistent Goals docs accessible in the docs nav (and llms.txt) (#18481)
This commit is contained in:
parent
f99676e315
commit
0b76d23d1a
@ -1,6 +1,6 @@
|
||||
---
|
||||
sidebar_position: 16
|
||||
title: "Persistent Goals (`/goal`)"
|
||||
title: "Persistent Goals"
|
||||
description: "Set a standing goal and let Hermes keep working across turns until it's done. Our take on the Ralph loop."
|
||||
---
|
||||
|
||||
|
||||
@ -75,6 +75,7 @@ SECTIONS: list[tuple[str, list[tuple[str, str, str | None]]]] = [
|
||||
("user-guide/features/delegation", "Delegation", None),
|
||||
("user-guide/features/kanban", "Kanban Multi-Agent", None),
|
||||
("user-guide/features/kanban-tutorial", "Kanban Tutorial", None),
|
||||
("user-guide/features/goals", "Persistent Goals", None),
|
||||
("user-guide/features/code-execution", "Code Execution", None),
|
||||
("user-guide/features/hooks", "Hooks", None),
|
||||
("user-guide/features/batch-processing", "Batch Processing", None),
|
||||
|
||||
@ -65,6 +65,7 @@ const sidebars: SidebarsConfig = {
|
||||
'user-guide/features/delegation',
|
||||
'user-guide/features/kanban',
|
||||
'user-guide/features/kanban-tutorial',
|
||||
'user-guide/features/goals',
|
||||
'user-guide/features/code-execution',
|
||||
'user-guide/features/hooks',
|
||||
'user-guide/features/batch-processing',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user