entity-memory-extraction · git:20260507.50823d8 · 2026-05-07 · sha256 1ba43e9fb74d3823

entity-memory-extraction git:20260507.50823d8A

Immutable. This exact content is served forever at /api/v1/blob/1ba43e9fb74d3823.

---
name: entity-memory-extraction
description: Entity and fact extraction for user profiling and personalization
allowed-tools:
  - Read
  - Write
  - Edit
  - Bash
  - Glob
  - Grep
graph:
  domains: [domain:software-engineering]
  specializations: [specialization:ai-agents-conversational]
  skillAreas: [skill-area:natural-language-processing]
  roles: [role:ml-engineer, role:backend-engineer]
  workflows: [workflow:feature-development, workflow:ml-model-lifecycle]

---

# Entity Memory Extraction Skill

## Capabilities

- Extract entities from conversations
- Build and update user profiles
- Track preferences and facts
- Implement entity disambiguation
- Design entity relationship graphs
- Configure extraction rules and schemas

## Target Processes

- long-term-memory-management
- conversational-persona-design

## Implementation Details

### Extraction Types

1. **Named Entities**: People, places, organizations
2. **User Preferences**: Likes, dislikes, interests
3. **Facts**: Stated information about user
4. **Temporal**: Dates, events, schedules
5. **Relationships**: Connections between entities

### Configuration Options

- Extraction model selection
- Entity schema definition
- Confidence thresholds
- Update policies
- Storage backend

### Best Practices

- Define clear entity schemas
- Handle entity conflicts
- Implement confidence scoring
- Regular profile validation
- Privacy considerations

### Dependencies

- langchain
- spacy (optional)
- Custom extraction models