Show HN: HyperFlow – A self-improving agent framework built on LangGraph

  • Posted 4 hours ago by lablnet
  • 4 points
Hi HN, I am Umer. I recently built an experimental framework called HyperFlow to explore the idea of self-improving AI agents.

Usually, when an agent fails a task, we developers step in to manually tweak the prompt or adjust the code logic. I wanted to see if an agent could automate its own improvement loop.

Built on LangChain and LangGraph, HyperFlow uses two agents: - A TaskAgent that solves the domain problem. - A MetaAgent that acts as the improver.

The MetaAgent looks at the TaskAgent's evaluation logs, rewrites the underlying Python code, tools, and prompt files, and then tests the new version in an isolated sandbox (like Docker). Over several generations, it saves the versions that achieve the highest scores to an archive.

It is highly experimental right now, but the architecture is heavily inspired by the recent HyperAgents paper (Meta Research, 2026).

I would love to hear your feedback on the architecture, your thoughts on self-referential agents, or answer any questions you might have!

Documentation: https://hyperflow.lablnet.com/ GitHub: https://github.com/lablnet/HyperFlow

2 comments

    Loading..
    Loading..