@atopos31/llmio

by atopos31 · v1.0.0 · prompt

LLMIO is a Go-based LLM proxy service that provides unified API access to multiple language model providers (OpenAI, Anthropic) with intelligent load balancing and a React-based management interface.

Install

Add @atopos31/llmio to Claude Code with the PolySkill CLI: polyskill add @atopos31/llmio

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview LLMIO is a Go-based LLM proxy service that provides unified API access to multiple language model providers (OpenAI, Anthropic) with intelligent load balancing and a React-based management interface. ## Key Commands ### Backend Development ```bash # Run the application (includes formatting and dependency management) make run # Build the binary go build -o llmio . # Run tests go test ./... # Format code go fmt ./... # Tidy dependencies go mod tidy # Create data…

Keywords: github, llm-proxy, language-models, api-access, load-balancing, react-interface, openai-integration, anthropic-integration, go-service