Skip to content

NeKiro RepoWiki

This is the central reading surface for the NeKiro platform. It turns the repository's accepted architecture, contracts, decisions, and operating guides into one navigable map while keeping each fact in its canonical owner.

The platform loop is:

Register -> Discover -> Install -> Invoke -> Record

Start here

The platform in one view

NeKiro operates Agents from the outside. Agent Runtimes own model, Prompt, Tool, Planner, Workflow, Memory, RAG, Session, and runtime telemetry behavior. Core owns publication, discovery, Workspace authorization, exact-version resolution, managed routing, and metadata-only invocation lineage.

Caller / Console
       |
       v
Gateway / Control Plane -----> Catalog + Workspace
       |
       v
A2A Router ------------------> Agent endpoint
       |
       v
Invocation Ledger (metadata and lineage only)

Ownership rule

The central Wiki is a portal, not a second writable source for satellite repositories. Core documentation is rendered here from docs/. Console, SDK, Samples, Stack, and A2A Transport facts remain owned by their respective repositories and are linked from the repository map.

What this Wiki deliberately does not promise

  • It does not define Agent-internal execution behavior.
  • It does not replace versioned files under contracts/.
  • It does not copy satellite source code or silently infer their release state.
  • It does not turn a dependency failure into an empty result, a success, or a fallback endpoint.