Planning response
Defines direction
IDLE
No results yet — run the system to compare agents.
Choose how your AI handles uncertain or sensitive situations.
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.
Pick an example to see how your AI responds. You can adjust the setup before you run it.
{
"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":[...] }