Agent DailyAgent Daily

Skills & Tools

MCP servers, integrations, and tool-use patterns for agents

Build a playbook about Skills & Tools

Save articles from this feed, then generate a personalized implementation guide

See a sample →
79 results
RELintermediate
[Release] langchain-ai/langchain langchain==0.3.28: langchain==0.3.28

LangChain v0.3.28 is a maintenance and security release that addresses a critical ReDoS vulnerability (CVE-2024-58340) in MRKL and ReAct action regex patterns. The release includes improvements to UUID7 for run IDs, enhanced OpenAI streaming support, better Anthropic model integration, and extensive code quality improvements including Pydantic deprecation fixes, Ruff linting enhancements, and documentation standardization.

github-actions[bot]Mar 8, 2026
RELintermediate
[Release] microsoft/autogen python-v0.6.2: python-v0.6.2

Microsoft AutoGen python-v0.6.2 introduces streaming tools with `BaseStreamTool` and `StreamWorkbench` support, adds `tool_choice` parameter to `ChatCompletionClient`, and enables `AssistantAgent` with an inner tool calling loop via `max_tool_iterations`. Additional features include OpenTelemetry GenAI traces, Mem0 memory extension, `output_task_messages` flag, GraphFlow improvements, and support for latest models like Gemini 2.5 Flash.

ekzhuMar 6, 2026
RELintermediate
[Release] microsoft/autogen python-v0.6.4: python-v0.6.4

Microsoft AutoGen python-v0.6.4 release includes improvements to GraphFlow for better state management and task resumption, enhancements to Workbench implementations with tool name/description overrides, and fixes for function calling support and conversation context pollution. The release also adds new features like Qwen2.5VL support, DuckDuckGo search tools, and improved documentation generation.

ekzhuMar 6, 2026
RELintermediate
[Release] crewaiInc/crewAI 1.10.0: 1.10.0

CrewAI 1.10.0 introduces enhanced MCP tool resolution, improved JSON argument parsing, user input handling in Flows, and migrates the CLI HTTP client from requests to httpx. The release includes 20+ bug fixes addressing tool validation, schema handling, callback execution, and race conditions, plus documentation updates for security guidance and 96 new integration actions.

greysonlalondeMar 6, 2026
RELintermediate
[Release] langchain-ai/langchain langchain-text-splitters==1.1.1: langchain-text-splitters==1.1.1

langchain-text-splitters version 1.1.1 was released with bug fixes including prevention of JSFrameworkTextSplitter mutating internal separators, resolution of a Server-Side Request Forgery vulnerability in HTMLHeaderTextSplitter, and fixes to HTMLSemanticPreservingSplitter. The release also includes dependency updates, code style improvements with ruff linting, and new features like model_kwargs support for SentenceTransformersTokenTextSplitter.

github-actions[bot]Mar 6, 2026
RELintermediate
[Release] openai/openai-agents-python v0.9.0: v0.9.0

OpenAI Agents Python SDK v0.9.0 drops Python 3.9 support and introduces configurable timeout handling for function tools with options for timeout_seconds, timeout_behavior, and timeout_error_function. The release also narrows the Agent#as_tool() return type to FunctionTool, adds ToolOutputTrimmer for context management, and includes fixes for tracing and audio buffer handling.

seratchMar 6, 2026
RELintermediate
[Release] openai/openai-agents-python v0.10.4: v0.10.4

OpenAI Agents Python v0.10.4 release includes a critical fix for isolating parallel function tool failures to prevent cascading errors. The release also improves documentation navigation and entry points, updates translated documentation, and adds stability checks for async teardown operations.

seratchMar 6, 2026
RELintermediate
[Release] google/adk-python v1.20.0: 1.20.0

Google ADK Python v1.20.0 introduces multi-provider LLM support (Claude, LiteLLM), streaming function call arguments, and a new APIRegistryToolset for Cloud API integration. The release includes numerous bug fixes for agent validation, response processing, path handling, and LLM compatibility improvements.

ankursharmasMar 6, 2026
RELintermediate
[Release] google/adk-python v1.21.0: Release 1.21.0

Google ADK Python v1.21.0 introduces support for the Gemini Interactions API, enhances tools with header providers and SSL verification, upgrades BigQueryAgentAnalytics to v2.0, and adds Gemma3Ollama model integration. The release includes numerous bug fixes for LiteLLM response formatting, Spanner client initialization, OpenAPI schema generation, and security updates for FastAPI/Starlette vulnerabilities.

seanzhou1023Mar 6, 2026
RELintermediate
[Release] google/adk-python v1.24.0: v1.24.0

Google ADK Python v1.24.0 introduces a breaking change to credential manager API (accepting `tool_context` instead of `callback_context`) and delivers significant enhancements across web UI, core functionality, tooling, and observability. Key features include A2UI v0.8 integration for native UI component rendering, toolset authentication framework, asynchronous OpenAPI tools, improved accessibility with arrow-key navigation, and numerous bug fixes for session management, credential handling, and deployment validation.

JacksunweiMar 6, 2026
RELintermediate
[Release] google/adk-python v1.25.0: v1.25.0

Google ADK Python v1.25.0 release introduces significant enhancements including a simple prompt optimizer demo, new CLI flags for auto session creation, event-delta memory management, and post-invocation token compaction. The release adds support for external access tokens in Google credentials, new tools like MCP resource loading and SkillToolset, plus health/version endpoints to the web server. Multiple bug fixes address async iteration, event loop issues, metadata preservation in streaming responses, and PostgreSQL timestamp handling.

wyf7107Mar 6, 2026
RELintermediate
[Release] google/adk-python v1.26.0: v1.26.0

Google ADK Python v1.26.0 release introduces major features including intra-invocation token compaction, Apigee LLM chat completions integration, Agent Skills spec compliance, BigQuery search catalog support, and an Agent Registry system. The release also includes numerous bug fixes for streaming tools, memory services, authentication, and various integrations across core, models, tools, evals, and services components.

xuanyang15Mar 6, 2026
REPbeginner
Show HN: Open-source code search with OpenAI's function calling

gpt-code-search is an open-source tool that enables natural language code search across any codebase using OpenAI's GPT-4 and function calling. It runs locally without requiring code indexing or repository uploads, offering functions like search_codebase, get_file_tree, and get_file_contents to help the LLM retrieve and analyze code context.

narenkmanoMar 6, 2026
RELintermediate
Launch HN: Strata (YC X25) – One MCP server for AI to handle thousands of tools

Strata is an open-source MCP server by Klavis AI that enables AI agents to access thousands of API tools through progressive discovery rather than overwhelming them with all options at once. The system guides agents through hierarchical categories and actions, achieving 15.2% higher accuracy than official GitHub and Notion servers while supporting complex multi-app workflows with 83%+ accuracy.

wirehackMar 6, 2026
REPintermediate
Show HN: Nous – Open-Source Agent Framework with Autonomous, SWE Agents, WebUI

Nous is an open-source TypeScript agent framework combining features of CrewAI, OpenDevon, and LangFuse, designed for building autonomous and software engineering agents with integrated tooling. It includes a Web UI, database persistence, tracing, human-in-the-loop functionality, and a novel autonomous agent that generates Python code executed in a WebAssembly sandbox for improved reasoning and reduced LLM costs.

campersMar 6, 2026
REPbeginner
Show HN: BrowserOS -- browser agents with GPT-OSS, local llms

BrowserOS is an open-source Chromium fork enabling non-developers to create and run browser agents locally. After testing three UX approaches (drag-and-drop workflows, one-shot agents, and plan-follower agents), the team found that having users provide simple natural language plans while the LLM executes each step achieved the best balance—improving success rates from 30% to ~80% even with local models like those run via Ollama or LMStudio.

felarofMar 6, 2026
ARTintermediate
Why it finally makes sense to build, not buy, a workplace search product

The article argues that building custom workplace search products using LLMs is now economically viable and preferable to buying expensive vendor solutions. Modern tools like LangChain, LlamaIndex, and vector databases enable companies to build sophisticated internal search chatbots in days rather than months, with full customization and lower costs than traditional enterprise search products.

jasonwcfanMar 6, 2026
TOOintermediate
Show HN: Gram Functions – Serverless platform for turning code into LLM tools

Gram Functions is a serverless platform that converts user-written code into LLM tools and MCP servers, addressing limitations of REST APIs for agent use. It provisions fly.io machines to host code behind a Go server, allowing developers to curate small, context-aware MCP servers by cherry-picking tools from custom functions and OpenAPI documents.

disintegratorMar 6, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.69: v2.1.69

Claude Code v2.1.69 release adds the `/claude-api` skill for API development, expands voice STT support to 10 new languages (20 total), and introduces numerous UX improvements including effort level display, numeric keypad support, and custom session naming for remote control. The release includes significant bug fixes addressing security issues, memory leaks, plugin trust dialogs, OAuth keychain corruption, and various UI/terminal interaction problems.

ashwin-antMar 6, 2026