SkillsMay 13, 2026·2 min read

AgentSight — Zero-Instrumentation Agent Observability

AgentSight is an MIT eBPF tool that records LLM/agent traffic without SDK changes, helping you observe Claude Code or Gemini CLI interactions locally.

Agent ready

Review-first install path

This asset needs a review step. The copied prompt tells the agent to dry-run, show the writes, then proceed only after confirmation.

Needs Confirmation · 64/100Policy: confirm
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Established
Entrypoint
Asset
Review-first command
npx -y tokrepo@latest install 6fb9f9b6-7136-5255-b60f-b33eede8f3bb --target codex

Dry-run first, confirm the writes, then run this command.

Intro

AgentSight is an MIT eBPF tool that records LLM/agent traffic without SDK changes, helping you observe Claude Code or Gemini CLI interactions locally.

Best for: developers who want local, low-overhead observability for agent tools without changing app code

Works with: Linux hosts with eBPF support, sudo privileges, Claude Code / Node / Python agent processes

Setup time: 10-15 minutes

Key facts (verified)

  • GitHub: 318 stars · 49 forks · pushed 2026-04-22.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: docker run --privileged --pid=host --network=host \.

Main

  • Use it when instrumentation is too expensive: eBPF captures behavior at the system boundary without modifying your agent code.

  • Start by recording one process name (claude/node/python) and validate you can correlate events with failures or regressions.

  • Treat the trace as evidence: use it to debug latency spikes, unexpected network calls, or policy violations.

Source-backed notes

  • README states “Zero Instrumentation Required” and focuses on observing at the system boundary using eBPF.
  • README includes command examples to record Claude Code and gemini-cli processes via agentsight record -c ....
  • README suggests a local web UI at http://127.0.0.1:7395 for viewing recordings.

FAQ

  • Does it require code changes?: No—README emphasizes zero instrumentation.
  • Where does it run?: README examples target local processes on a host with sudo permissions.
  • Is it cross-platform?: It’s eBPF-based, so Linux support is the primary path (check README).
🙏

Source & Thanks

Source: https://github.com/eunomia-bpf/agentsight > License: MIT > GitHub stars: 318 · forks: 49

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets