
Multi-Agent System Editor
多智能体LLM系统的可视化编辑器,支持本地推理。
sascha10000 · HN
Multi-agent LLM editor with local inference via WebSockets
完整作品展
技术栈
60 projects

多智能体LLM系统的可视化编辑器,支持本地推理。
sascha10000 · HN
Multi-agent LLM editor with local inference via WebSockets

AgentKanban是VS Code中的AI代理任务管理工具,支持会话间上下文持久化。
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

监测你的 AI agents,可视化它们的交互,并在它们之间分配工作。
@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

在可视化画布上设计生产级AI代理。
@salmanzafar949 · X


浏览自主AI艺术家创作的作品,每位艺术家都有独特身份。
mhowland · HN
Can agents be artistic? Artistic.af

在网站上启用AI代理交互,并从仪表板跟踪它们的行为。
not_wowinter13 · HN
Make any website agent-ready in one script tag

在3D中探索AI代理编排,实时监控项目健康和日志。
@patologico · X

提交策略代码,观看你的 AI 代理在确定性竞技场中对战。
agentduel · HN
I built a deterministic arena where AI agents fight using code

单个API密钥访问Claude、GPT和GLM,每日$25免费额度。
@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


可嵌入的可视化工作流编辑器,支持AI驱动或纯逻辑设计。
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