agent active

ExAgent

Maker: exqqstar License: Apache-2.0, MIT Stars: 54 First released: 2026-06-16 Language: Rust, TypeScript
Desktop

About

ExAgent is built for running a personal coding agent entirely on one's own workstation with no hosted component. The Rust runtime normalizes provider APIs into unified conversation, tool-call, and streaming types, configured per-provider in the GUI with API-key or OAuth credentials stored locally; the Tauri/React shell adds projects, durable sessions, and a live inspector over the agent's event stream. Tool use is approval-gated by default, subagents and workflow runs (such as deep search) extend capability, SKILL.md files define reusable procedures, and event replay makes past runs auditable. The project explicitly targets personal use — no production sandbox isolation, hosted collaboration, or public SDK — and remains a single-author, early-stage effort.