What's New in v0.3.0
- MoA Intelligent Routing — Task complexity detection (simple/medium/complex) → auto-routes to fast/medium/powerful models
- Sandbox Security Policy — Shell allowlist/denylist, network/filesystem control, preset policies (strict/balanced/permissive)
- Tool Authorization — Configurable auto-approve: all / safe (read-only auto-approved) / none
- Setup Wizard —
quark-agent setup walks through provider, model, channels, and sandbox policy
- Unified Config —
.quark-agent.json config file + env vars + CLI flags with priority chain
- Checkpoint & Long-Running Programming — State persistence, auto-save, crash recovery, resume from checkpoint
- Multi-Provider — OpenAI, Anthropic, Gemini, Ollama, OpenRouter all built-in, zero SDK dependencies
Quick Start
git clone https://github.com/Madapexai/quark-agent.git
cd quark-agent && npm install
npx tsx bin/cli.ts setup # Interactive setup wizard
npx tsx bin/cli.ts chat # Start chatting!
Benchmark: 89.0% (200 tasks)
- GAIA (Meta/HF): 93.0%
- AgentBench (THUDM): 85.0%