Skip to content

Commit 94d0851

Browse files
committed
Agents cont
1 parent a6d4b00 commit 94d0851

File tree

410 files changed

+3716
-2557
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

410 files changed

+3716
-2557
lines changed

config/examples-groups.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,24 @@ groups:
9191
title: Agents and Agent Controllers
9292
subgroups:
9393
- id: agents
94-
title: Agents
94+
title: Agent Loop
9595
include:
9696
- source: addons
9797
path: '*'
9898
- source: root
9999
path: D01_Agents
100+
- id: agent_builder
101+
title: Agent Builder
102+
include:
103+
- source: root
104+
path: D02_AgentBuilder
100105
- id: agent_controllers
101106
title: Agent Controllers
102107
include:
103108
- source: agent-ctrl
104109
path: '*'
105110
- source: root
106-
path: D02_AgentCtrl
111+
path: D03_AgentCtrl
107112
- id: prompting
108113
title: Prompting
109114
subgroups:

docs-build/cookbook/agents/agents/agent_basic.mdx renamed to docs-build/cookbook/agents/agent_builder/agent_basic.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Basic Agent Usage'
33
docname: 'agent_basic'
4+
order: 1
45
---
56

67
## Overview

docs-build/cookbook/agents/agents/agent_file_system.mdx renamed to docs-build/cookbook/agents/agent_builder/agent_file_system.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Agent with File System Tools'
33
docname: 'agent_file_system'
4+
order: 2
45
---
56

67
## Overview

docs-build/cookbook/agents/agents/agent_hooks.mdx renamed to docs-build/cookbook/agents/agent_builder/agent_hooks.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Agent Hooks - Tool Interception'
33
docname: 'agent_hooks'
4+
order: 4
45
---
56

67
## Overview

docs-build/cookbook/agents/agents/agent_search.mdx renamed to docs-build/cookbook/agents/agent_builder/agent_search.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Agent-Driven Codebase Search'
33
docname: 'agent_search'
4+
order: 6
45
---
56

67
## Overview

docs-build/cookbook/agents/agents/agent_self_critique.mdx renamed to docs-build/cookbook/agents/agent_builder/agent_self_critique.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Agent Self-Critique Pattern'
33
docname: 'agent_self_critique'
4+
order: 5
45
---
56

67
## Overview

docs-build/cookbook/agents/agents/agent_structured_output.mdx renamed to docs-build/cookbook/agents/agent_builder/agent_structured_output.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Agent with Structured Output Extraction'
33
docname: 'agent_structured_output'
4+
order: 3
45
---
56

67
## Overview

docs-build/cookbook/agents/agents/agent_subagents.mdx renamed to docs-build/cookbook/agents/agent_builder/agent_subagents.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Agent Subagent Orchestration'
33
docname: 'agent_subagents'
4+
order: 7
45
---
56

67
## Overview

docs-build/cookbook/agents/agents/agent_loop_bash_tool.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Agent with Bash Tool'
33
docname: 'agent_loop_bash_tool'
4+
order: 3
45
---
56

67
## Overview

docs-build/cookbook/agents/agents/agent_loop_context_compiler.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Custom Context Compiler'
33
docname: 'agent_loop_context_compiler'
4+
order: 6
45
---
56

67
## Overview

0 commit comments

Comments
 (0)