← Back to Projects
engineering

WildAgent

2026 · Agents, LLMs, LangGraph
WildAgent preview

In this project, I explored multi-agent systems by building a web text collection pipeline with LangGraph. Work is divided across specialized agents — planner, explorer, harvester, and auditor — that coordinate to discover, extract, and validate text data from the web.

It crawls the web, then runs collected text through a two-stage quality audit combining LLM-as-a-Judge evaluation with embedding similarity checks to filter noise and near-duplicates.

The project explores practical agentic architecture questions: task decomposition across agents, structured hand-offs, and automated quality control for data pipelines.

Resources