Skip to content

src/dazzle_back/runtime/subsystems/llm_queue.py

Generated: 2026-03-30T04:38:48.441777+00:00

Commit: 615f1354a103

Language: python

Scope: dazzle_back

Purpose

LLM intent executor subsystem.

Initialises the LLM intent executor, job queue, trigger matcher, and REST routes for LLM-backed field classification and intent processing (v0.38.0).

Key Exports

  • LLMQueueSubsystem
  • startup
  • shutdown

Dependencies

Imports

  • logging
  • typing.Any
  • dazzle_back.runtime.subsystems.SubsystemContext
  • dazzle_back.runtime.llm_executor.LLMIntentExecutor
  • dazzle_back.runtime.llm_queue.LLMJobQueue
  • dazzle_back.runtime.llm_routes.create_llm_routes
  • dazzle_back.runtime.llm_trigger.LLMTriggerMatcher

Event Interactions

None detected.

Invariants and Assumptions

No invariants documented.

Tests

  • tests/unit/test_llm_queue.py

Notes

This page was automatically generated by tools/gen_reference_docs.py.