docs: fix Launch section formatting in agents.md

- Change 'cai' plain text to proper bash code block
- Update heading from # to ### for consistency
- Improve visual consistency with other code examples
This commit is contained in:
Daniel Sanchez 2025-10-21 13:47:28 +02:00
parent 46022268df
commit 7aefffd1fa
1 changed files with 4 additions and 1 deletions

View File

@ -257,8 +257,11 @@ agent = Agent[UserContext](
```
# Launch
### Launch
```bash
cai
```
### Performance Optimization