Zero instrucment LLM and AI agent (e.g. claude code, gemini-cli) observability in eBPF
# 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 # Record Claude Code activity (Bun-based, requires --binary-path for statically-linked BoringSSL) sudo ./agentsight record -c gemini --binary-path ~/.local/share/gemini/versions/$(gemini --version | head -1) # Record agent behavior from gemini (old version) sudo ./agentsight record -c "gemini" # Record agent behavior from gemini-cli (comm is "node") sudo ./agentsight record -c "node" # For Python AI tools (e.g. aider, open-interpreter) sudo ./agentsight record -c "python" # For Node.js apps with NVM (statically-linked OpenSSL) sudo ./agentsight record -c node --binary-path ~/.nvm/versions/node/v20.0.0/bin/node ``` Visit [http://127.0.0.1:7395](http://127.0.0.1:7395) to view the recorded data. <div align="center"> <img src="https://github.com/eunomia-bpf/agentsight/raw/master/docs/demo-tree.png" alt="AgentSight Demo - Process Tree Visualization" width="800"> <p><em>Real-time process tree visualization showing AI agent interactions and file operations</em></p> </div> <div align="center"> <img src="https
Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.