go-ai
Meta package that wires the Lethean AI ecosystem together via Model Context Protocol.
Overview
go-ai is the integration hub for the core/go AI packages. It imports specialised modules and exposes them as a unified MCP server with IDE bridge support.
Module: forge.lthn.ai/core/go-ai
Size: ~3,500 LOC (after extraction of ml, rag, agentic, mlx)
Architecture
go-ai (meta hub)
├── ai/ — Thin facade: metrics recording + RAG query wrapper
└── mcp/ — MCP protocol server + tool subsystems
└── ide/ — IDE bridge (JetBrains, VS Code)
Imported Modules
Pages
- MCP-Server — Protocol implementation and tool subsystems
- IDE-Bridge — IDE integration for JetBrains and VS Code