any-llm - one interface for every LLM provider
Mozilla AI's unified Python client for OpenAI, Anthropic, Google, Mistral, and friends. Swap providers without rewriting a single call site.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Related entries
AIMock - mock everything your AI app talks to
One package, one port, zero deps to fake LLM APIs, MCP servers, A2A, AG-UI, vector DBs, and search backends in tests.
M-flow - relevance-first agent memory
Memory layer for agents that surfaces relevant context instead of just similar embeddings. Episodic plus long-term memory backed by a knowledge graph.
Golf - production MCP server framework
Build, deploy, and scale MCP servers with auth, observability, debugging, telemetry, and a runtime baked in. Skips the per-server boilerplate.
Agentic Video Editor
Turns raw footage plus a creative brief into a polished ad using a Gemini + FFmpeg multi-agent pipeline. Useful reference for chaining vision and editing tools.