genpark-agent-belief-revision-contradiction-pruner-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 - Belief revision logic engine (AGM postulates) detecting factual and logical contradictions, pruning obsolete beliefs, and preserving consistent world states.
README.md
GenPark AI Agent Skill - Belief Revision & Contradiction Pruner
A pure Python standard library skill implementing AGM Belief Revision (Alchourrón-Gärdenfors-Makinson). Resolves contradictory agent facts, assigns epistemic entrenchment weights, and maintains a logically consistent world state across multi-turn interactions.
Architecture
graph TD
A[New Incoming Fact] --> B{Contradicts Existing Belief?}
B -->|No| C[Expansion: Add to Belief Base]
B -->|Yes| D[Compare Epistemic Entrenchment]
D -->|New Entrenchment >= Old| E[AGM Revision: Retract Old, Accept New]
D -->|New Entrenchment < Old| F[Reject Weak Inconsistent Fact]
E --> G[Consistent World State]
C --> G
F --> G
Features
- AGM Belief Operations: Clean Expansion, Contraction, and Revision.
- Epistemic Entrenchment: Defends established ground truth against noisy unverified inputs while yielding to authoritative updates.
- 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