Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 13, 2026·2 min de lectura

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.

Listo para agents

Instalación con revisión previa

Este activo requiere revisión. El prompt copiado pide dry-run, muestra escrituras y continúa solo tras confirmación.

Needs Confirmation · 64/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Asset
Comando con revisión previa
npx -y tokrepo@latest install 6fb9f9b6-7136-5255-b60f-b33eede8f3bb --target codex

Primero dry-run, confirma las escrituras y luego ejecuta este comando.

Introducción

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).
🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados