eunomia-bpf/agentsight
357 stars · Last commit 2026-05-28
Zero instrucment LLM and AI agent (e.g. claude code, openclaw, gemini-cli) observability in eBPF
README preview
# AgentSight: Zero-Instrumentation LLM Agent Observability with eBPF [](https://opensource.org/licenses/MIT) [](https://github.com/eunomia-bpf/agentsight) **English** | [中文](README.zh-CN.md) AgentSight is a observability tool designed specifically for monitoring LLM agent behavior through SSL/TLS traffic interception and process monitoring. Unlike traditional application-level instrumentation, AgentSight observes at the system boundary using eBPF technology, providing comprehensive insights into AI agent interactions with minimal performance overhead. **✨ Zero Instrumentation Required** - No code changes, no new dependencies, no SDKs. Works with any AI framework or application out of the box. ## Quick Start ```bash wget https://github.com/eunomia-bpf/agentsight/releases/latest/download/agentsight && chmod +x agentsight ``` ```bash # Just put your agent command after `exec --`. AgentSight auto-discovers the # binary to hook (resolving symlinks/wrappers), derives the process filter,