Overview
Deep Investigation (DP) is a mode you toggle on when you want Siclaw to slow down and reason through a complex problem instead of jumping to a fix. In DP mode the agent is coached by an enhanced system prompt to:- Gather evidence with tools before forming hypotheses.
- Consider 2–5 candidate causes and weigh them against the evidence.
- Cross-verify from multiple data sources before drawing conclusions.
- Present findings with explicit confidence and a causal chain.
Triggering Deep Investigation
Web UI
Click the magnifying-glass toggle next to the message input. A banner appears while DP mode is active. Click again (or type/dp exit) to turn it off.
Terminal (TUI)
Ctrl+I to toggle DP mode, then type your question.
Dig Deeper
Any regular answer can be escalated into DP by clicking the Dig deeper action chip that appears below the agent’s reply. This sends a follow-up prompt asking for a deeper investigation into the same question.External API
Automations can drive an agent from outside Siclaw using the/api/v1/run
endpoint with an API-key-scoped agent. Issue an API key in the Portal UI
(agent detail page → API keys), then:
What DP Changes
DP mode changes how the agent thinks and, in supported runtimes, exposes a same-agent delegation primitive for bounded parallel evidence collection. Normal chat sessions do not see the delegation tool.- Slower triage: the agent spends more effort cross-verifying evidence before proposing a cause.
- Hypothesis framing: conclusions are presented with confidence and the counter-evidence considered.
- Parallel evidence collection: for complex DP investigations, the agent can start one to three same-agent sub-investigations and then synthesize their returned evidence capsules.
- Conversation continuity: DP state persists across messages in the same session until explicitly exited.