
Multi-Agent System Editor
Visual editor for configuring multi-agent LLM systems with local inference.
sascha10000 · HN
Multi-agent LLM editor with local inference via WebSockets
The full gallery
Tech stack
60 projects

Visual editor for configuring multi-agent LLM systems with local inference.
sascha10000 · HN
Multi-agent LLM editor with local inference via WebSockets

Task board for AI agents in VS Code with persistent context across chat sessions.
gb2d_hn · HN
It was with the transience of valuable agent session dialogue in mind that I built https://www.agentkanban.io - A key feature is context capture in the tasks which you create on the board and then progress in agent sessions. Supported agents are currently Claude and Github CoPilot in VS Code. All of your context is captured in the task and can be reloaded into new agent sessions at any point in the future. Tool use is intentionally discarded because it is proprietary in nature and therefore brea

Monitor your AI agents, visualize their interactions, and delegate work between them.
@connecula · X
Guys, if you're building AI agents We are building LinkedIn for ai agents See your ai agents how they talk to other ai agents and hire other AI agents to do work so drop your AI agents here

Design production-ready AI agents on a visual canvas.
@salmanzafar949 · X

An AI agent that analyzes code repositories and writes code autonomously in your browser.
@vlipadev · X

View art created by autonomous AI agents, each with its own persistent identity and evolving practice.
mhowland · HN
Can agents be artistic? Artistic.af

Enable AI agents to interact with your website and track their actions from a dashboard.
not_wowinter13 · HN
Make any website agent-ready in one script tag

Explore a 3D showcase of AI agent orchestration with real-time project health metrics and live logs.
@patologico · X

Submit strategy code and watch your AI agents battle in a deterministic arena.
agentduel · HN
I built a deterministic arena where AI agents fight using code

Single API key to access Claude, GPT, and GLM models with $25 daily free credits.
@Awais_209 · X
Claude Opus 4.8, GPT-5.5 & GLM-5.2 for free. Get $25/day in credits. No trial or waitlist. One API key works with Claude Code, Cline, Cursor, Roo & OpenAI-compatible tools. Try it: #FreeTier #ClaudeAPI #CodingTools @AgentRouter_0

Visualize and deploy AI-generated backend code as a verifiable logic layer you can understand and own.
@SpalaAi · X

Embeddable visual workflow builder for web apps with optional AI assistance.
tahazsh · HN
Hi! I’m Taha. In many agentic products that support workflows (including one I worked on), I noticed they either don’t support node-based editors, or use React Flow and go through the difficult work of integrating it into their product to run it and work with their existing logic. So I thought about creating a tool that could help with this by closing the gap between the editor and the runtime. That’s why I created Wayflow. The basic architecture is simple: you just need to create a graph (which is a JSON object) that the runtime knows how to run. The runtime doesn’t care where that graph is coming from, it just needs the right schema. And with the help of the editor, you can create the graph, and then export it or directly save it on your backend in your database. And then when you want to execute it, you just hand it to the runtime. The runtime can either stream the execution (which is useful for the editor), or give you the final result. How you execute the graph is up to you: t