You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Highlights
Provider-agnostic LLM interface - LLMProvider ABC with AnthropicProvider (claude-sonnet-4-6) and OpenAIProvider (gpt-4o). Auto-detects from environment.
Investigative Agent - InvestigativeAgentPlugin with ReAct loop for Tier 2 root cause analysis. Auto-reflects Python functions into tool schemas.