genpark-least-commitment-partial-order-planner-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 - Partial-Order Causal Link (POCL) planning engine maintaining causal dependencies, open subgoals, and ordering constraint promotion/demotion.

README.md

GenPark AI Agent Skill - Least Commitment Partial-Order Planner (POCL)

A pure Python standard library skill implementing Partial-Order Causal Link (POCL) planning (UCPOP style). Postpones ordering decisions between independent sub-tasks until necessary to resolve causal threats, enabling maximum concurrency in agent execution DAGs.

Architecture

graph TD
    A[Open Subgoals & Preconditions] --> B[Causal Link Establishment S_i --p--> S_j]
    B --> C{Threat Detection: Deletion of p?}
    C -->|Threat Detected| D[Promotion or Demotion Ordering Constraint]
    C -->|No Threat| E[Maintain Parallel Partial Order]
    D --> F[Topological Linearizer]
    E --> F
    F --> G[Flexible Execution Schedule]

Features

  • Least Commitment Principle: Avoids arbitrary serialization.
  • Causal Link Protection: Prevents clobbering established subgoals.
  • Zero Pip Dependencies: Standard Library Only.

Citations & Ecosystem

Reviews (0)

No results found