Your First ACS Policy¶
Create a native ACS manifest with a policy, an intervention-point binding, and the tools the host exposes. Load it through the SDK for your language.
Python hosts use AgentControl.from_path(str(...)). Node and Rust hosts use AgentControl.fromPath(...) and AgentControl::from_path(...).
Continue with Agent Control Specification for a complete example.