Open Source · Rust

Agenci AI, którzy współpracują.
Zdefiniowani w configu. Połączeni przez mesh.

Jeden plik TOML = kompletny autonomiczny agent z LLM, tools, harmonogramem, pamięcią i mesh networkingiem. Udostępniaj providery bez udostępniania API keys. Uruchamiaj na swoim urządzeniu. Bez chmury, bez Pythona, bez wycieków credentials.

Dostępne także jako biblioteka Rust, CLI, rozszerzenie VS Code oraz iOS/Android FFI.

Instalacja jedną komendą

curl -sSf https://query.mt/install.sh | sh

macOS Silicon: po pobraniu usuń flagę quarantine:  xattr -dr com.apple.quarantine qmtcode
Dla developerów Rust: dodaj do: Cargo.tomlquerymt = { version = "0.3", features = ["extism_host"] }

Pięć filarów, które wyróżniają querymt QueryMT

Każda funkcja należy do jednego z tych filarów. Razem tworzą framework, którego inni nie oferują.

Trzy kroki od configu do działającego agenta

1

Napisz plik TOML

[agent]
provider = "anthropic"
model = "..."
tools = ["shell", "knowledge_ingest"]

[[mcp]]
name = "github"

[[middleware]]
type = "limits"
2

Uruchom jedną komendę

qmtcode --config agent.toml --dashboard
Agent startuje
Ładuje serwery MCP
Tworzy magazyn wiedzy
Uruchamia scheduler
Łączy się z mesh
3

Użyj dashboardu

chat > Rozmawiaj z nim
cron > Zaplanuj go
tail > Obserwuj działanie
mode > Zmień tryb

17+ providerów, jedno API

Pluginy WASM lub native pobierane z OCI. Domyślnie sandboxed. Automatyczne wykrywanie GPU dla lokalnej inference.

$ qmt providers list 17 adaptery
provider-registry status: plugin-ready
[01] plugin: OpenAI gotowe
[02] plugin: Anthropic gotowe
[03] plugin: Google gotowe
[04] plugin: Groq gotowe
[05] plugin: xAI gotowe
[06] plugin: Ollama gotowe
[07] plugin: llama.cpp gotowe
[08] plugin: Mistral gotowe
[09] plugin: DeepSeek gotowe
[10] plugin: Alibaba gotowe
[11] plugin: Moonshot gotowe
[12] plugin: Kimi-Code gotowe
[13] plugin: OpenRouter gotowe
[14] plugin: Codex gotowe
[15] plugin: Z.AI gotowe
[16] plugin: Izwi gotowe
[17] plugin: MRS gotowe

Gdzie pasujesz?