Contract Intelligence Engine
An AI agent that reads contracts, scores risk, and stops itself before making a decision it isn't confident in.
Structured extraction pipeline using PydanticAI, pgvector hybrid retrieval over 500+ historical clauses, and a risk scorer that triggers interrupt_before at score > 40.
Deciding when the agent should stop trusting itself. interrupt_before on a risk score above 40 was the line between a useful tool and a liability.
Hallucination rate under 5% — CI blocks any merge that exceeds it. AsyncPostgresSaver means a mid-execution crash loses nothing.