You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2026. It is now read-only.
Microsoft AGT validates the preflight/intent governance layer. AgentGuard owns the execution firewall. The winning product does both. See docs/strategy/dual-layer-governance-strategy.md.
Proposal
Add agentguard preflight <task> command to the kernel:
Takes a task description + reads policy from agentguard.yaml
Evaluates intent against preflight_rules (scope, capabilities, risk level)
Returns ALLOW / WARN / DENY with human-readable reasons
Runs BEFORE the agent starts, steering it toward safe actions
Context
Microsoft AGT validates the preflight/intent governance layer. AgentGuard owns the execution firewall. The winning product does both. See
docs/strategy/dual-layer-governance-strategy.md.Proposal
Add
agentguard preflight <task>command to the kernel:Policy format addition
Why Now
Demo flow
Closes the gap between preflight (what agent SHOULD do) and kernel (what agent CAN do).