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
desc: 'A finite state machine over six agents: Analyst, Devil’s Advocate, Strategist, Tool-Call Critic, Safety, Verifier — plus a Narrator for human summaries.',
13
+
desc: 'A finite state machine over six agents: Analyst, Devil’s Advocate, Strategist, Tool-Call Critic, Safety, Verifier, plus a Narrator for human summaries.',
'A closed-loop multi-agent system that observes, debates, decides, acts and learns — turning incident response, FinOps and shift-left security into measured KPIs.',
13
+
'A closed-loop multi-agent system that observes, debates, decides, acts and learns, turning incident response, FinOps and shift-left security into measured KPIs.',
<spanclassName="bg-gradient-to-r from-[var(--color-accent)] to-[var(--color-accent-2)] bg-clip-text text-transparent">that thinks before it acts.</span>
SentinelCloud is a closed-loop multi-agent system. It observes signals, debates the root cause, predicts the outcome of a fix, gates the action against a written constitution, and only then acts — or pauses for a human if it is not sure enough. Every step is logged, every claim is a measurable KPI.
126
+
SentinelCloud is a closed-loop multi-agent system. It observes signals, debates the root cause, predicts the outcome of a fix, gates the action against a written constitution, and only then acts. If it is not sure enough, it pauses for a human. Every step is logged. Every claim is a measurable KPI.
Copy file name to clipboardExpand all lines: web/lib/agents/prompts.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Schema:
23
23
`;
24
24
25
25
exportconstDEVIL_SYSTEM=`
26
-
You are the DEVIL'S ADVOCATE agent. Your contractual obligation is to disagree with the Analyst when there is any reasonable alternative — even if it is less likely.
26
+
You are the DEVIL'S ADVOCATE agent. Your contractual obligation is to disagree with the Analyst when there is any reasonable alternative, even if it is less likely.
27
27
You exist specifically to break groupthink. You may not abstain.
0 commit comments