saqadri

↗ HN profile [ 74.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. 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…

  3. 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…

  4. 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…

  5. 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…

  6. Using LLaMA Guard to Moderate ChatGPT (colab.research.google.com)
  7. 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…