docs: aligned readme (#2238)
* docs: align readme * chore: format with prettier [skip ci] --------- Co-authored-by: Vaibhaav <user@example.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
5fa53ad976
commit
4d5b1c365a
28
README.md
28
README.md
|
|
@ -1,28 +1,22 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
<p align="center">
|
<p style="text-align: center;"><img src="ao-logo.svg" alt="Agent Orchestrator" width="200" height="200" style="max-width: 100%; height: auto; margin-left: 50px;" /></p>
|
||||||
<img src="ao-logo.svg" alt="Agent Orchestrator" width="200" height="200" />
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h1 align="center">Agent Orchestrator</h1>
|
# Agent Orchestrator
|
||||||
|
|
||||||
<p align="center"><strong>The orchestration layer for parallel AI coding agents</strong></p>
|
**The orchestration layer for parallel AI coding agents**
|
||||||
|
|
||||||
<p align="center">
|
[](https://github.com/AgentWrapper/agent-orchestrator/stargazers)
|
||||||
<a href="https://github.com/AgentWrapper/agent-orchestrator/stargazers"><img src="https://img.shields.io/github/stars/AgentWrapper/agent-orchestrator" alt="Stars" /></a>
|
[](https://github.com/AgentWrapper/agent-orchestrator/graphs/contributors)
|
||||||
<a href="https://github.com/AgentWrapper/agent-orchestrator/graphs/contributors"><img src="https://img.shields.io/github/contributors/AgentWrapper/agent-orchestrator" alt="Contributors" /></a>
|
[](https://x.com/aoagents)
|
||||||
<a href="https://x.com/aoagents"><img src="https://img.shields.io/badge/Twitter-1DA1F2?logo=twitter&logoColor=white" alt="Twitter" /></a>
|
[](https://discord.com/invite/UZv7JjxbwG)
|
||||||
<a href="https://discord.com/invite/UZv7JjxbwG"><img src="https://img.shields.io/badge/Discord-join%20the%20community-5865F2?logo=discord&logoColor=white" alt="Discord" /></a>
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
||||||
<a href="https://www.apache.org/licenses/LICENSE-2.0"><img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg" alt="License: Apache-2.0" /></a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p align="center">An Agentic IDE that supervises parallel AI coding agents in isolated workspaces, with complete control and automatic feedback loops from CI failures, review comments, and merge conflicts.</p>
|
An Agentic IDE that supervises parallel AI coding agents in isolated workspaces, with complete control and automatic feedback loops from CI failures, review comments, and merge conflicts.
|
||||||
|
|
||||||
<p align="center">
|

|
||||||
<img src="ao-dashboard-preview.png" alt="Agent Orchestrator Dashboard" />
|
|
||||||
</p>
|
|
||||||
|
|
||||||
### See AO in Action (before the re-write)
|
### Witness AO's Journey on X
|
||||||
|
|
||||||
<table border="1" style="border-collapse: collapse; width: 100%;">
|
<table border="1" style="border-collapse: collapse; width: 100%;">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue