mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-15 20:08:29 +00:00
Updating readme
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,4 +3,5 @@
|
||||
__pycache__
|
||||
dist/
|
||||
*/**/cassettes/*
|
||||
.env
|
||||
.env
|
||||
assets/*
|
||||
@@ -1,5 +1,7 @@
|
||||
# crewAI
|
||||
|
||||

|
||||
|
||||
🤖 Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
|
||||
|
||||
- [Why CrewAI](#why-crewai)
|
||||
@@ -44,7 +46,7 @@ researcher = Agent(
|
||||
backstory="You're a world class researcher working on a major data science company",
|
||||
verbose=True,
|
||||
allow_delegation=False
|
||||
# llm=OpenAI(temperature=0.7, model_name="gpt-4"). It uses langchain.chat_models, default is GPT4
|
||||
# llm=OpenAI(temperature=0.7, model_name="gpt-4"). It uses langchain.chat_models, default is GPT4
|
||||
)
|
||||
writer = Agent(
|
||||
role='Writer',
|
||||
|
||||
BIN
crewai_logo.png
Normal file
BIN
crewai_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 150 KiB |
Reference in New Issue
Block a user