Skip to content

Addons

An addon is a self-contained module that adds a capability to arka-deck: memory, governance, artifact panel, squad, connector, etc. Addons subscribe to chat events and enrich the experience without modifying the core.


arka-deck ships its foundational addons. No third-party installation is needed to start.

AddonRoleStatus
cortex-actionsCortex artifact panel (modes, blocs) in chatbeta
cortex-liteLocal Cortex runtime sidecar (project materialization, agent context)stable
memory-localPer-project agentic memory (capture, consolidation, augmentation)beta
gouvernance-liteLocal Cortex-compatible policies, snippets and followupbeta
mission-guardianMission state, leader and QA gates, evidencebeta
squad-leaderSquad composition and coordinationbeta
squad-orchestrationMulti-agent LangGraph orchestration (mission, report, verdict)beta
notion-connectNotion connector (pages, blocks, OAuth)beta

The Addons view lists available modules. Some addons can be enabled or disabled per project (e.g. you can disable memory-local on a project that doesn’t need persistent memory).

For always-active addons (cortex-actions, cortex-lite), activation is managed by arka-deck.


  • The addon contract is stabilized to eventually allow external extensions.
  • For today, all production addons stay first-party and explicitly wired in arka-deck.
  • There is no active third-party marketplace loading. This possibility remains a product trajectory, not a current promise.

This posture is intentional: until third-party addon sandboxing and signing are mature, we prefer a controlled perimeter.


If you want to write an addon: