genpark-agent-belief-revision-contradiction-pruner-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 - 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
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi