mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 06:04:40 +00:00
Add Discord and build badges to READMEs
This commit is contained in:
parent
aea2ced2b8
commit
a8ff115184
2 changed files with 15 additions and 0 deletions
|
|
@ -2,6 +2,13 @@
|
|||
|
||||
Tools for building AI agents and managing LLM deployments.
|
||||
|
||||
<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://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).
|
||||
|
||||
## Packages
|
||||
|
||||
| Package | Description |
|
||||
|
|
|
|||
|
|
@ -4,6 +4,14 @@ A terminal-based coding agent with multi-model support, mid-session model switch
|
|||
|
||||
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).
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Getting Started](#getting-started)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue