Skip to content
/ crewAI Public
forked from crewAIInc/crewAI

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.

License

Notifications You must be signed in to change notification settings

amponce/crewAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrewAI

Installing Dependencies

poetry lock
poetry install

Virtual Env

poetry shell

Running Tests

poetry run pytest

Packaging

poetry build

Installing Locally

pip install dist/*.tar.gz

RolaPLaying

CrewAI

Why?

How?

What is it?

Convention?

Convention of Roles Convention over Tools Convention over interactions (In what ways agents interact, how flexible, conversation patterns, where these happen [in a room, in isolation]) Convention over degree of guidance

You must be able to bring any tools <- Convention over tools

How does it compare to autogen?

Autogen is good to create conversational agents, these agents can then work together autonomously, but there is no concepts of process, a process would need to be programatically added.

ChatDev brings the idea of processes to the AI Agents but it's stiff and it's customizations are not meant to be deployed at production settings

CrewAI is a python library that provide modules to build crews of AI Agents tha

What is the interface to interact with CrewAI?

About

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%