A LangGraph + Claude Agent SDK pipeline that reviews pull requests against security, licensing, and data-handling policy before merge — cost-gated, human-in-the-loop.
- active
- LangGraph
- Claude Agent SDK
- FastAPI
- Policy compliance
Computer-vision researcher (PhD & postdoc, 2018–2023) turned builder of LLM systems that turn regulation and review into structured, auditable output — deterministic decision layers, human-in-the-loop, evaluated.
A LangGraph + Claude Agent SDK pipeline that reviews pull requests against security, licensing, and data-handling policy before merge — cost-gated, human-in-the-loop.
A pip-installable PDPA compliance layer for Malaysian SMEs using AI/LLM tooling with customer data. One shared codebase, two packages: presidio-audit and presidio-malaysia.
Multi-agent supervision of a live ML model: monitoring, investigation, remediation, post-mortem.
vcrpy for MCP. Records real agent–server sessions into diffable cassettes and replays them as deterministic mock servers.
A cassette is a verbatim transcript of what a third-party server said, committed to your repository and fed to a model — so lint reads it for injection smells, and its rule packs are TOML on purpose.
Adding remote transport meant framing SSE myself to keep the dependency list short — and then a recording fixture hung because the server was talking on a stream nobody was listening to.