Skip to main content
note

Current public-DAV authority boundary — 2026-07-12. Pre-launch target design; nothing here proves a live system. A public-DAV consequence may occur only when at least two natural-person councilors bind the exact consequence in a complete valid bound PRISM decision receipt. PRISM records and verifies that receipt only; it never serves as council, signatory, authority, or receipt producer. AI and caste seats stage unsigned proposals only; they never authorize or execute a public-DAV consequence. Constitution or membership adoption establishes constitution and membership only; it does not authorize a later consequence. Policy may constrain an unsigned proposal but never authorizes execution or substitutes for the complete consequence-bound receipt. Before receipt validity, consequence fails closed to read-only proposal, simulation, or deterministic sandbox; live evidence remains gated_pending_complete_valid_bound_receipt. Software deterministically carries out only the exact consequence bound to a complete valid bound PRISM decision receipt from at least two natural-person councilors binding that exact consequence.

C1 -- Pipeline Architecture

13 Python files. Each has a biological equivalent.

The Files

The agents/pipeline/ directory contains exactly 13 files. Each maps to a function in the organism's nervous system:

#FileLinesBiological Equivalent
1__init__.py~20Cell membrane (package boundary)
2config.py~80DNA (provider, model, thresholds)
3schemas.py~150Protein shapes (private-DAV legacy reference: K2 envelope; current public path: unsigned proposal, Signal, Score)
4agents.py~200Neuron types (base agent class, tool registry)
5agent_chain.py~250Neural pathway (Three-Stage Process sequencing)
6run.py~60Reflex arc (CLI entry, signal in -> envelope out)
7heartbeat.py~40Pulse (liveness check, dependency validation)
8circle_adapter.py~180Sensory nerve (F1 IS -> structured perception)
9cortex_bridge.py~200Hippocampus (memory retrieval, embedding search)
10executor.py~150Motor nerve (private-DAV legacy reference: K2 envelope; public path consumes separately authorized action)
11witnesses.py~120Immune cells (receipt generation, tamper detection)
12situational_analysis.py~180Thalamus (context assembly, relevance filtering)
13dream_cycle.py~160REM sleep (offline pattern synthesis, learning)

Total: approximately 1,800 lines of Python.

Data Flow

External signal (news, on-chain, social)
|
v
circle_adapter.py ---- polls Circle API, structures raw signal
|
v
situational_analysis.py ---- assembles context from cortex_bridge
|
v
agent_chain.py ---- routes through Three-Stage Process: IS -> COULD -> SHOULD
| uses agents.py for each step
| validates against schemas.py
v
executor.py ---- private-DAV legacy reference: generates K2 envelope; public path stages unsigned proposal
|
v
witnesses.py ---- [target] creates Arweave receipt, Nostr event (local append-only evidence until external anchoring is wired)

Key Design Decisions

Why 13 files, not 3 or 30?

Each file has exactly one responsibility. No file exceeds 250 lines. This is not arbitrary -- it matches the organism's separation of concerns. A sensory nerve does not also generate receipts. A motor nerve does not also search memory.

Why agent_chain.py instead of LangChain?

LangChain is a dependency. Dependencies are mortality risk. Our chain is 250 lines of plain Python that sequence three function calls. When LangChain breaks (and it will), we are unaffected.

Why dream_cycle.py?

The organism must learn from its own history. The dream cycle runs offline (cron or manual), reviews past private-DAV reference K2 envelopes, extracts patterns, and updates the cortex embeddings. Without it, the organism has perception but no memory consolidation.

Config Hierarchy

# config.py loads in this order:
# 1. Hardcoded defaults (provider=openai, model=gpt-4o)
# 2. Environment variables (OPENAI_API_KEY, SKYZAI_MODEL, etc.)
# 3. config.yaml (if present)
# 4. CLI flags (--provider, --model, --verbose)
# Later sources override earlier ones.

Schema Enforcement

schemas.py defines Pydantic models for every data structure that crosses a file boundary. If a signal does not validate, it is rejected before reaching the chain. In the private-DAV legacy reference, if a K2 envelope is malformed, the executor refuses to dispatch. The public path also fails closed when a valid PRISM authorization receipt is absent. The schemas ARE the organism's type system.

See Also


Pipeline Reliability Contract

Treat the pipeline as a contract, not a convenience script.

Inputs

  • Canonical source files (framework/organism)
  • Deterministic transform scripts
  • Explicit config/version pins

Outputs

  • Predictable artifacts (same input => same output)
  • Change log describing what moved and why
  • Failure code + readable error message

Health Signals

  • Green: stable run times and deterministic outputs
  • Yellow: output drift without source changes
  • Red: silent partial failure or non-deterministic artifacts

Hard Rule

No manual patching of generated outputs without updating source or compiler logic. Source -> compile -> artifact must remain the single path.


Agent Execution Surface

If you are an AI agent reading this document:

  1. This is a downstream public content page. The canonical source lives in EMERGENTISM_ORG/08_FRAMEWORK_SUPPORT/ or SKYZAI_ORG/. Edit source upstream, not here.
  2. Preserve evidence tiers. Do not promote claims up the [C] < [D] < [S] < [B] < [E] ladder when reproducing them here; [I]/[A] qualifiers never substitute for [B]/[E].
  3. Regenerate from source. If the upstream source changes, regenerate this page rather than editing it independently.
  4. Canonical Path: SKYZAI_ORG/07_PWAs/skyzai_org/wiki/C1-pipeline.md

Output: This is content. Route edits to upstream source. Regenerate when source changes.

K3 public-DAV authority history — 2026-07-12

K3 historical reference — not active authority
note

Current public-DAV boundary — 2026-07-10. Pre-launch target design; nothing here is live. The active DAV is public and targets PRISM, with no K2 runtime, launch, genesis/bootstrap, or fallback dependency. Consequential authority requires at least two natural-person councilors; AI/caste seats stage unsigned proposals only. Before quorum, behavior fails closed to read-only/proposal, simulation, or deterministic sandbox, and a live decision receipt remains gated pending quorum.

APU · local guide, not live AI C1 Pipeline

Context: C1 Pipeline. Local guide only. Messages are not sent or saved.

Skyzai

Open website map Explore Protocol Atlas Development & availabilityContact Skyzai

Theme follows your device

Skyzai is coming together.

The shared app at skyzai.com is in development. Explore the website while we build the connected experience.

Skyzai, close at hand.

Keep this website on your home screen and read saved pages offline. The connected app at skyzai.com is still in development.

On iPhone or iPad, open this site in Safari, choose Share → Add to Home Screen, then Open as Web App if offered. On Android or desktop, use your browser’s Install app or Add to Home screen menu when available.

Offline reading & privacy

Offline reading becomes available after the initial download. External sites are not saved. Your browser may evict saved pages.

Conversations and drafts are never saved by the offline cache. Reloading clears them. To remove downloaded pages, clear this website’s data in browser settings; uninstalling alone may not clear it.

Update this website?

The page will restart with the new version. This clears this tab’s temporary conversation and any unsent message. Other open tabs will not restart.