Skip to content

Commit

Permalink
fix: added more granularity to CI/CD system and attempting to bring p…
Browse files Browse the repository at this point in the history
…rereleases.
  • Loading branch information
svange committed Sep 26, 2023
1 parent f4e02ea commit 8316019
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,27 @@
# OpenBrain

![PyPI - Version](https://img.shields.io/pypi/v/openbrain)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square)](https://conventionalcommits.org)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=flat-square&logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Made with GH Actions](https://img.shields.io/badge/CI-GitHub_Actions-blue?logo=github-actions&logoColor=white)](https://github.com/features/actions "Go to GitHub Actions homepage")
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

![CI](https://github.com/svange/openbrain/actions/workflows/publish-release.yml/badge.svg)
![CD](https://github.com/svange/openbrain/actions/workflows/deploy-prod.yml/badge.svg)
![Tests](https://github.com/svange/openbrain/actions/workflows/publish-release.yml/badge.svg)
![Tests](https://github.com/svange/openbrain/actions/workflows/run-tests.yml/badge.svg)
![CI (pre-release)](https://github.com/svange/openbrain/actions/workflows/publish-prerelease.yml/badge.svg)
![CD (staging)](https://github.com/svange/openbrain/actions/workflows/deploy-dev.yml/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
![PyPI - Version](https://img.shields.io/pypi/v/openbrain)

[//]: # (Dependabot)
![CI](https://github.com/github/docs/actions/workflows/run-tests.yml/badge.svg?branch=main)
![CI](https://github.com/github/docs/actions/workflows/.yml/badge.svg?branch=main)

# Broken
![Release](https://github.com/svange/openbrain/actions/workflows/release.yml/badge.svg?event=push)
https://img.shields.io/github/languages/top/svange/openbrain
https://img.shields.io/github/commit-activity/m/svange/openbrain/main
https://img.shields.io/github/sponsors/svange
https://img.shields.io/github/contributors/svange/openbrain

# TOOLS
[![Made with GH Actions](https://img.shields.io/badge/CI-GitHub_Actions-blue?logo=github-actions&logoColor=white)](https://github.com/features/actions "Go to GitHub Actions homepage")




---

🚧 **Under active development. Not ready for use.** 🚧

OpenBrain is a chat platform backed by Large Language Model (LLM) agents. It provides APIs and tools to configure, store, and retrieve chat agents, making your chat sessions more versatile and context-aware.
Expand Down

0 comments on commit 8316019

Please sign in to comment.