mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
Updating readme
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,4 +3,5 @@
|
|||||||
__pycache__
|
__pycache__
|
||||||
dist/
|
dist/
|
||||||
*/**/cassettes/*
|
*/**/cassettes/*
|
||||||
.env
|
.env
|
||||||
|
assets/*
|
||||||
@@ -1,5 +1,7 @@
|
|||||||
# crewAI
|
# 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.
|
🤖 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)
|
- [Why CrewAI](#why-crewai)
|
||||||
@@ -44,7 +46,7 @@ researcher = Agent(
|
|||||||
backstory="You're a world class researcher working on a major data science company",
|
backstory="You're a world class researcher working on a major data science company",
|
||||||
verbose=True,
|
verbose=True,
|
||||||
allow_delegation=False
|
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(
|
writer = Agent(
|
||||||
role='Writer',
|
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