Scope
PM / Head of AI
James Chen on Feb 12
Build
Engineering
James Chen on Mar 1
GRC
Compliance/Legal
James Chen on Mar 20
Production
DevOps
James Chen on Apr 1
5Monitoring
Operations
Agents / Code Review Agent

Code Review Agent

Autonomous code review and PR generation agent. Reviews pull requests, suggests fixes, generates code patches, and posts detailed inline review comments with full diff context.

ID: GA-001Framework: Claude Code via LangChain orchestrationStage: ProductionOwner: DevOpsActive
Builder Details

Agent Schema

The contract definition this agent was registered against. The schema defines the expected inputs, outputs, and capabilities.

Schema ID
claims-processor-v2
Version
2.1.0
Last Updated
Mar 27, 2026 by Simon R.
Compliant
Input Schema
{
"claim_id":"string (required)"
"policy_number":"string (required)"
"claim_type":"enum: auto | property | liability (required)"
"documents":"array<file_ref>"
"claimant_name":"string" PII — redacted in logs
"claim_amount":"number"
"priority":"enum: standard | urgent"
}
Output Schema
{
"decision":"enum: approved | denied | escalate"
"confidence":"number (0–1)"
"routing":"enum: auto_process | human_review | senior"
"reasoning":"string"
"estimated_payout":"number (nullable)"
"flags":"array<string>"
}
Capabilities
  • Document parsing (PDF, images via OCR)
  • Policy lookup (read-only)
  • Claims database (read/write)
  • Slack notifications (write-only)
  • Human escalation (confidence < 0.70)
Schema History
v2.1.0Mar 27Added "priority" input field
v2.0.0Mar 1Breaking: changed "result" → "decision"⚠️ Breaking
v1.1.0Feb 20Added "confidence" output field
v1.0.0Feb 12Initial schema

Version & Instance

Where this agent sits in the version tree and its relationship to other instances.

Type
Global Agent (canonical definition)
Version
v1.3.3
Registered
Feb 12, 2026 by Matt D.
Last Deployed
Mar 27, 2026
Runtime
Python 3.11 / AWS Lambda
Repository
acme/claims-processor (main branch)
Instance Tree
Code Review Agent (GA-001) ← you are here
├──
Claims Processor v1.0 (UA-001)
Schema: claims-processor-v1 · Stage: GRC
Config: Independent (Legacy schema, different prompts)
Last sync: N/A — independent instance
└──
Claims Processor v2.0 (UA-002)
Schema: claims-processor-v2 · Stage: Amendment
Config: Synced (Same schema, different tuning)
Last sync: Mar 27 — prompt rollback applied
Version History
v1.3.3Mar 27Improve escalation logic (#48)
v1.3.2Mar 20Add PII redaction hook (#45)
v1.3.1Mar 8Fix extraction prompt (#42)
v1.3.0Mar 1Build sign-off — entered GRC
v1.2.0Feb 20Added confidence scoring
v1.1.0Feb 15Initial integration tests passing
v1.0.0Feb 12Agent registered

Service Access

Which services and MCP connections this agent is authorised to use.

ServiceAuth
ApprovedSlack-MCP
OAuth token
UnsanctionedCanva-MCP
API Key

Data Access Policies

What data this agent can read, write, and process. Violations are logged to the audit trail.

Read/WriteClaims Data

Claims DB, intake queue

Tier 1 claims under $10,000

Read OnlyCustomer PII

Name, policy number, contact info

Must be redacted before external calls

BlockedFinancial Records

Payment and banking data

BlockedEmployee Data

HR and payroll systems

Write OnlyNotification Channels

Slack #claims-team, #escalations

Model Access

Which AI models this agent is authorised to use.

GPT-4oPrimary
70%
GPT-4o miniSecondary
20%
text-embedding-3-smallEmbeddings
10%
Claude SonnetNot authorised
Claude OpusNot authorised
Gemini ProNot authorised

Credentials

API keys and auth tokens used by this agent. Managed by Engineering.

CredentialStatus
OpenAI API KeyActive
Slack OAuthActive
Canva API KeyUnsanctioned