Projects
tool · 2025

AgentOps

Observability for LLM agents — trace every tool call, replay failures, diff prompt versions.

PythonFastAPIClickHouse

Problem

Debugging an LLM agent means answering questions a normal log can't: which tool call went wrong, what the prompt looked like three versions ago, and whether a change actually improved retrieval or just moved the failure somewhere else.

Approach

AgentOps is the tool Hasan uses to trace his own agent work:

Stack

Python · FastAPI · ClickHouse · React

Outcome

Placeholder — AgentOps is a working side project rather than a released product. If it grows into something public, adoption and benchmark notes go here (SPEC §13).

It exists because the alternative was reading raw JSON logs, and the evaluation harness is what makes prompt changes measurable instead of vibes.

Links