Skip to content

TeamBrain v1.0.0

Choose a tag to compare

@OnyxynO OnyxynO released this 12 Jun 02:35
· 7 commits to main since this release

Première release publique sur PyPI.

Installation

pip install teambrain               # core (CLI + interface web + MCP)
pip install "teambrain[desktop]"    # + fenêtre native PyWebView (recommandé)
pip install "teambrain[bot]"        # + bot Slack

Highlights

  • CLIinit, add, list, search, show, index, serve, setup, bot, scan-commits, scan-code
  • Interface webteambrain ui ouvre une fenêtre native PyWebView (WebKit) servant l'API FastAPI + frontend Next.js bundlé
  • Serveur MCP — expose les ADR aux agents IA (Claude Code, Cursor) via FastMCP stdio
  • Bot Slack — détection automatique de décisions + création de PR GitHub
  • Recherche sémantique — sqlite-vec + qwen3-embedding via Ollama
  • Scanner git/codescan-commits + scan-code avec scoring Ollama

Stack

Python 3.13 · FastAPI · sqlite-vec · Ollama · FastMCP · Next.js 16 · React 19

Voir le README pour le quick start complet.