Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Steer Action Demo

Banking transfer agent showcasing observe, deny, and steer actions.

What this example shows

  • Observe actions for non-blocking audit trails
  • Steer actions with corrective guidance
  • Multi-step approval workflows
  • Deterministic retry behavior

Quick run

# 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.py

Full walkthrough: https://docs.agentcontrol.dev/examples/steer-action-demo