quarkloop
Use CasesPricingDocsBlog
Book a DemoGet Started
quarkloop

Your Agents. Your Machine. Your Control.

Product

  • Use Cases
  • Enterprise
  • Pricing
  • Integrations

Resources

  • Documentation
  • Getting Started
  • Quarkfile
  • Blog

Company

  • About
  • Contact
  • GitHub

© 2026 Quarkloop. Apache 2.0 License.

PrivacyTerms

Integrations

Works with your stack.

LLM providers, a modular plugin system, and an extensible architecture. Bring your own models, build your own plugins, keep everything local.

LLM Providers

Bring your own key.

Quark connects directly to your LLM provider. No proxy, no middleware, no data passing through our servers. Switch providers by changing one line in your Quarkfile.

AN

Anthropic

Claude models via the Anthropic API. Recommended for complex reasoning and multi-step planning.

provider: anthropic
OP

OpenAI

GPT-4, GPT-4o, and other OpenAI models. Compatible with the standard OpenAI API format.

provider: openai
OP

OpenRouter

Access 100+ models through a single API key. Route to the best model for each task.

provider: openrouter
ZH

ZhipuAI

GLM models for Chinese and multilingual use cases. Low-latency inference from ZhipuAI.

provider: zhipu
OL

Ollama

Run open-weight models locally. Full privacy with no external API calls at all.

provider: ollama

Built-in Tools

Everything agents need to work.

Each tool runs as a standalone HTTP server. Agents invoke them through the tool dispatch system. Add your own by pointing to any HTTP endpoint.

bash

Execute shell commands. The primary tool for interacting with the host system.

http://127.0.0.1:8091/run
read

Read file contents. Supports text files of any size with offset-based pagination.

http://127.0.0.1:8092/run
write

Write and edit files. Supports full writes and targeted string replacements.

http://127.0.0.1:8093/run
web-search

Search the web via Brave Search or SerpAPI. Bring external context to your agents.

http://127.0.0.1:8090/run

Plugin System

Skills + Binaries.

Plugins contain Skills (LLM instructions) and Binaries (executable code). Load statically or dynamically. Extend agents without restarting Spaces.

Plugin system

Plugins contain Skills (LLM instructions/schemas) and Binaries (executable code). Load statically via Quarkfile or dynamically at runtime.

Custom agents

Define agent roles, prompts, and plugin access per-agent. The Main Agent dispatches work to Sub-agents based on the plan.

Dynamic discovery

Agents can discover, load, and learn how to use new plugins at runtime. Extend capabilities without restarting the Space.

Provider interface

Adding a new LLM provider requires implementing a single Go interface. The inference package handles retries, message formatting, and tool dispatch.

Need a custom integration?

We help enterprise teams build custom tools, providers, and agent configurations.

Talk to us