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

https://github.com/shuyib/crewai_apps

Hyperagents that collaboratively work to act on your instructions. Example Blog Post editors.
https://github.com/shuyib/crewai_apps

autogen crewai hyperagents journalism llms openai-api python-3 streamlit-webapp

Last synced: 8 months ago
JSON representation

Hyperagents that collaboratively work to act on your instructions. Example Blog Post editors.

Awesome Lists containing this project

README

          

# BlogEditor
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/Shuyib/crewai_apps)
[![HuggingFace](https://img.shields.io/badge/HuggingFace-Space-yellow)](https://huggingface.co/spaces/Skier8402/crewai_article_editor)

Blog Editor agent implemented with LLMs and crewai framework for handling autogen agents.

It uses streamlit, crewai and openai functions to execute the task of interest.

It is based on the crewai gemini demo: https://huggingface.co/spaces/eaglelandsonce/crewaiongemini

## Installation
```bash
make install
```

## Usage
```bash
make run
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
Apache 2.0