extract_entities
Extract named entities from raw text to auto-enrich session context with structured metadata. Identifies people, projects, technologies, file paths, decisions, TODOs, and configuration values without explicit tagging.
Instructions
Extract named entities from raw text using rule-based + optional LLM extraction. Automatically identifies technologies, file paths, decisions, TODOs, people, projects, and configuration values without explicit tagging.
Entity types: PERSON, PROJECT, TECH, FILE, DECISION, TODO, CONFIG
Use this to auto-enrich session context with structured metadata from raw conversation text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Raw text to extract entities from. | |
| project | No | Optional project to auto-save extracted entities to. | |
| use_llm | No | If true, also uses local LLM for higher-quality extraction. Default: false. |