extract_entities
Extract structured metadata from raw text by identifying entities like technologies, file paths, decisions, and people using rule-based or optional LLM extraction.
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. |