Skip to content

@agent-os/resource-carrier

Provider-neutral resource lifecycle carrier.

Resource ledger facts are not the resource data store. Payloads contain symbolic MaterialRef, proofRef, mutationRef, and fingerprint values only; they must not contain credentials, provider response bodies, account ids, database ids, object bytes, queue bodies, workflow payloads, or live handles.

Use resource carrier facts for lifecycle and mutation proofs. Provider-specific execution material belongs in a provider package.

import { resourceBoundaryPackage } from "@agent-os/resource-carrier";
Terminal window
cd packages/carriers/resource
vp test run