Exception: Insika::SubagentError

Inherits:
ValidationError show all
Defined in:
lib/insika/errors.rb

Overview

Subagent graph integrity (RFC-0010 §4.4). Raised at DEFINITION-time (CreateAgent/UpdateAgent/boot) by SubagentGraph.validate! — a subagents allowlist that forms a cycle or exceeds the depth cap is a configuration error, never a runtime surprise. A ValidationError so the authoring Command fails cleanly (HTTP 422, no profile persisted).

Direct Known Subclasses

SubagentCycleError, SubagentDepthExceeded