Inspiration

As a software Engineer, I always wanted to know how an agent works, what is the underlying tech and how to build one. it was a long and difficult journey, going through tons of documentation. That is when I thought about building agentinitializer.dev to help software engineers like me to fast-track their agent building workflow using langgraph, langchain and pica.

What it does

Agentinitializer.dev fastracks your agent building workflow using langgraph, langchain and pica.

  1. Choose a template
  2. Choose tools
  3. see and export your agent from web IDE
  4. build more complex agents on top of it.

How we built it

  1. Completely on bolt.new.
  2. Supabase for DB and authentication.
  3. Netlify to deploy
  4. pica for agent tools.
  5. Wrote agent templates in python from my knowledge (agent templates.)

Challenges we ran into

  1. how to make template code show up on webassembly was the difficult task. Could not have done it without bolt.new.

What we learned

  1. How to build agents
  2. what is webassembly
  3. Streamlit, how it helps to quickly create UI for your agenst.

What's next for agentinitializer.dev

I have lot of features lined up next which I aim to release in next couple of weeks

  1. Run Agent code right from web IDE
  2. Add more tools and templates.

Built With

Share this project:

Updates