每日 Standup 报告器
每 24 小时运行一次,分析 git history,摄取发现并生成 standup 报告。无需人工操作。
一个 TOML 文件 = 一个完整的自主 agent,包含 LLM、tools、调度、记忆和 mesh networking。 共享 providers,而不共享 API 密钥。在设备上运行。没有云,没有 Python,没有凭证泄露。
[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 也可作为 Rust library、CLI、VS Code extension 和 iOS/Android FFI 使用。
curl -sSf https://query.mt/install.sh | sh xattr -dr com.apple.quarantine qmtcode Cargo.toml —
querymt = { version = "0.3", features = ["extism_host"] } 每项功能都对应其中一个支柱。组合在一起,它们形成其他框架没有的能力。
在一个 TOML 文件中定义 LLM、tools、MCP servers、scheduling 和 middleware。无需代码。
了解更多 →Mesh nodes 暴露 LLMs,但不泄露 API 密钥。可用签名 invite tokens 加入,甚至可以用 QR code。
了解更多 →Calendar、Contacts、Messages、Maps 全部通过 iMCP 在设备上访问。也支持 iOS 和 Android。
了解更多 →在 LAN 或 internet 上自动发现。跨机器 delegation。Session sharing。
了解更多 →17+ providers 作为 OCI plugins。WASM sandbox。为本地 inference 自动检测 GPU。
了解更多 →13 个可直接运行的 agent configs。复制一个,编辑它,然后运行。每个都展示不同能力。
每 24 小时运行一次,分析 git history,摄取发现并生成 standup 报告。无需人工操作。
每 30 分钟审计 TODO、测试数量、依赖、dead code 和文档覆盖率,并跟踪趋势。
从设备数据中挖掘行为模式,生成关于哪些事情可能打乱你一天的 proactive briefings。
通过 iMCP 查询 Calendar、Contacts、Messages、Reminders、Maps、Weather。全部在设备上,全部本地。
带持久记忆的交互式 research assistant。摄取发现,稍后查询,并自动整合。
会随时间变聪明的 planner + coder quorum。在制定新计划前查询过去的决策。
Planner 将任务委托给带 GPU 的 specialized coder。并行 delegation 并带验证。
使用 GitHub MCP 的三 agent quorum。每个 delegate 都有不同的 tools 和 providers。
带 tools 和可选 MCP 的简单 single agent。适合开始使用的 template。
Build/Plan/Review mode 的 coding agent。Git snapshots。三层 context compaction。
通过 SQLite FTS5 进行 tool result compaction,并使用 routing guardrails 的高级 context management。
最小 coder delegate config。用于向 quorum 添加新 delegates 的 template。
为嵌入 VS Code extension 设计的 agent config。Modes、middleware、MCP integration。
[agent] provider = "anthropic" model = "..." tools = ["shell", "knowledge_ingest"] [[mcp]] name = "github" [[middleware]] type = "limits"
qmtcode --config agent.toml --dashboard
从 OCI 拉取的 WASM 或 native plugins。默认 sandbox。为本地 inference 自动检测 GPU。