1 रिपॉजिटरी
Packaging of tracing extensions into self-contained JAR files for deployment across distributed environments.
Distinct from Java Agents: Focuses on the packaging and distribution of Java agents, not the orchestration of AI agent containers
Explore 1 awesome GitHub repository matching part of an awesome list · Agent Packaging. Refine with filters or upvote what's useful.
btrace is a JVM dynamic tracing tool and performance profiler used for injecting safe instrumentation scripts into a running Java Virtual Machine without requiring a process restart. It functions as a Java agent framework and a Model Context Protocol server, exposing JVM diagnostic operations and tracing tools to large language models and AI assistants. The project distinguishes itself by enabling real-time code injection and bytecode-level instrumentation via a secure binary protocol. It ensures production stability through a static safety analysis engine that blocks unstable code patterns,
Packages tracing extensions into self-contained JAR files for deployment across distributed environments like Kubernetes.