Tool Use
Patterns for agents using tools effectively
Build a playbook about Tool Use
Save articles from this feed, then generate a personalized implementation guide
crewAI v1.13.0a7 is a minor alpha release introducing A2UI extension support for v0.8/v0.9 with comprehensive schemas and documentation. The release includes bug fixes for multimodal vision prefixes by adding GPT-5 and o-series model support. This update enhances the framework's UI capabilities and model compatibility for advanced vision tasks.
★★★★★Claude Code v2.1.90 introduces the `/powerup` interactive lesson feature, adds environment variable support for offline marketplace caching, and delivers significant bug fixes and performance improvements. Key fixes address rate-limit dialog crashes, prompt-cache misses with deferred tools, file editing conflicts, and auto-mode boundary violations. Performance enhancements include quadratic slowdown elimination in SDK sessions and SSE transport optimization.
★★★★★langchain-core version 1.2.24 introduces improvements to OpenAI file input handling by imputing placeholder filenames, adds the "computer" tool to well-known OpenAI tools, and upgrades Pygments to version 2.20.0 or higher across all packages to address CVE-2026-4539 security vulnerability.
★★★★★OpenClaw v2026.4.1 is a maintenance and feature release introducing chat-native task boards, SearXNG web search integration, Amazon Bedrock Guardrails support, and enhanced channel features (Feishu comments, WhatsApp reactions, Telegram improvements). The release includes significant fixes for task management, execution approvals, session handling, and plugin runtime dependencies, with improved error handling and configuration flexibility across gateways, channels, and agent systems.
★★★★★OpenClaw v2026.4.1-beta.1 introduces significant enhancements across chat, web search, cloud integrations, and channel management. Key additions include a native `/tasks` background task board, SearXNG web search provider, Amazon Bedrock Guardrails support, and improved Feishu document collaboration. The release also addresses critical fixes for task management, execution approvals, session routing, and channel-specific issues to improve stability and user experience.
★★★★★OpenAI Agents Python v0.13.4 is a patch release that fixes AnyLLM response replay input validation by sanitizing inputs before validation. The release includes documentation updates for extension feature mapping and routine release automation tasks.
★★★★★Claude Code v2.1.89 is a major release introducing deferred permission decisions for headless sessions, flicker-free rendering, improved MCP connection handling, and numerous bug fixes across tool execution, file handling, and UI rendering. Key improvements include named subagents, enhanced auto-mode permission workflows, and fixes for critical issues like memory leaks, LSP crashes, and prompt cache misses in long sessions.
★★★★★crewAI v1.13.0a3 introduces token usage tracking in LLM events and tool metadata publishing to AMP. The release includes bug fixes for GPT-5.x model compatibility, comprehensive documentation updates on SSO configuration and agent capabilities, and significant refactoring converting Flow and LLM classes to Pydantic BaseModel with improved type annotations.
★★★★★OpenClaw v2026.3.31 is a major release introducing significant breaking changes to node execution, plugin SDK deprecations, and stricter security defaults for dangerous code scanning. Key improvements include a unified background task control plane, new channel integrations (QQ Bot), enhanced Matrix/MCP support, and security hardening across gateway authentication and node command execution. The release emphasizes safer defaults while expanding platform capabilities for agents, channels, and integrations.
★★★★★OpenClaw v2026.3.31-beta.1 introduces significant breaking changes to node execution, plugin SDK deprecation, and stricter security defaults for plugin/skill installation. Key improvements include unified background task management with flow control, expanded channel support (QQ Bot), enhanced MCP capabilities with remote HTTP/SSE servers, and security hardening across gateway authentication, node commands, and event handling. Multiple channel-specific enhancements (Matrix, LINE, Teams, WhatsApp, Slack) and provider integrations (OpenAI Responses, Pi Codex, TTS diagnostics) round out the release.
★★★★★LangChain v1.2.14 release includes security patches, performance improvements, and bug fixes. Key updates address CVE-2026-4539 via Pygments dependency upgrade, reduce initialization speed by 15%, fix recursion limit handling in create_agent, and improve token counter recognition for ChatAnthropicVertex. The release also updates dependencies, adds async implementations, and enhances Azure AI Foundry compatibility.
★★★★★This cookbook teaches context engineering strategies for long-running AI agents, focusing on three key techniques: compaction (summarizing context), tool-result clearing (removing re-fetchable tool outputs), and memory (persistent external storage). The guide addresses context rot—the degradation of model performance as context windows grow—and provides practical implementations using Claude's API. Through a research agent example, it demonstrates how to combine these strategies to manage token growth, maintain conversation continuity, and persist knowledge across sessions.
★★★★★This guide teaches how to build knowledge graphs from unstructured text using Claude's structured outputs for entity extraction, relation mining, and entity resolution. Rather than training traditional NER and relation classifiers, Claude handles each stage via prompts, enabling multi-hop graph reasoning without a database. The approach uses Haiku for high-volume extraction and Sonnet for entity resolution, with techniques transferable to production databases like Neo4j or PostgreSQL.
★★★★★OpenAI Agents Python v0.13.3 is a maintenance release addressing two critical bugs: fixing stale hydrated input IDs in server conversation tracking and enabling raw image_url content parts in chat completions. The release also includes documentation improvements for non-OpenAI providers, updated translations, and code quality enhancements with Ruff linting.
★★★★★Claude Code v2.1.88 is a maintenance release focused on stability, performance, and bug fixes across rendering, tool execution, and session management. Key improvements include flicker-free rendering, prompt cache fixes for long sessions, structured output schema reliability, and numerous UI/UX enhancements. The release addresses critical issues like memory leaks, file handling on Windows, voice mode permissions, and terminal compatibility across platforms.
★★★★★langchain-openrouter version 0.2.1 was released with a critical fix for passing attribution headers through httpx default_headers instead of the previous method. The release includes updated model profile data and a dependency bump for the requests library from 2.32.5 to 2.33.0. This patch addresses header handling in the OpenRouter integration for LangChain.
★★★★★OpenClaw v2026.3.28 is a major release featuring breaking changes to Qwen OAuth migration and config validation, alongside significant enhancements including xAI Responses API integration, MiniMax image generation, async tool approval hooks, ACP channel bindings, and unified file upload actions across platforms. The release includes numerous bug fixes for Telegram splitting, WhatsApp echo loops, Mistral API compatibility, and security improvements for credential auditing.
★★★★★OpenClaw v2026.3.28-beta.1 introduces significant breaking changes including removal of deprecated Qwen OAuth integration and stricter config validation, while adding major features like async tool approval hooks, MiniMax image generation, xAI search integration, and unified file upload actions across platforms. The release includes numerous fixes for Telegram message splitting, WhatsApp echo loops, image tool fallbacks, and security improvements for credential auditing.
★★★★★Claude Code v2.1.86 is a maintenance release focused on stability, performance, and bug fixes. Key improvements include session tracking via headers, VCS exclusion enhancements, fixes for file operations outside project root, memory/performance optimizations, and corrections to UI interactions and plugin handling. The release also improves token efficiency through prompt caching and reduced overhead in file mentions.
★★★★★LangChain Core version 1.2.23 was released with minimal changes from 1.2.22. The release includes a revert of a trace invocation params metadata fix and a dependency bump for the requests library from 2.32.5 to 2.33.0. This appears to be a patch release addressing a regression in the previous version.
★★★★★