Show HN: Linggen – Open agent system in Rust, any model, file-based(linggen.dev)
linggen.dev
Show HN: Linggen – Open agent system in Rust, any model, file-based
https://linggen.dev/
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.
1 comments
Author here. Built this because I wanted one system where I could drop a markdown file and get a new agent
— for coding, but also for scheduled code reviews, architecture checks, or anything else.
The file-based approach is the core idea. An agent is 15 lines of YAML + markdown. A skill is a SKILL.md
directory. A mission is a cron entry pointing at an agent. No SDKs, no plugins, no code changes — just
files.
Happy to go deep on the Rust runtime, multi-agent delegation, or anything else.