Skip to content

Commit f732af2

Browse files
committed
Update agents documentation
1 parent cdf328b commit f732af2

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/NapthaModules/1-agents.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ The configuration of an agent module is specified in the `deployment.json` file
117117
```
118118

119119
:::info
120-
For details on how to run LLM inference within modules, see the [LLM Inference](/NapthaInference/1-inference) page.
120+
For details on how to run LLM inference within modules, see the [LLM Inference](/NapthaInference/inference) page.
121121
:::
122122

123-
For an example of calling an agent from Python (within an orchestrator module that uses an agent module), see the [Orchestrator Modules](NapthaModules/6-orchestrator) page.
123+
For an example of calling an agent from Python (within an orchestrator module that uses an agent module), see the [Orchestrator Modules](/NapthaModules/orchestrator) page.
124124

125125
## Examples
126126

@@ -143,49 +143,49 @@ export const featureCards = [
143143
title: 'Create Your First Module',
144144
description: 'Follow our tutorial to create your first agent module',
145145
icon: '✨',
146-
link: 'Tutorials/module-guide'
146+
link: '/Tutorials/module-guide'
147147
},
148148
{
149149
title: 'Onboard your Agent from Other Frameworks',
150150
description: 'Find out how to automatically create a Naptha module from other agent frameworks',
151151
icon: '🔄',
152-
link: 'Integrations'
152+
link: '/Integrations/Decorators'
153153
},
154154
{
155155
title: 'Run LLM Inference',
156156
description: 'Learn how to make LLM calls within your agent module',
157157
icon: '🧠',
158-
link: 'NapthaInference/1-inference'
158+
link: '/NapthaInference/inference'
159159
},
160160
{
161161
title: 'Tool Modules',
162162
description: 'Learn how to use Agents with Tool Modules',
163163
icon: '🛠️',
164-
link: 'NapthaModules/2-tools'
164+
link: '/NapthaModules/tools'
165165
},
166166
{
167167
title: 'Knowledge Base Modules',
168168
description: 'Learn how to use Agents with Knowledge Base Modules',
169169
icon: '📚',
170-
link: 'NapthaModules/3-knowledge-bases'
170+
link: '/NapthaModules/knowledge-bases'
171171
},
172172
{
173173
title: 'Memory Modules',
174174
description: 'Learn how to use Agents with Memory Modules',
175175
icon: '💭',
176-
link: 'NapthaModules/4-memories'
176+
link: '/NapthaModules/memories'
177177
},
178178
{
179179
title: 'Persona Modules',
180180
description: 'Learn how to use Agents with Persona Modules',
181181
icon: '🎭',
182-
link: 'NapthaModules/5-personas'
182+
link: '/NapthaModules/personas'
183183
},
184184
{
185185
title: 'Orchestrator Modules',
186186
description: 'Learn how to use Agents within Orchestrator Modules',
187187
icon: '🎮',
188-
link: 'NapthaModules/6-orchestrator'
188+
link: '/NapthaModules/orchestrator'
189189
}
190190
];
191191

0 commit comments

Comments
 (0)