decapod 0.47.13

Decapod is the daemonless, local-first control plane that agents call on demand to align intent, enforce boundaries, and produce proof-backed completion across concurrent multi-agent work. 🦀
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://decapod.dev/schemas/internalization/attach-result-1.2.0.json",
  "title": "InternalizationAttachResult",
  "type": "object",
  "required": [
    "schema_version",
    "success",
    "artifact_id",
    "session_id",
    "tool",
    "attached_at",
    "lease_id",
    "lease_seconds",
    "lease_expires_at"
  ]
}