A lightning-fast, lightweight utility bot built in Go. Always online to ensure your server's connection is stable. Just type !ping and watch it instantly bounce back a pong!
Lightweight QMD alternative: fully local hybrid search engine (BM25 + vector + rerank) and MCP server in a single ~15MB Go binary. No Node.js. Runs on Raspberry Pi.
Go package for creating manga or comic chapter files from image pages. It provides a common container interface and can write output as CBZ, PDF, EPUB, or a plain directory, with optional comic metadata.
Zero-dependency Go library for building OData v4 query parameters via a fluent builder API supporting $select, $filter, $expand, $orderby, $top, $skip, $count, $search with nested expands, type-safe value formatting, and nil-safe omission.
Provider-agnostic multi-agent coding orchestrator in Go. Unified router for any LLM provider (Ollama local+cloud, OpenAI, Anthropic, Google Gemini) with role-based model assignment, fallback chains, and cost tracking. Inspired by gastown and LiteLLM.
corm is a lightweight and easy-to-use ORM library for Go. It supports MySQL and PostgreSQL, providing a fluent Query Builder, struct mapping, and transaction management.