LLM-Rosetta - translate API calls between providers
Translator that maps OpenAI, Anthropic, and Gemini API requests through a shared intermediate representation, instead of writing N-by-M provider adapters by hand.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Related entries
otelite - local OTLP receiver for LLM dev
Single-binary Rust OpenTelemetry receiver and dashboard for local LLM development. Captures spans from agent runs without spinning up Jaeger or a vendor backend.
llm-ls - LSP server for LLM code completion
Hugging Face's language server that brings LLM-powered completion to any IDE that speaks LSP. Backends include llama.cpp, OpenAI-compatible APIs, and HF inference.
SkVM - language VM for agent skills
Runtime that treats agent skills as first-class programs, providing a structured execution model for skill composition, isolation, and reuse.
gopher-mcp - C++ SDK for MCP
Model Context Protocol implementation in C++ with async transport, JSON-RPC, and security primitives. Targets MCP servers that need native performance or embed into existing C++ stacks.