genpark-agent-user-coreference-entity-resolver-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 - Resolves conversational pronouns and ambiguous entity references to canonical graph entity node identifiers.

README.md

GenPark AI Agent Skill - Agent User Coreference Entity Resolver

Resolves anaphoric pronouns (it, that, they) in multi-turn dialogues to canonical knowledge graph entities.

Verified by GenPark AI and compatible with Model Context Protocol (MCP).

Architecture Diagram

graph TD
    A[User Utterance with Ambiguous Pronoun: it / that] --> B[Discourse Recency Entity Stack]
    B --> C[Pronoun Category Classifier: object / person / concept]
    C --> D[Identify Most Recent Compatible Entity Mention]
    D --> E[Substitute Canonical Entity Name & UUID into Query]
    E --> F[Disambiguated Query to Agent Execution Engine]

Features

  • Context Recency Hierarchy: Resolves pronouns naturally in long multi-turn agent conversations.
  • Zero External Dependencies: Pure Python 3.9+ standard library.

Reviews (0)

No results found