Introduction

micro-agi

micro-agi is an innovative React-compatible cross-platform framework designed for building and orchestrating role-player AI autonomous agents that works both in server or client applications.

How does it work?

With micro-agi, you can create complex systems of AI agents that work together to accomplish tasks. Here's a simple example:

<Team>
  <Agent role="designer">
    <Task> design landing page" <Task/>
  </Agent>
  <Agent role="frontend developer">
    <Task> develop landing page with react and tailwind <Task/>
    <Task> publish to github <Task/>
  </Agent>
</Team>

Create your first team (opens in a new tab) using our ChatGPT assistant.