Hi HN,<p>Working with multiple projects, I got tired of re-explaining our complex multi-node system to LLMs. Documentation helped, but plain text is hard to search without indexing and doesn't work across projects. I built Linggen to solve this.<p>My Workflow:
I use the Linggen VS Code extensio...
Stories by linggen
Linggen is an open-source agent system where agents, skills, and scheduled missions are all markdown
files. Drop a .md file, get a new agent.<p><pre><code> - Multi-agent — agents delegate to each other, run concurrently. Message a running agent mid-task and it
adapts (cooperative interruption)
...