Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
rest/controller/agent
Package agent implements the scoped /v1/agent/* tool surface controllers: the triage bundle, read-only context passthroughs, typed-action proposals, and timeline notes.
|
Package agent implements the scoped /v1/agent/* tool surface controllers: the triage bundle, read-only context passthroughs, typed-action proposals, and timeline notes. |
|
rest/controller/agentprofile
Package agentprofile is the REST surface for the AgentProfile resource (docs/design-agent-in-the-loop.md, agent-in-the-loop-remediation Stream E2).
|
Package agentprofile is the REST surface for the AgentProfile resource (docs/design-agent-in-the-loop.md, agent-in-the-loop-remediation Stream E2). |
|
rest/controller/blame
Package blame implements the DAG blame endpoint:
|
Package blame implements the DAG blame endpoint: |
|
rest/controller/dataset
Package dataset implements the freshness dataset REST surface.
|
Package dataset implements the freshness dataset REST surface. |
|
rest/controller/incident
Package incident implements the operator-facing incident REST surface (agent-in-the-loop D1/D2): the read API (GET /v1/incidents, GET /:id) and the tier-3 approval decisions (POST /:id/approvals/:approval_id/{approve,reject}).
|
Package incident implements the operator-facing incident REST surface (agent-in-the-loop D1/D2): the read API (GET /v1/incidents, GET /:id) and the tier-3 approval decisions (POST /:id/approvals/:approval_id/{approve,reject}). |
|
rest/controller/receipt
Package receipt exposes the reproducibility-receipt REST endpoints: emit a content-addressed receipt for a run, and verify a committed receipt against a run's current persisted state (drift detection).
|
Package receipt exposes the reproducibility-receipt REST endpoints: emit a content-addressed receipt for a run, and verify a committed receipt against a run's current persisted state (drift detection). |
|
rest/controller/replay
Package replay implements the quarantined replay REST endpoint.
|
Package replay implements the quarantined replay REST endpoint. |
|
rest/controller/reproduce
Package reproduce exposes the read-only task execution descriptor endpoint.
|
Package reproduce exposes the read-only task execution descriptor endpoint. |
|
rest/controller/rundiff
Package rundiff implements the run-diff endpoint:
|
Package rundiff implements the run-diff endpoint: |
|
rest/controller/topology
Package topology implements the historical DAG topology endpoints (data-plane-memory B2).
|
Package topology implements the historical DAG topology endpoints (data-plane-memory B2). |
|
rest/controller/why
Package why implements the causal-explainer endpoint (data-plane-memory A3):
|
Package why implements the causal-explainer endpoint (data-plane-memory A3): |
|
rest/service/agent
Package agent implements the service layer behind the scoped /v1/agent/* tool surface: the triage bundle, the read-only context passthroughs, timeline notes, and the typed-action proposal path that delegates to Stream B's action executor.
|
Package agent implements the service layer behind the scoped /v1/agent/* tool surface: the triage bundle, the read-only context passthroughs, timeline notes, and the typed-action proposal path that delegates to Stream B's action executor. |
|
rest/service/agentprofile
Package agentprofile implements the AgentProfile server-side resource: the declarative image/engine/limits, secret:// model-credential references, session budgets, and default playbook a job's metadata.remediation.profile field references (docs/design-agent-in-the-loop.md "Declarative policy", Stream E2).
|
Package agentprofile implements the AgentProfile server-side resource: the declarative image/engine/limits, secret:// model-credential references, session budgets, and default playbook a job's metadata.remediation.profile field references (docs/design-agent-in-the-loop.md "Declarative policy", Stream E2). |
|
rest/service/blame
Package blame wraps the internal blame query for REST controllers.
|
Package blame wraps the internal blame query for REST controllers. |
|
rest/service/dataset
Package dataset exposes the freshness dataset read model and manual advance operation used by the REST controller and operator CLI.
|
Package dataset exposes the freshness dataset read model and manual advance operation used by the REST controller and operator CLI. |
|
rest/service/incident
Package incident wraps read-side incident queries and the tier-3 approval decision flow for REST controllers (agent-in-the-loop D1/D2).
|
Package incident wraps read-side incident queries and the tier-3 approval decision flow for REST controllers (agent-in-the-loop D1/D2). |
|
rest/service/receipt
Package receipt is the REST service wrapper around internal/receipt: it builds a reproducibility receipt for a run and verifies a committed receipt against a run's current persisted state.
|
Package receipt is the REST service wrapper around internal/receipt: it builds a reproducibility receipt for a run and verifies a committed receipt against a run's current persisted state. |
|
rest/service/replay
Package replay implements the REST replay service around the internal replay constructor, including B4's scoped idempotency reservation.
|
Package replay implements the REST replay service around the internal replay constructor, including B4's scoped idempotency reservation. |
|
rest/service/reproduce
Package reproduce exposes the read-only execution descriptor surface used by the reproduce client feature.
|
Package reproduce exposes the read-only execution descriptor surface used by the reproduce client feature. |
|
rest/service/rundiff
Package rundiff wraps the internal run-diff query for REST controllers.
|
Package rundiff wraps the internal run-diff query for REST controllers. |
|
rest/service/topology
Package topology provides the service layer for the historical DAG topology API (data-plane-memory B2).
|
Package topology provides the service layer for the historical DAG topology API (data-plane-memory B2). |
|
rest/service/why
Package why wraps the internal run-level causal explainer (data-plane-memory A3) for use by the REST controller.
|
Package why wraps the internal run-level causal explainer (data-plane-memory A3) for use by the REST controller. |
|
blame
Package blame implements `caesium blame <job>`: a read-side attribution view over dag_snapshot history.
|
Package blame implements `caesium blame <job>`: a read-side attribution view over dag_snapshot history. |
|
dev
Package dev implements the caesium dev command for local DAG development.
|
Package dev implements the caesium dev command for local DAG development. |
|
receipt
Package receipt is the `caesium receipt` CLI command group: produce a content-addressed, git-committable reproducibility receipt for a run.
|
Package receipt is the `caesium receipt` CLI command group: produce a content-addressed, git-committable reproducibility receipt for a run. |
|
reproduce
Package reproduce implements the caesium reproduce CLI.
|
Package reproduce implements the caesium reproduce CLI. |
|
test
Package test implements the caesium test command for dry-run DAG validation.
|
Package test implements the caesium test command for dry-run DAG validation. |
|
verify
Package verify is the `caesium verify <receipt>` CLI command: re-derive a committed reproducibility receipt against a run's current persisted state and flag drift.
|
Package verify is the `caesium verify <receipt>` CLI command: re-derive a committed reproducibility receipt against a run's current persisted state and flag drift. |
|
why
Package why implements `caesium why <run> --task <t>` (data-plane-memory A3): the causal explainer for why a task in a run executed, hit the cache, or re-ran.
|
Package why implements `caesium why <run> --task <t>` (data-plane-memory A3): the causal explainer for why a task in a run executed, hit the cache, or re-ran. |
|
internal
|
|
|
blame
Package blame attributes current DAG elements to the snapshot that introduced their persisted topology descriptor.
|
Package blame attributes current DAG elements to the snapshot that introduced their persisted topology descriptor. |
|
contract
Package contract derives the cross-job contract graph from authoritative job, trigger, and lineage sources.
|
Package contract derives the cross-job contract graph from authoritative job, trigger, and lineage sources. |
|
dag
Package dag computes topology metrics for job DAGs.
|
Package dag computes topology metrics for job DAGs. |
|
dagrender
Package dagrender renders DAG visualizations in ASCII.
|
Package dagrender renders DAG visualizations in ASCII. |
|
dispatch
Package dispatch implements the Phase 2 run-owner push-dispatch machinery.
|
Package dispatch implements the Phase 2 run-owner push-dispatch machinery. |
|
eventmatch
Package eventmatch provides the shared event-pattern matcher and JSONPath extraction used by both the event-trigger router (internal/trigger/event) and freshness arrival bindings (internal/freshness).
|
Package eventmatch provides the shared event-pattern matcher and JSONPath extraction used by both the event-trigger router (internal/trigger/event) and freshness arrival bindings (internal/freshness). |
|
freshness
Package freshness holds the data-freshness scheduling substrate: the declared dataset registry (this file) and — in later streams — the dataset state store and the leader-gated evaluator.
|
Package freshness holds the data-freshness scheduling substrate: the declared dataset registry (this file) and — in later streams — the dataset state store and the leader-gated evaluator. |
|
imagecheck
Package imagecheck verifies container image availability locally.
|
Package imagecheck verifies container image availability locally. |
|
incident
Package incident implements the Phase-0 incident substrate for agent-in-the-loop remediation: a deterministic failure classifier, a leader-gated dedupe subscriber, the incident store and status machine, a free-text log scrubber, and a durable-timer supervisor.
|
Package incident implements the Phase-0 incident substrate for agent-in-the-loop remediation: a deterministic failure classifier, a leader-gated dedupe subscriber, the incident store and status machine, a free-text log scrubber, and a durable-timer supervisor. |
|
jobdef
Package jobdef provides job definition utilities including collection and import of YAML manifests.
|
Package jobdef provides job definition utilities including collection and import of YAML manifests. |
|
localrun
Package localrun executes job DAGs locally without a running server.
|
Package localrun executes job DAGs locally without a running server. |
|
outputdiff
Package outputdiff compares recorded and reproduced task output maps.
|
Package outputdiff compares recorded and reproduced task output maps. |
|
receipt
Package receipt builds and verifies content-addressed, git-committable reproducibility receipts for a job run.
|
Package receipt builds and verifies content-addressed, git-committable reproducibility receipts for a job run. |
|
reproduce
Package reproduce reconstructs and executes historical task descriptors for the caesium reproduce CLI.
|
Package reproduce reconstructs and executes historical task descriptors for the caesium reproduce CLI. |
|
pkg
|
|
|
jobdef/schemacompat
Package schemacompat compares the pragmatic JSON Schema subset Caesium uses for cross-job contract enforcement.
|
Package schemacompat compares the pragmatic JSON Schema subset Caesium uses for cross-job contract enforcement. |
|
test
|
|
|
load
command
Package load provides a synthetic load harness for measuring Caesium's per-shard write throughput and per-write-category distribution.
|
Package load provides a synthetic load harness for measuring Caesium's per-shard write throughput and per-write-category distribution. |
|
tools
|
|
|
client
command
|
|
Click to show internal directories.
Click to hide internal directories.