Directories
¶
| Path | Synopsis |
|---|---|
|
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. |
|
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). |
|
blame
Package blame implements the DAG blame endpoint:
|
Package blame implements the DAG blame endpoint: |
|
dataset
Package dataset implements the freshness dataset REST surface.
|
Package dataset implements the freshness dataset REST surface. |
|
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}). |
|
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). |
|
replay
Package replay implements the quarantined replay REST endpoint.
|
Package replay implements the quarantined replay REST endpoint. |
|
reproduce
Package reproduce exposes the read-only task execution descriptor endpoint.
|
Package reproduce exposes the read-only task execution descriptor endpoint. |
|
rundiff
Package rundiff implements the run-diff endpoint:
|
Package rundiff implements the run-diff endpoint: |
|
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). |
|
why
Package why implements the causal-explainer endpoint (data-plane-memory A3):
|
Package why implements the causal-explainer endpoint (data-plane-memory A3): |
|
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. |
|
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). |
|
blame
Package blame wraps the internal blame query for REST controllers.
|
Package blame wraps the internal blame query for REST controllers. |
|
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. |
|
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). |
|
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. |
|
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. |
|
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. |
|
rundiff
Package rundiff wraps the internal run-diff query for REST controllers.
|
Package rundiff wraps the internal run-diff query for REST controllers. |
|
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). |
|
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. |
Click to show internal directories.
Click to hide internal directories.