Skip to main content

Module detection

Module detection 

Source
Expand description

Project detection: find a Project matching user input.

Simplified from Space’s 3-layer detection. Phase 1 uses:

  1. Direct name match
  2. Path extraction + match
  3. Tag/keyword match

AI-based classification is deferred to Phase 2.

Enums§

DetectionResult
Result of a project lookup attempt.

Functions§

detect_project
Try to detect a project from a user message.
extract_path
Extract a filesystem path from a message string.
find_by_id
Find a project by exact ID.
find_by_name
Find a project by name (case-insensitive).