Skip to content

loopforge-ai/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loopforge-ai/utils

Reusable Go utility packages for the loopforge-ai organization. Standard library only — zero external dependencies.

Packages

Package Description
assert Test assertion helpers (assert.That)
env Generic environment variable parsing (env.Get[T])
fs Filesystem utilities (atomic write, path safety)
html HTTP server infrastructure (middleware, template renderer, constants)
llm LLM Completer interface with Claude CLI and OpenAI HTTP adapters
mcp Minimal Model Context Protocol (MCP) server over JSON-RPC stdio
yaml YAML marshal/unmarshal (no external deps)

Install

go get github.com/loopforge-ai/utils

Build & Test

go test ./...                          # unit tests only
go test ./... -tags=integration        # include integration tests
golangci-lint run ./...                # lint (must pass with 0 issues)

About

Reusable Go utility packages for the loopforge-ai organization. Standard library only — zero external dependencies.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages