Planner Agent (Product Agent)
Defines direction
IDLE
Current Policy
HIP_01 — Balanced Assistant
Policy Type
Standard
Short Summary
Will usually answer if the request appears safe and understandable.
control.traingle.ai — Control Plane v1
Control how AI agents behave at runtime before they answer.
Use this workspace to compare agent behavior, apply policies, and review responses in a controlled environment.
Sign in to use the workspace, or bring your own API key to continue.
{
"hip_profile_id": "HIP_01",
"prompt": "Help a user resolve an issue with a delayed order.",
"targets": [{"provider":"openai","model":"gpt-4o-mini"}]
}
{
"intent": "...",
"agents": [
{"role":"...","policy":"...","provider":"..."}
],
"alignment_mode": "..."
}
{
"agents":[{"agent_name":"...","decision":"...","output":"...","policy":"...","status":"..."}],
"summary":{"alignment":"...","conflict":"...","explanation":"..."},
"signals":["..."]
}
Request:
{ "intent":"Help a user resolve an issue with a delayed order.", "template":"customer_support_system" }
Response:
{ "agents":[...], "summary":{...}, "signals":[...] }
Request:
{ "intent":"Advise whether to approve a refund.", "template":"financial_decision_system" }
Response:
{ "agents":[...], "summary":{...}, "signals":[...] }
Request:
{ "intent":"User asks about a charge with limited info.", "template":"uncertain_case_system" }
Response:
{ "agents":[...], "summary":{...}, "signals":[...] }