New Tools for Building Agents

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. openai-python

    The official Python library for the OpenAI API

    If you want to get an idea for the changes, here's a giant commit where they updated ALL of the Python library examples in one go from the old chat completions to the new resources APIs: https://github.com/openai/openai-python/commit/2954945ecc185...

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. mcpx-openai-node

    OpenAI node support for MCPX

    not implementing doesn't mean its not supported https://github.com/dylibso/mcpx-openai-node (this is for mcp.run tool calling with OpenAI models, not generic)

    but yes, it's the strongest anti-developer move to not directly support MCP. not surprised given OpenAI generally. but would be a very nice addition!

  4. mindroot

    agent host

    The Agents SDK they linked to comes up 404.

    BTW I have something somewhat similar to some of this like responses and File Search in MindRoot by using the task API: https://github.com/runvnc/mindroot/blob/main/api.md

    Which could be combined with the query_kb tool from the mr_kb plugin (in my mr_kb repo) which is actually probably better than File Search because it allows searching multiple KBs.

    Anyway, if anyone wants to help with my program, create a plugin on PR, or anything, feel free to connect on GitHub, email or Discord/Telegram (runvnc). I could use some help or any kind of interaction from any software developer on the planet.

  5. aiide

    Pragmatic framework to build LLM Copilots

    I have built myself a much simpler and powerful version of the responses API and it works with all LLM providers.

    https://github.com/Anilturaga/aiide

  6. pydantic-ai

    Agent Framework / shim to use Pydantic with LLMs

  7. l1m

    The easiest way to get structured data from unstructured text or images using LLMs. No prompt engineering, no chat history, just a simple API to extract structured JSON from text or images.

  8. smolagents

    🤗 smolagents: a barebones library for agents that think in python code.

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. openai-assistants-quickstart

    OpenAI Assistants API quickstart with Next.js.

    If Responses is replacing Assistants, is there a quickstart template available—similar to the one you had for Assistants?

    https://github.com/openai/openai-assistants-quickstart

  11. open-interpreter

    A natural language interface for computers

  12. IDEA

  13. awesome-ai-agents

    Awesome list of 300+ agentic AI resources (by slavakurilyak)

    Here's a fairly comprehensive list:

    https://github.com/slavakurilyak/awesome-ai-agents

    CrewAI is the most popular VC-backed one, but two that I think are kind of interesting in the open source space are:

    https://github.com/i-am-bee/beeai-framework

    https://github.com/lastmile-ai/mcp-agent

    ... However I think the vast majority of "AI Agent" use-cases in practice right now are actually just workflows, and imo dify is great for those:

    https://github.com/langgenius/dify

  14. beeai-framework

    Build production-ready AI agents in both Python and Typescript

    Here's a fairly comprehensive list:

    https://github.com/slavakurilyak/awesome-ai-agents

    CrewAI is the most popular VC-backed one, but two that I think are kind of interesting in the open source space are:

    https://github.com/i-am-bee/beeai-framework

    https://github.com/lastmile-ai/mcp-agent

    ... However I think the vast majority of "AI Agent" use-cases in practice right now are actually just workflows, and imo dify is great for those:

    https://github.com/langgenius/dify

  15. mcp-agent

    Build effective agents using Model Context Protocol and simple workflow patterns

    Here's a fairly comprehensive list:

    https://github.com/slavakurilyak/awesome-ai-agents

    CrewAI is the most popular VC-backed one, but two that I think are kind of interesting in the open source space are:

    https://github.com/i-am-bee/beeai-framework

    https://github.com/lastmile-ai/mcp-agent

    ... However I think the vast majority of "AI Agent" use-cases in practice right now are actually just workflows, and imo dify is great for those:

    https://github.com/langgenius/dify

  16. dify

    Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.

    Here's a fairly comprehensive list:

    https://github.com/slavakurilyak/awesome-ai-agents

    CrewAI is the most popular VC-backed one, but two that I think are kind of interesting in the open source space are:

    https://github.com/i-am-bee/beeai-framework

    https://github.com/lastmile-ai/mcp-agent

    ... However I think the vast majority of "AI Agent" use-cases in practice right now are actually just workflows, and imo dify is great for those:

    https://github.com/langgenius/dify

  17. quickstart-resources

    A repository of servers and clients from the Model Context Protocol tutorials

    I don't like it. I don't like the OpenAI API all that much either but at least it's lightweight. I think it would fit better on mcp.anthropic.com to go along with their email address [email protected] at the bottom of https://modelcontextprotocol.io/

    I wish they'd done a smaller launch of it and gather feedback rather than announcing a supposed new standard which feels a lot like a wrapper.

    This here is atrocious https://github.com/modelcontextprotocol/quickstart-resources... It includes this mcp PyPI package which pulls in a bunch of other PyPI dependencies.

    Compare that to this get weather example: https://api-docs.deepseek.com/guides/function_calling/

  18. servers

    Model Context Protocol Servers

    I don't like it. I don't like the OpenAI API all that much either but at least it's lightweight. I think it would fit better on mcp.anthropic.com to go along with their email address [email protected] at the bottom of https://modelcontextprotocol.io/

    I wish they'd done a smaller launch of it and gather feedback rather than announcing a supposed new standard which feels a lot like a wrapper.

    This here is atrocious https://github.com/modelcontextprotocol/quickstart-resources... It includes this mcp PyPI package which pulls in a bunch of other PyPI dependencies.

    Compare that to this get weather example: https://api-docs.deepseek.com/guides/function_calling/

  19. agento6

    I was fortunate to get early access to the new Agent SDK and APIs that OpenAI dropped today and made an open source project to show some of the capabilities [1]. If you are using any of the other agent frameworks like LangGraph/LangChain, AutoGen, Crew, etc I definitely suggest giving this agent SDK a spin.

    To ease into it, I added the entire SDK with examples and full documentation as a single text file in my repo [2] so you can quickly get up to speed be adding it to a prompt and just asking about it or getting some quick start code to play around with.

    The code in my repo is very modular so you can try implementing any module using one of the other frameworks to do a head-to-head.

    Here’s a blog post with some more thoughts on this SDK [3] and some if its major capabilities.

    I’m liking it. A lot!

    [1] https://github.com/dazzaji/agento6

    [2] https://raw.githubusercontent.com/dazzaji/agento6/refs/heads...

    [3] https://www.dazzagreenwood.com/p/unleashing-creativity-with-...

  20. opik-mcp

    Model Context Protocol (MCP) implementation for Opik enabling seamless IDE integration and unified access to prompts, projects, traces, and metrics.

    100% but this is not the same thing, nor is this going to replace the agent SDK (or visa versa). Agents will always need some form of communication protocol, if we look at the world and agentic frameworks its a sea of logos and without some forms of open standards this would be hard.

    I'm currently at Comet and I have personally worked on MCP implementations AND have made some contributions to Agent SDK in the form of a native integration and improvement to test suite.

    - https://github.com/comet-ml/opik-mcp

    - https://github.com/openai/openai-agents-python/pull/91

    I think the key to what OpenAI is pushing towards is simplicity for developers through very easy to use components. I won't comment on the strategy or pricing etc, but on first glance as a developer the simple modular approach and lack of bloat in their SDK is refreshing.

    Kudos to the team and people working on the edge to innovate and think differently in an already crowded and shifting landscape.

  21. openai-agents-python

    A lightweight, powerful framework for multi-agent workflows

    100% but this is not the same thing, nor is this going to replace the agent SDK (or visa versa). Agents will always need some form of communication protocol, if we look at the world and agentic frameworks its a sea of logos and without some forms of open standards this would be hard.

    I'm currently at Comet and I have personally worked on MCP implementations AND have made some contributions to Agent SDK in the form of a native integration and improvement to test suite.

    - https://github.com/comet-ml/opik-mcp

    - https://github.com/openai/openai-agents-python/pull/91

    I think the key to what OpenAI is pushing towards is simplicity for developers through very easy to use components. I won't comment on the strategy or pricing etc, but on first glance as a developer the simple modular approach and lack of bloat in their SDK is refreshing.

    Kudos to the team and people working on the edge to innovate and think differently in an already crowded and shifting landscape.

  22. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Revolutionizing AI Development: The OpenAI Agents SDK

    1 project | dev.to | 30 Mar 2025
  • OpenAI Agents SDK + Multiple MCP Servers

    2 projects | dev.to | 27 Mar 2025
  • Building AI Agents: Semantic Integration of Structured and Unstructured Data using OpenAI Agent SDK

    2 projects | dev.to | 12 Mar 2025
  • Show HN: MCP-Compatible OpenAI Agents SDK

    3 projects | news.ycombinator.com | 12 Mar 2025
  • Show HN: Mastra – open-source TypeScript agent framework

    13 projects | news.ycombinator.com | 19 Feb 2025

Did you know that Python is
the 2nd most popular programming language
based on number of references?