https://github.com/karthikarajagopal44/crew-agent-generator
https://github.com/karthikarajagopal44/crew-agent-generator
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/karthikarajagopal44/crew-agent-generator
- Owner: KarthikaRajagopal44
- Created: 2025-03-27T07:57:53.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-03-27T08:15:46.000Z (about 1 month ago)
- Last Synced: 2025-03-27T09:25:26.626Z (about 1 month ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.