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

https://github.com/riolaf05/blog-writer-crewai

A blog writer that takes a GitHub repo as input and produces a blog article describing how that project has been implemented
https://github.com/riolaf05/blog-writer-crewai

agents autonomous-agents blog-writing crew-engineering-delivery-engineering-tooling crewai github groq langchain llama3 llm tools

Last synced: about 1 month ago
JSON representation

A blog writer that takes a GitHub repo as input and produces a blog article describing how that project has been implemented

Awesome Lists containing this project

README

          

# Intro

**Autonomous agents** possess reasoning and planning capabilities similar to human intelligence, making them advanced AI systems. They are essentially LLMs with brain that has the ability to self-reason and plan the decomposition of the tasks.

# Observations

CrewAI is very powerful for orchestrating agents in sequence but does not yet have the "routing" capability, meaning it cannot redirect the flow to different agents based on user input.

It is suitable for performing complex specific tasks.

# Key Takeaways

1. CrewAI provides wide range of multi-agent functionality and workflows, that helps in efficient task decomposition.

2. Agents Prompt Engineering stands out as a crucial factor for enhancing task decomposition and planning.

# Next steps

* [Markdown-to-Notion](https://github.com/tryfabric/martian)

# References

* [Getting started with CrewAI](https://docs.crewai.com/how-to/Creating-a-Crew-and-kick-it-off/#step-1-assemble-your-agents)
* [Create a Blog Writer Multi-Agent System using Crewai and Ollama](https://medium.com/the-ai-forum/create-a-blog-writer-multi-agent-system-using-crewai-and-ollama-f47654a5e1cd)