Entity memory extraction
Skill a5c-ai/babysitter/library/specializations/ai-agents-conversational/skills/entity-memory-extraction
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill entity-memory-extractionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Entity and fact extraction for user profiling and personalization
SKILL.md
1.5 KB, as published. Nobody here has run it
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
- Named Entities: People, places, organizations
- User Preferences: Likes, dislikes, interests
- Facts: Stated information about user
- Temporal: Dates, events, schedules
- 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