Intelligence Kernel

Kynetra Prime (L4)

The agent-of-agents. Routing, memory, policy, settlement, reputation, self-learning.

Core Philosophy

Prime doesn't do work. Prime decides who does work, under what authority, with what memory, paid how much, verified how.

Every action: sign → route → log → settle → attest. Zero implicit trust.

Architecture

┌─────────────── Kynetra Prime ───────────────┐
│  Identity & Delegation    (kynetraauth)     │
│  Skill Routing            (registry)        │
│  Memory Governance        (CMS + Books)     │
│  Policy Engine            (OPA-style)       │
│  Payment + Settlement     (AMP)             │
│  Reputation Ledger        (L0 attestations) │
│  Self-Learning            (Thanos + SGAI)  │
│  Audit                    (Vigil)           │
│  Multimodal               (Vectron, Visual)│
└─────────────────────────────────────────────┘

Agent Lifecycle

spawn → authorise → plan → delegate → execute → settle → attest → learn → retire

Every step signed by principal, routed through Policy, logged by Vigil, settled via AMP.

Agent Object

agent {
  id: DID                    // decentralized identifier
  principal: DID             // who owns this agent
  skills: [SkillRef]         // capabilities
  wallet: AMPAccount         // payment escrow
  memory: MemoryScope        // read/write boundaries
  policy: PolicyRef          // auth rules
  reputation: Score          // track record
  cost_cap: Money            // max budget
}

Skill Routing

  1. Parse intent → structured goal
  2. Query skill registry (capability + price + reputation)
  3. Optional negotiation (AMP)
  4. Delegate with signed scope + budget
  5. On attestation → pay + update reputation

Memory Governance

Three scopes, all signed and auditable:

Every read logged. Consent enforced at L2.

Policy Engine

OPA-style rules: jurisdiction, budget, data class, agent reputation floor. Violations fail closed.

Self-Learning

Thanos monitors outcomes; synthesises new skills from successful delegations. Self-Growing spawns specialist sub-agents when a skill gap is detected.

Status

v0.1: Live in production (HB Ventures 32-app portfolio)

Modules: Spread across `/Users/kr/Developer/kynetra-*/`