AI/智能体/模型工具 · TypeScript
garrytan/gbrain
Garry's Opinionated OpenClaw/Hermes Agent Brain。
项目解读
Garry's Opinionated OpenClaw/Hermes Agent Brain。 README 重点章节包括:GBrain、What this looks like、Install、Have your agent install it (recommended)、Quick start: Claude Code or Codex。
README / GitHub 亮点
- GitHub 描述:Garry's Opinionated OpenClaw/Hermes Agent Brain。
- Lots of personal-knowledge systems give you keyword matching and grep in a box. GBrain does that, and adds two things nobody else ships together:。
- 30 minutes to a fully working brain. Database ready in 2 seconds (PGLite, no server). You just answer questions about API keys.
- LLMs: fetch llms.txt for the documentation map, or llms-full.txt for the same map with core docs inlined in one fetch. Agents: start with AGENTS.md (or CLAUDE.md if you're Claude Code).
适用场景
适合评估 AI 应用、智能体工作流、模型工具链、RAG/提示词工程或 AI 辅助开发场景。
采用前核查
Open Issues 数量较高,需评估维护压力和问题响应速度。
README 摘要
Search gives you raw pages. GBrain gives you the answer. It's the brain layer your AI agent has been missing — the only one that does synthesis, graph traversal, and gap analysis in one box. Run a full autonomous agent on top of it, or just wire it into Claude Code or Codex as a supercharged retrieval layer in one command; either way your coding agent stops being amnesiac about everything that isn't code. Lots of personal-knowledge systems give you keyword matching and grep in a box. GBrain does that, and adds two…