Running cargo run --release -- --mode full produces structured logs showing:
- SignerContext: task-local ephemeral keypair installed; pubkey, context_id, and label logged at INFO level.
- Solana balance: devnet RPC
get_balancecall; lamports and SOL amount logged. - Jupiter quote (DRY-RUN): GET
/v6/quote→ expected USDC output, price impact %, and route breakdown (Raydium / Orca / Whirlpool legs). - Agent pipeline result:
rig-coreagent (claude-sonnet-4-6) structured summary of all three steps. - SignerContext eviction:
boundary sealed ✓logged whenwith_signerscope exits. - IsolationReport JSON:
boundary_sealed = truein final audit output.
# Runs Jupiter quote + isolation log without an Anthropic key:
cargo run --example jupiter_dry_runcp .env.example .env
# Edit .env: set ANTHROPIC_API_KEY=sk-ant-...
cargo run --release -- --mode fullcargo run --release -- --mode signer
# or
cargo run --example signer_demo