Show HN: Linggen – Open agent system in Rust, any model, file-based

  • Posted 3 hours ago by linggen
  • 2 points
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.

  - Multi-agent — agents delegate to each other, run concurrently. Message a running agent mid-task and it
  adapts (cooperative interruption)
  - Any model — Ollama, OpenAI, Claude, Bedrock, any OpenAI-compatible endpoint. Route per agent with
  auto-fallback
  - Skills as files — portable Markdown skills, compatible with Claude Code and Codex (Agent Skills
  standard)
  - Scheduled missions — cron-based autonomous tasks without human-in-the-loop
  - Web UI + TUI + VS Code — all share real-time session state via SSE

  Rust backend (axum, tokio, ratatui). React 19 frontend embedded via rust-embed. Native tool calling for
  all major providers. Workspace-scoped file ops with per-agent permissions.

  Early stage. The name 灵根 (Líng Gēn) means "spiritual root" in cultivation fiction — the innate
  foundation that determines what you can become.



  GitHub: https://github.com/linggen/linggen

  curl -sSL https://linggen.dev/install.sh | bash && ling

1 comments

    Loading..