genpark-agent-runtime-hotpatch-sandbox-injector-skill
mcp
Uyari
Health Uyari
- 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 Gecti
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
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.
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi