DEV Community

Siva Surendira
Siva Surendira

Posted on

Creating an AI BLOGGER with Lyzr, LlamaIndex, Perplexity, GPT4

Image description

Lyzr Automata v0.1.2 is out now

Lyzr Automata is a sophisticated multi-agent automation framework designed to keep things simple, with a focus on workflow efficiency and effectiveness.

What’s New?

  1. Agents now have memory. Thanks to LlamaIndex RAG functions.
  2. Automata has a ‘logger’ class to view all logs in one place

Access the code

Github: https://github.com/LyzrCore/lyzr-automata

What’s the demo?

We automated the role of AI Blogger.

In the demo, you will see

  1. Automata agents scrap Streamlit website
  2. Use LlamaIndex to create indexes and the base blog article
  3. Use Perplexity to search recent news on the blog topic
  4. Combine all the above data to write a 1500 words blog
  5. Publish it to dev.to

Demo Video:
https://www.loom.com/share/bb7d7a8fe0b14d0cadadc6ef2f0b5b9e?sid=6d50a9d4-878d-40d0-9c3d-e99015889e3c

Try Lyzr Automata and build your own #PrivateAgent

Powered by Lyzr.ai - the low code agent framework company.

lyzr #lyzrautomata #agentframework #agentautomation #openai #perplexity #llamaindex #streamlit #opensource

Top comments (1)

Collapse
 
ranjancse profile image
Ranjan Dailata • Edited

Suggestion -

More interesting things could be accomplished by having a lyzr automation service, basically it's a SaaS based service which allows the users to perform the multi-agent automation. The more you think in terms of service, it will allow various consumers to use and participate, no matter what kind of technology the consumers would be using. However, currently the lyzr-automata seems to be a tight couple framework, and you are basically enforcing the developers to work with python. Just a suggestion, please don't get me wrong.