GBrain v0.22.4

Moteur de connaissance par Garry Tan. 38 sources, 10k+ pages indexées. Fork local avec config FATAPLUS.

# GBrain ## Overview Moteur de connaissance **gbrain** (par Garry Tan). Version forkée et configurée pour FATAPLUS. ## Specs | Propriété | Valeur | |-----------|--------| | **Version** | 0.22.4 | | **Path** | `/root/gbrain/` | | **Sources** | 38 | | **Pages indexées** | 10k+ | | **Runtime** | Bun | | **Package manager** | bun (bun.lock) | | **DB** | PGLite (default) ou Postgres+pgvector via Supabase | ## Stack Technique | Composant | Technologie | |-----------|-------------| | Language | TypeScript | | Runtime | Bun | | DB (default) | PGLite (zero-config) | | DB (production) | Postgres + pgvector (Supabase) | | Test | `bun test` + E2E | | MCP Server | ✅ Intégré | | CLI | `gbrain` command | ## Structure ``` /root/gbrain/ ├── AGENTS.md # Protocole install/opération ├── CLAUDE.md # Architecture ref (90KB) ├── INSTALL_FOR_AGENTS.md # Guide install 9 étapes ├── README.md # Doc publique (41KB) ├── TODOS.md # Roadmap TODOs ├── CHANGELOG.md # Historique versions ├── docs/ # Documentation │ ├── ENGINES.md # Config moteurs │ ├── guides/ # Guides (live-sync, etc.) │ └── mcp/ # Docs MCP (DEPLOY, etc.) └── skills/ # Skills (RESOLVER, migrations) ``` ## Configuration Importante ⚠️ **ZAI/GLM n'a PAS d'embeddings API** — utiliser Cohere/OpenAI/OpenRouter à la place pour les embeddings. ## Commandes Principales ```bash gbrain init # Initialiser le brain gbrain doctor --fix # Diagnostiquer+réparer gbrain apply-migrations # Appliquer migrations DB bun test # Tests unitaires bun run test:e2e # Tests E2E ``` # Citations [1] Vérifié depuis `ls /root/gbrain/`, `cat /root/gbrain/VERSION` (2026-06-14).