Operate an agent pipeline from terminal evidence backward. Begin with the
published decision and termination state, validate the trace and its lifecycle,
then inspect convergence, role output, and logs. A single successful process
exit or plausible final artifact is not enough.
The current CLI validates all four registered provider credentials before it
parses any command, including help, dry run, and replay. This is an
implementation constraint, not a recommendation to over-provision keys.
Use the maintained YAML file by explicit path. A missing configuration can
degrade to an empty mapping, while non-dry trace production still requires
model metadata.
Use a fresh output root for every run. Fixed filenames can overwrite or mix
evidence from an earlier execution.
A directory input processes immediate regular files only; it is not a
recursive corpus traversal.
validates all registered provider credentials before command parsing and publishes fixed-name files
offline bounded service call
HTTP POST /v1/run
fixed simple backend and extractive strategy; request config does not alter that pipeline
custom roles, lifecycle or providers
package-owned Python modules
caller must assemble typed definitions, dependencies, trace handling and publication
inspect stored summary fields
replay command
reconstructs a trace and compares four summary fields; not full execution replay
govern acceptance and persistence
runtime through an explicit host adapter
package-root live adapter is not implemented; co-installation is insufficient
Select the surface whose actual contract matches the operation. Do not route a
custom provider workflow through the fixed HTTP contract, treat CLI replay as
model re-execution, or infer runtime acceptance from a locally published agent
directory.
The package is not a sandbox, distributed scheduler, secrets manager, durable
multi-host event store, or tenant-isolation layer. The HTTP adapter also lacks
independent authentication, rate limiting, body-size enforcement, and artifact
lookup. Hosts own filesystem access, network policy, provider limits,
cancellation, concurrency, credential scope, retention, and external artifact
authentication.