mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 10:02:23 +00:00
Add centered logo and badges to READMEs
This commit is contained in:
parent
a8ff115184
commit
1ce1f91f26
2 changed files with 23 additions and 11 deletions
17
README.md
17
README.md
|
|
@ -1,12 +1,19 @@
|
||||||
# Pi Monorepo
|
<p align="center">
|
||||||
|
<a href="https://shittycodingagent.ai">
|
||||||
Tools for building AI agents and managing LLM deployments.
|
<img src="https://shittycodingagent.ai/logo.svg" alt="pi logo" width="128">
|
||||||
|
</a>
|
||||||
<p>
|
</p>
|
||||||
|
<p align="center">
|
||||||
<a href="https://discord.com/invite/nKXTsAcmbT"><img alt="Discord" src="https://img.shields.io/badge/discord-community-5865F2?style=flat-square&logo=discord&logoColor=white" /></a>
|
<a href="https://discord.com/invite/nKXTsAcmbT"><img alt="Discord" src="https://img.shields.io/badge/discord-community-5865F2?style=flat-square&logo=discord&logoColor=white" /></a>
|
||||||
<a href="https://github.com/badlogic/pi-mono/actions/workflows/ci.yml"><img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/badlogic/pi-mono/ci.yml?style=flat-square&branch=main" /></a>
|
<a href="https://github.com/badlogic/pi-mono/actions/workflows/ci.yml"><img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/badlogic/pi-mono/ci.yml?style=flat-square&branch=main" /></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
# Pi Monorepo
|
||||||
|
|
||||||
|
> **Looking for the pi coding agent?** See **[packages/coding-agent](packages/coding-agent)** for installation and usage.
|
||||||
|
|
||||||
|
Tools for building AI agents and managing LLM deployments.
|
||||||
|
|
||||||
> **Note:** The Discord is an unofficial community server, not monitored by maintainers. For bug reports and feature requests, use [GitHub Issues](https://github.com/badlogic/pi-mono/issues).
|
> **Note:** The Discord is an unofficial community server, not monitored by maintainers. For bug reports and feature requests, use [GitHub Issues](https://github.com/badlogic/pi-mono/issues).
|
||||||
|
|
||||||
## Packages
|
## Packages
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,20 @@
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://shittycodingagent.ai">
|
||||||
|
<img src="https://shittycodingagent.ai/logo.svg" alt="pi logo" width="128">
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
<p align="center">
|
||||||
|
<a href="https://discord.com/invite/nKXTsAcmbT"><img alt="Discord" src="https://img.shields.io/badge/discord-community-5865F2?style=flat-square&logo=discord&logoColor=white" /></a>
|
||||||
|
<a href="https://www.npmjs.com/package/@mariozechner/pi-coding-agent"><img alt="npm" src="https://img.shields.io/npm/v/@mariozechner/pi-coding-agent?style=flat-square" /></a>
|
||||||
|
<a href="https://github.com/badlogic/pi-mono/actions/workflows/ci.yml"><img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/badlogic/pi-mono/ci.yml?style=flat-square&branch=main" /></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
# pi
|
# pi
|
||||||
|
|
||||||
A terminal-based coding agent with multi-model support, mid-session model switching, and a simple CLI for headless coding tasks.
|
A terminal-based coding agent with multi-model support, mid-session model switching, and a simple CLI for headless coding tasks.
|
||||||
|
|
||||||
Works on Linux, macOS, and Windows (requires bash; see [Windows Setup](#windows-setup)).
|
Works on Linux, macOS, and Windows (requires bash; see [Windows Setup](#windows-setup)).
|
||||||
|
|
||||||
<p>
|
|
||||||
<a href="https://discord.com/invite/nKXTsAcmbT"><img alt="Discord" src="https://img.shields.io/badge/discord-community-5865F2?style=flat-square&logo=discord&logoColor=white" /></a>
|
|
||||||
<a href="https://www.npmjs.com/package/@mariozechner/pi-coding-agent"><img alt="npm" src="https://img.shields.io/npm/v/@mariozechner/pi-coding-agent?style=flat-square" /></a>
|
|
||||||
<a href="https://github.com/badlogic/pi-mono/actions/workflows/ci.yml"><img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/badlogic/pi-mono/ci.yml?style=flat-square&branch=main" /></a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
> **Note:** The Discord is an unofficial community server, not monitored by maintainers. For bug reports and feature requests, use [GitHub Issues](https://github.com/badlogic/pi-mono/issues).
|
> **Note:** The Discord is an unofficial community server, not monitored by maintainers. For bug reports and feature requests, use [GitHub Issues](https://github.com/badlogic/pi-mono/issues).
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue