mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
392 B
392 B
title, description
| title | description |
|---|---|
| Coding Agents | 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:
Agent(
role="Senior Python Developer",
goal="Craft well design and thought out code",
backstory="You are a senior python…”,
allow_code_execution=True,
)