An open API service indexing awesome lists of open source software.

https://github.com/karthikarajagopal44/crew-agent-generator


https://github.com/karthikarajagopal44/crew-agent-generator

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# Crew-Agent-Generator

A simple Streamlit app to generate agent code for CrewAI or LangGraph based on natural language requirements.

## Features
- Enter a natural language requirement for an AI agent.
- Select a framework (CrewAI or LangGraph).
- Generate agent code dynamically.
- Copy or download the generated code as a Python script.

## Installation

1. Clone this repository:
```bash
git clone https://github.com/KarthikaRajagopal44/crew-agent-generator.git
cd crew-agent-generator
```

2. Install dependencies:
```bash
pip install -r requirements.txt
```

## Usage

Run the Streamlit app:
```bash
streamlit run app.py
```

## Dependencies
- Streamlit
- CrewAI (if selected)
- LangGraph (if selected)

## Contributing
If you find this repo inspiring give a star and Feel free to fork this repository, make improvements, and submit a pull request.