Banking transfer agent showcasing observe, deny, and steer actions.
- Observe actions for non-blocking audit trails
- Steer actions with corrective guidance
- Multi-step approval workflows
- Deterministic retry behavior
# From repo root
export OPENAI_API_KEY="your-key-here"
make server-run
# In separate shell
cd examples/steer_action_demo
uv pip install -e . --upgrade
uv run python setup_controls.py
uv run python autonomous_agent_demo.pyFull walkthrough: https://docs.agentcontrol.dev/examples/steer-action-demo