Agent DailyAgent Daily

Integrations

Connecting agents to external services and APIs

Build a playbook about Integrations

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

See a sample →
133 results
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
TOOintermediate
Show HN: MCP server for Blender that builds 3D scenes via natural language

A custom MCP (Model Context Protocol) server that connects Blender to LLMs like ChatGPT and Claude, enabling natural language control of 3D scene generation. Users can describe complex environments (villages, landscapes, animations) in plain text and the system automatically builds them in Blender with support for spatial reasoning, iterative editing, and object hierarchy management.

pronoMar 6, 2026
TOOintermediate
Show HN: Wild Moose – Autonomous agent for production debugging

Wild Moose is an autonomous AI agent designed for production debugging that connects to observability data like logs and metrics from Datadog. Rather than focusing on code generation, it performs root-cause analysis by exploring multiple data sources through conversational interfaces, combining code execution with API invocations to answer debugging questions.

yasmindMar 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
TOOintermediate
Show HN: Pomerium Agentic Access Gateway – dynamic auth for AI agents

Pomerium introduces an Agentic Access Gateway, an open-source feature that extends their zero-trust identity proxy to secure AI agents with fine-grained, context-aware authorization. The solution provides centralized policy enforcement, just-in-time credentials, and audit trails for AI agents accessing internal apps and APIs, treating agents as first-class identities rather than relying on static OAuth scopes.

bdesimoneMar 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
RELbeginner
Show HN: Phind V2 – A GPT-4 agent that’s connected to the internet and your code

Phind V2 launches as an intelligent pair programming agent powered by GPT-4 that dynamically chooses tools like web search, codebase analysis, and recursive reasoning to solve complex technical problems. Key features include a VS Code extension for IDE integration, an Answer Profile system for personalized responses, and the ability to ask clarifying questions and perform multi-step debugging without constant user input.

rushingcreekMar 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
DISadvanced
Show HN: A real time AI video agent with under 1 second of latency

Tavus, an AI research company, has developed a real-time conversational video agent achieving sub-1 second latency by optimizing their Phoenix-2 model architecture. Key innovations include switching from NeRF to Gaussian Splatting for 70+ fps generation, hyper-optimizing each component (vision, ASR, LLM, TTS), and implementing specialized end-of-turn detection to enable natural human-AI conversations.

hassaanrMar 6, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.63: v2.1.63

Claude Code v2.1.63 release includes new slash commands (/simplify, /batch), HTTP hooks support, and numerous bug fixes and memory leak resolutions. Key improvements address MCP server handling, git worktree configuration sharing, message ordering in REPL bridge, and long-running session stability.

ashwin-antMar 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
RELintermediate
[Release] anthropics/claude-code v2.1.70: v2.1.70

Claude Code v2.1.70 release fixes multiple critical issues including API 400 errors with third-party gateways, model response problems after ToolSearch, clipboard corruption on Windows, and voice mode failures. The update also improves performance with 74% fewer prompt re-renders, adds VS Code session management in the activity bar, and introduces native MCP server management through the `/mcp` command.

ashwin-antMar 6, 2026