Docs / LLM Agents

๐Ÿค– LLM Agents

Agent Architecture
AgentLLMRoleContext
TriageAgentGemini 3Severity re-classification from tool output1M tokens
CorrelatorAgentClaudeCross-finding deduplication & linking200K
AttackChainAgentGemini 3Multi-step exploit path detection via DAG1M tokens
RemediationAgentGPT-4Fix suggestions with code patches128K
SummaryAgentClaudeExecutive summary generation200K
ExploitSkeletonGenGemini 3Initial PoC skeleton for GAEV1M tokens
Semantic Refinement Pattern
The core principle: "Tools detect, AI understands." Traditional tools run in parallel, their outputs are normalized into a unified schema, then 3 LLM models vote on severity re-classification. Result: -54% false positives, F1 = 0.86 across 53 contracts.