saqadri
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Building a Deep Research Agent Using MCP-Agent (thealliance.ai)
- Evolving OAuth Client Registration in the Model Context Protocol (blog.modelcontextprotocol.io)
- GitHub: Build secure and scalable remote MCP servers (github.blog)
- Show HN: Representing Agents as MCP Servers (github.com)
Hey HN! A few months ago we shared mcp-agent (https://github.com/lastmile-ai/mcp-agent) [1][2], a lightweight framework that implements every agent pattern from Anthropic’s Building Effective Agents blog [3] and handles…
-
Hey HN, OpenAI released the Agents SDK yesterday, which is great because of its simplicity. I just added MCP support for it, which is currently available as a fork here: https://github.com/lastmile-ai/openai-agents-mcp…
-
Hey HN, I spent my xmas break building an agent framework called mcp-agent [1](https://github.com/lastmile-ai/mcp-agent) for Model Context Protocol [2]. It makes it easy to build AI apps with MCP servers, and implements…
- Turn your VS Code into a generative AI prompt IDE (marketplace.visualstudio.com)
-
TLDR: Gradio Notebook is a notebook component for generative AI that offers the fastest way to create a Hugging Face space (in < 10 lines of code), and a familiar notebook interface for interacting with any combination…
-
I spent some time this weekend playing with LLaMA Guard, a fine-tuned LLaMA-7B model by Meta that lets you add guardrails around generative AI. I recorded a quick demo showing what it does and how to use it. The best…
- Using LLaMA Guard to Moderate ChatGPT (colab.research.google.com)
-
There are all sorts of interesting demos of semi-autonomous agents built with LLMs, and impressive intent-recognition capabilities of these models. Curious if there are repeated tasks in your life that you wish you…
- What are the best ways of evaluating LLMs for specific use-cases? (blog.lastmileai.dev)