update nav

This commit is contained in:
zachary62
2025-04-04 14:25:33 -04:00
parent 581aa6b08f
commit ca46798ce5
8 changed files with 57 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
---
layout: default
title: "PythonExecutor"
parent: "SmolaAgents"
nav_order: 6
---
# Chapter 6: PythonExecutor - Running Code Safely
Welcome back! In [Chapter 5: PromptTemplates](05_prompttemplates.md), we saw how agents use templates to create clear instructions for their LLM brain. These instructions often involve asking the LLM to generate code, especially for agents like `CodeAgent`, which are designed to solve problems by writing and running Python.