Skip to main content

Module llm

Expand description

LLM-based intent classifier.

Sends a structured prompt to the LLM listing available skills, and asks it to rank which skills best match the user query. Falls back to TF-IDF if the LLM call fails.

Structsยง

LlmClassifier
LLM-backed intent classifier.