Getting Started
Architecture
Seren is built around a handwritten ReAct loop — no LangChain. The agent reasons, acts against your connected tools, observes results, and iterates until it has a root cause or exhausts its tool budget.
ReAct Loop
Reason → Act → Observe, repeated until the agent reaches sufficient confidence. Every step is logged and surfaced in the investigation timeline.
Stack
Memory Architecture
The memory layer splits short-lived investigation state from long-term operational context. That keeps live investigations responsive while still letting the agent recall similar incidents and service relationships from older runs.