{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_tabby",
  "slug": "tabby",
  "name": "Tabby",
  "canonical_url": "https://www.openagent.bot/agents/tabby",
  "category": "agents",
  "resource_type": "agent",
  "summary": "Tabby is an open-source, self-hosted AI coding assistant that provides code completion, chat, and agent capabilities without any external dependencies or data leaving your infrastructure. It supports VS Code, JetBrains, Vim, Emacs, and other editors, and works with self-hosted models for fully air-gapped operation.",
  "capabilities": [
    "local-inference",
    "workflow-orchestration"
  ],
  "constraints": [
    "open-source",
    "self-hosted",
    "local-first"
  ],
  "scenarios": [
    "local-ai",
    "self-hosted-ai",
    "developer-workflow"
  ],
  "deployment_modes": [
    "local",
    "self_hosted",
    "cloud"
  ],
  "interfaces": [
    "repo",
    "docs"
  ],
  "integrations": [
    "agents",
    "models",
    "plugins"
  ],
  "permission_surface": [
    "shell/files"
  ],
  "risk_level": "moderate",
  "source_confidence": "high",
  "recommended_workflows": [
    "Coding agent workflow",
    "Local or private AI stack"
  ],
  "avoid_when": [
    "Individual developers who prefer cloud-hosted coding assistants",
    "Users who want frontier models without managing local GPU infrastructure"
  ],
  "primary_actions": [
    "Inspect repository",
    "Open Homepage",
    "Read setup docs",
    "Deploy Tabby"
  ],
  "evidence_urls": [
    "https://github.com/TabbyML/tabby",
    "https://tabby.tabbyml.com",
    "https://tabby.tabbyml.com/docs"
  ],
  "last_verified_at": "2026-06-04",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/agents/tabby.json",
    "markdown_url": "https://www.openagent.bot/agents/tabby.md",
    "agent_json_url": "https://www.openagent.bot/agents/tabby.agent.json"
  }
}