AI Tools Kit
AI Tools Kit provides free developer tools for working with AI language models. Built by developers, for developers.
Learn more about us →Related Articles
7 Provider-Neutral Agent Skill Patterns for Multi-Framework AI
Seven design patterns for building agent skills that work across Claude Code, OpenAI Codex, CrewAI, and LangGraph — without hardcoding to any single provider's API or tool format.
SmolAgents vs LangGraph: Which Framework for Production AI Agents
SmolAgents and LangGraph take opposite bets on agent design. One wraps code execution, the other builds state machines. Here is which to choose in 2026.
Mirage: Unified Virtual Filesystem for AI Agents
Mirage gives AI agents one POSIX-like API over local disk, S3, GitHub, and in-memory storage. Covers the mount-point architecture, provider setup, session isolation, and when to use it.