3 रिपॉजिटरी
Adding capabilities to a runtime agent via plugins, annotations, and package discovery.
Distinct from Plugin-Extensible Runtimes: Focuses on extending the instrumentation agent's internal logic, not a general runtime or AI agent.
Explore 3 awesome GitHub repositories matching devops & infrastructure · Agent Functionality Extensions. 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,
Supports extending the agent's capabilities via a stable API and isolated implementation modules.
HotswapAgent is a Java runtime instrumentation agent and bytecode redefinition tool designed to apply code changes to running applications instantly. It functions as a hot swap utility and classloader extender that modifies method bodies and updates class definitions without requiring a process restart. The project distinguishes itself as a framework state synchronizer, ensuring that beans, caches, and configurations remain consistent after class redefinitions. It provides specialized mechanisms to refresh managed beans, dependency injection points, and persistence factories, allowing logic c
Modifies runtime behavior by annotating classes and configuring package discovery to create custom plugins.
The AWS Lambda Runtime Interface Emulator is a proxy server designed to replicate the cloud-based serverless execution environment within a local container. It functions as a lightweight interface that allows developers to verify function logic, performance, and API integration by simulating the remote control plane and event invocation model on a local machine. The tool operates by intercepting HTTP requests and translating them into the structured JSON event payloads expected by serverless function handlers. It manages the function lifecycle through a synchronous event loop and maps local c
Validates custom extensions and agents by running them against a functional implementation of the runtime interface.