mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 23:58:34 +00:00
small refractoring for new version
This commit is contained in:
17
docs/how-to/Coding-Agents.md
Normal file
17
docs/how-to/Coding-Agents.md
Normal 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,
|
||||
)
|
||||
```
|
||||
Reference in New Issue
Block a user