Daily Standup Reporter
Runs every 24h, analyzes git history, ingests findings, generates a standup report. No interaction needed.
One TOML file = a complete autonomous agent with LLM, tools, scheduling, memory, and mesh networking. Share providers without sharing API keys. Run on device. No cloud, no Python, no credential leaks.
[agent] provider = "anthropic" model = "claude-sonnet-4-5-20250929" tools = ["shell", "knowledge_ingest", "knowledge_query"] # Run once a day, forever [agent.execution] max_steps = 30 max_turns = 15
qmtcode --config standup_bot.toml --dashboard Also available as a Rust library, CLI, VS Code extension, and iOS/Android FFI.
curl -sSf https://query.mt/install.sh | sh xattr -dr com.apple.quarantine qmtcode Cargo.toml —
querymt = { version = "0.2", features = ["extism_host"] } Every feature maps to one of these pillars. Together they form a framework no one else offers.
Define LLM, tools, MCP servers, scheduling, and middleware in one TOML file. No code.
Learn more →Mesh nodes expose LLMs without leaking API keys. Join with signed invite tokens — even as QR codes.
Learn more →Calendar, Contacts, Messages, Maps — all on device via iMCP. iOS and Android too.
Learn more →Auto-discovery over LAN or internet. Delegation across machines. Session sharing.
Learn more →17+ providers as OCI plugins. WASM-sandboxed. GPU auto-detect for local inference.
Learn more →13 ready-to-run agent configs. Copy one, edit it, run it. Each demonstrates different capabilities.
Runs every 24h, analyzes git history, ingests findings, generates a standup report. No interaction needed.
Audits TODOs, test counts, dependencies, dead code, and doc coverage every 30 minutes. Tracks trends.
Mines behavioral patterns from device data. Produces proactive briefings about what may derail your day.
Queries Calendar, Contacts, Messages, Reminders, Maps, Weather via iMCP. All on device, all local.
Interactive research assistant with persistent memory. Ingest findings, query them later, auto-consolidate.
Planner + coder quorum that gets smarter over time. Queries past decisions before planning new ones.
Planner delegates to specialized coder with GPU. Parallel delegation with verification.
Three-agent quorum with GitHub MCP. Each delegate has different tools and providers.
Simple single agent with tools and optional MCP. The template for getting started.
Build/Plan/Review mode coding agent. Git snapshots. Three-layer context compaction.
Advanced context management with tool result compaction via SQLite FTS5 and routing guardrails.
Minimal coder delegate config. Template for adding new delegates to a quorum.
Agent config designed for VS Code extension embedding. Modes, middleware, MCP integration.
[agent] provider = "anthropic" model = "..." tools = ["shell", "knowledge_ingest"] [[mcp]] name = "github" [[middleware]] type = "limits"
qmtcode --config agent.toml --dashboard
OCI-pulled WASM or native plugins. Sandboxed by default. GPU auto-detection for local inference.
Use querymt as a library. Builder pattern, traits, plugin system.
Core Docs →Install qmt and start chatting from the terminal.
CLI Docs →Define agents in TOML. Run with dashboard.
Showcase →Run models on your own GPU. No cloud. No Python.
Device Agent →Share models with friends. Join with invite token.
Provider Sharing →