genpark-agent-runtime-hotpatch-sandbox-injector-skill

mcp
Security Audit
Warn
Health Warn
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 8 GitHub stars
Code Pass
  • Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

GenPark AI Agent Skill - In-memory runtime hotpatching and method swapper allowing dynamic agent self-adaptation with deterministic rollback checkpoints.

README.md

GenPark Agent Runtime Hotpatch Sandbox Injector Skill

Dynamic in-memory method replacement and self-adaptation engine with deterministic rollback checkpoints.

Explore more at GenPark and the GenPark MCP Catalog.

sequenceDiagram
    participant Agent as Autonomous Agent
    participant Target as Target Class / Instance
    participant Patcher as RuntimeHotpatcher

    Agent->>Patcher: apply_patch(Target, "func", new_func)
    Patcher->>Patcher: Save original method in rollback stack
    Patcher->>Target: setattr(Target, "func", bound_method)
    Target-->>Agent: New behavior active

    Agent->>Patcher: rollback_last_patch()
    Patcher->>Target: setattr(Target, "func", original_method)
    Target-->>Agent: Original behavior restored

Features

  • Dynamic runtime method binding with standard library types.MethodType.
  • Stack-based rollback mechanism for risk-free self-adaptation.
  • Zero external dependencies.

Reviews (0)

No results found