PROBLEM
Agent orchestration answers what step runs next, but teams still need explicit policy around which actions are valid in a given context.
USE CASE
Govern when an agent may propose or invoke a tool without turning the behavior system into an agent framework.
PROBLEM
Agent orchestration answers what step runs next, but teams still need explicit policy around which actions are valid in a given context.
OLD WORKFLOW
Tool descriptions and prompt instructions carry both capability discovery and policy, making authority difficult to separate.
EXAMPLE
An agent may propose a refund tool only when the registered order state and policy scope permit it; otherwise the action boundary remains blocked or escalated.
VIRA WORKFLOW
Define a Behavior Point around tool or action selection.
Use typed signal and action registries for the allowed decision surface.
Resolve behavior before the agent action boundary.
Keep framework execution native.
Trace the resulting decision and capture corrections through Teach.
WHAT IS GOVERNED
WHAT IS MEASURED
WHAT CAN FAIL