Contextual Helper Widget β A chat panel available on every page (click the
button in the navigation). It is aware of your current page and
recent observability context, and calls the configured LLM endpoint.
Guard Model β Before any LLM call, the input is first sent to the guard
model and must return safe (or ALLOWED); otherwise the request is blocked.
Agent Flows β Configurable rules that automatically invoke the LLM when
anomaly rules fire or tag rules match. Results appear in
Agent Rules and can optionally create
or reuse GitHub issues, then request Copilot work when the issue is eligible.
DLP β When enabled, issue text is scanned for PII/secrets before
being posted to GitHub.
Dedupe & Work Control β Before opening new GitHub work, SOBS checks recent
work items and open GitHub issues, asks the local LLM whether they are the same, related, or unrelated,
and suppresses Copilot assignment when work is already in progress.
Tools/Thinking Models β AI helper tool actions and thinking controls are
intended for instruct/tools-capable models.