Skip to content

Go Packages

The Core Go ecosystem is a collection of focused packages under forge.lthn.ai/core/.

Package Description
go-devops Build automation, Ansible, release pipeline, infrastructure APIs
go-ai MCP hub — 49 tools for file ops, RAG, inference, browser automation
go-ml ML inference backends, scoring engine, agent orchestrator
go-mlx Apple Metal GPU inference via mlx-c CGO bindings
go-inference Shared interface contract for text generation backends
go-i18n Grammar engine — forward composition, reversal, GrammarImprint
go-scm SCM integration, AgentCI dispatch, Clotho Protocol
go-html HLCRF DOM compositor with grammar pipeline and WASM
go-crypt Cryptographic primitives, OpenPGP auth, trust policy engine
go-blockchain Pure Go CryptoNote blockchain implementation

Dependency Graph

graph TD
    go-inference --> go-mlx
    go-inference --> go-ml
    go-ml --> go-ai
    go-i18n --> go-html
    go-devops --> CLI
    go-ai --> CLI
    go-scm --> CLI
    go-crypt --> go-scm

Installation

All packages use Go modules:

go get forge.lthn.ai/core/go-ai@latest

For private forge access:

export GOPRIVATE=forge.lthn.ai/*