Back to Agents
Legal Analyst
Analyzes contracts, extracts clauses, and scores risk levels using advanced NLP models
Lawv2.1.0active
96.5%
Success Rate
34s
Avg Execution
342
Total Runs
12
Failed Runs
$2.34
Avg Cost/Run
Configuration
{
"model": "gpt-4o",
"temperature": 0.2,
"max_tokens": 4096,
"tools": [
"document_parser",
"clause_extractor",
"risk_scorer"
],
"retry_policy": {
"max_retries": 3,
"backoff_factor": 2
},
"guardrails": {
"max_cost_per_run": 5,
"timeout_seconds": 120
}
}Pipeline (8 nodes)
document_intake
ocr_processor
clause_extractor
risk_scorer
human_review_gate
report_generator
notification_sender
complete