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.
- Host: GitHub
- URL: https://github.com/shuyib/crewai_apps
- Owner: Shuyib
- License: apache-2.0
- Created: 2024-01-12T14:09:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T18:06:11.000Z (9 months ago)
- Last Synced: 2025-01-11T19:22:34.429Z (9 months ago)
- Topics: autogen, crewai, hyperagents, journalism, llms, openai-api, python-3, streamlit-webapp
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlogEditor
[](https://codespaces.new/Shuyib/crewai_apps)
[](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