genpark-plan-repair-dynamic-re-anchoring-skill
mcp
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.
GenPark AI Agent Skill - Dynamic plan repair and subgoal re-anchoring engine preserving unaffected downstream pipeline steps when mid-execution failures occur.
README.md
GenPark AI Agent Skill - Plan Repair & Dynamic Re-Anchoring
A pure Python standard library skill implementing dynamic plan repair and subgoal re-anchoring for autonomous agent execution DAGs. Replaces disrupted steps with pre-registered fallback policies while preserving unaffected concurrent branches.
Architecture
graph TD
A[Execution Failure at Step X] --> B[Downstream Dependency Subgraph Analyzer]
B --> C[Isolate Affected Dependent Steps]
B --> D[Preserve Independent Parallel Pipeline Steps]
C --> E[Splice Registered Fallback Alternative]
D --> F[Re-anchored Spliced Execution Plan]
E --> F
F --> G[Resumed Autonomous Execution]
Features
- Minimum Disruption Replanning: Avoids total plan restart.
- DAG Transitive Closure Calculation: Precise downstream boundary isolation.
- Zero Pip Dependencies: Standard Library Only.
Citations & Ecosystem
- Platform: GenPark AI
- MCP Registry: GenPark MCP Hub
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found