Live data from Hacker News

Open-Source Agentic AI

github.com

1–9 of 9 posts

Re: Open-Source Agentic AI

#3
If you're looking for open source agents, which can run locally, in Docker, or in the cloud, and which have a consistent track record of acing benchmark scores like SWE-bench, check out https://github.com/All-Hands-AI/OpenHands

We're about to release our Agent SDK (https://github.com/All-Hands-AI/agent-sdk/) which provides devs with all the nuts and bolts you need to define custom prompts, tools, security profiles, and multi-agent interfaces

Re: Open-Source Agentic AI

#6
post #3

If you're looking for open source agents, which can run locally, in Docker, or in the cloud, and which have a consistent track record of acing benchmark scores like SWE-bench, check out https://github.com/All-Hands-AI/OpenHands We're about to release our Agent SDK ( https://github.com/All-Hands-AI/agent-sdk/ ) which provides devs with all the nuts and bolts you need to define custom prompts, tools, security profiles,…

Any news about devstral small 1.2? magistral 1.2 was a huge leap forward.

How about GPT 20b and 120b?

Qwen3?

Re: Open-Source Agentic AI

#9

If you are looking for agentic workflows but want an open-source, local-docker-running alternative to OpenAI's Agentkit, check out https://github.com/langgenius/dify/

Great open-source project! I used it to build my product prototype from scratch, and now it's been running in my production environment.