Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Converts an user-specified task into structured CrewAI agents and tasks.

License

Notifications You must be signed in to change notification settings

kovacsvi/autocrewai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoCrewAI

AutoCrewAI automatically creates a CrewAI crew for rapid prototyping of agentic systems.

⚠️ AutoCrewAI is in early development — core functionality works, but some integrations (like tools) are not yet implemented.

Overview

AutoCrewAI Flow


Installation

For CrewAI installation instructions, please refer to the official CrewAI repository.

Add the following to your .env file:

  • OPENAI_API_KEY — your OpenAI API key
  • OPENAI_MODEL_NAME — the model to use (e.g.: gpt-5-nano-2025-08-07)

Running the Project

Install dependencies:

crewai install

Run your crew from the project root:

crewai run

LLMs

This project has been tested with the following models:

OpenAI

  • GPT-5 nano: gpt-5-nano-2025-08-07

About

Converts an user-specified task into structured CrewAI agents and tasks.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages