Examples
Example: Multi-Agent Chain
Multi-agent pipeline with trust chain provenance.
Example: Multi-Agent Chain
Overview
Trust-chain provenance across a multi-agent pipeline using parent_envelope_id. Requires Enterprise tier for full trust chain enforcement.
Prerequisites
pip install "agentrust-sdk[embedded,retry]"
export AGENTRUST_KEY=at_enterprise_... # for trust chainStep-by-Step Guide
python examples/multi_agent_chain.pyEach agent passes its envelope_id as parent_envelope_id to the next.
Source: examples/multi_agent_chain.py