Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · Vibe Kanban Core (current)
agent-core-impl:vibe-kanban.core@currenta5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewjsongraph
II.
AgentCoreImpl JSON

agent-core-impl:vibe-kanban.core@current

Structured · live

Vibe Kanban Core (current) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/core-impls/vibe-kanban-core-current.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-core-impl:vibe-kanban.core@current",
  "_kind": "AgentCoreImpl",
  "_file": "agent-stack/core-impls/vibe-kanban-core-current.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Vibe Kanban Core (current)",
    "agentVersionId": "agent-version:vibe-kanban@current",
    "packageRef": "source-ref:vibe-kanban-github",
    "loopIteratorPolicy": "event-driven-dispatch",
    "loopIteratorNotes": "Rust backend (crates: server, db, executors, services, git, review,\ndeployment) processes kanban column transitions as events. When a card\nmoves to in-progress, the executor crate dispatches the assigned coding\nagent with the task description and worktree path. Parallel execution\nis bounded by configurable concurrency limits.\n",
    "contextManagementStrategy": "per-task-workspace",
    "compactionTriggerNotes": "Each task card maintains its own context via an isolated git worktree\ndirectory. Agent sessions are ephemeral per-card; persistent state\nlives in the SQLx database and the git branch.\n",
    "subagentInvokerPolicy": "process-spawn",
    "subagentInvokerNotes": "Rust executors spawn coding agent CLIs (Claude Code, Codex, Gemini CLI)\nas child processes in isolated worktree directories. Agent tool schemas\ndefine structured interaction contracts between the orchestrator and\nspawned agents. Supports 10+ registered agent types.\n",
    "resultSynthesisPolicy": "model-direct",
    "resultSynthesisNotes": "Agent output (code changes, PR creation, review comments) flows back\nthrough the executor into the kanban card state. Cards auto-advance\nto review column when the agent signals completion.\n",
    "stopDetectionStrategy": "process-exit",
    "transportClientLibrary": "vibe-kanban-rust-executors",
    "supportedTransportProtocols": [
      "model-transport:anthropic-messages",
      "model-transport:openai-responses"
    ],
    "parallelToolCallHandling": "native",
    "streamingFidelity": "full",
    "thinkingChannelHandling": "not-supported",
    "notes": "Core Rust crates:\n- server: HTTP API and WebSocket server for the web frontend\n- db: SQLx-based task state persistence (SQLite/Postgres)\n- executors: agent dispatch and lifecycle management\n- services: business logic for task transitions and reviews\n- git: branch creation, checkout, worktree management, PR operations\n- review: integrated code review with diff analysis\n- deployment: workspace provisioning and cleanup\nShared types crate provides TypeScript-compatible type definitions.\nAgent tool schemas define structured contracts for agent interactions.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent-core-impl:vibe-kanban.core@current",
      "to": "layer:4-agent-core",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:vibe-kanban.core@current",
      "to": "agent:vibe-kanban",
      "kind": "composes",
      "attributes": {
        "role": "core"
      }
    },
    {
      "from": "agent-core-impl:vibe-kanban.core@current",
      "to": "model-transport:anthropic-messages",
      "kind": "speaks",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:vibe-kanban.core@current",
      "to": "model-transport:openai-responses",
      "kind": "speaks",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:vibe-kanban.core@current",
      "to": "capability:supports-tool-use",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Agent tool schemas define structured interaction contracts."
      }
    },
    {
      "from": "agent-core-impl:vibe-kanban.core@current",
      "to": "capability:supports-subagent-dispatch",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Rust executors dispatch coding agents as child processes."
      }
    },
    {
      "from": "agent-core-impl:vibe-kanban.core@current",
      "to": "capability:supports-parallel-execution",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Concurrent agent execution across isolated worktrees."
      }
    },
    {
      "from": "agent-core-impl:vibe-kanban.core@current",
      "to": "capability:can-multi-turn",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full"
      }
    },
    {
      "from": "agent-core-impl:vibe-kanban.core@current",
      "to": "capability:can-fork",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=0.1.0",
        "level": "full",
        "notes": "Per-task git worktree isolation via the git crate."
      }
    },
    {
      "from": "agent-core-impl:vibe-kanban.core@current",
      "to": "orch-primitive:task-create",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:vibe-kanban.core@current",
      "to": "orch-primitive:workspace-create",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:vibe-kanban.core@current",
      "to": "orch-primitive:human-review-gate",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:vibe-kanban.core@current",
      "to": "orch-primitive:auto-merge",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    },
    {
      "from": "agent-core-impl:vibe-kanban.core@current",
      "to": "orch-primitive:issue-tracker-sync",
      "kind": "supports_orchestration_primitive",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:vibe-kanban@current",
      "to": "agent-core-impl:vibe-kanban.core@current",
      "kind": "composed_of",
      "attributes": {
        "role": "core"
      }
    }
  ]
}

Shortcuts

Back to overview
Open graph tab