small refractoring for new version

This commit is contained in:
João Moura
2024-07-01 02:00:36 -07:00
parent a9d94112f5
commit 511af98dea
16 changed files with 9011 additions and 205346 deletions

View File

@@ -0,0 +1,17 @@
---
title: Coding Agents
description: Learn how to enable your crewAI Agents to write code and execute it.
---
## Introduction
TLDR: strongly recommended to use bigger models like gpt-4 and such
EXAMPLE:
```python
Agent(
role="Senior Python Developer",
goal="Craft well design and thought out code",
backstory="You are a senior python…”,
allow_code_execution=True,
)
```

View File

View File