context
Submodules
- aggregated_frame_sequencer
AggregatedFrameSequencerAggregatedFrameSequencer.__init__()AggregatedFrameSequencer.register_spoken()AggregatedFrameSequencer.register_skipped()AggregatedFrameSequencer.process_word()AggregatedFrameSequencer.complete_spoken_slot()AggregatedFrameSequencer.flush()AggregatedFrameSequencer.force_complete()AggregatedFrameSequencer.clear()
- llm_context_summarization
LLMContextSummaryConfigLLMContextSummaryConfig.target_context_tokensLLMContextSummaryConfig.min_messages_after_summaryLLMContextSummaryConfig.summarization_promptLLMContextSummaryConfig.summary_message_templateLLMContextSummaryConfig.llmLLMContextSummaryConfig.summarization_timeoutLLMContextSummaryConfig.summary_prompt
LLMAutoContextSummarizationConfigLLMContextSummarizationConfigLLMContextSummarizationConfig.max_context_tokensLLMContextSummarizationConfig.target_context_tokensLLMContextSummarizationConfig.max_unsummarized_messagesLLMContextSummarizationConfig.min_messages_after_summaryLLMContextSummarizationConfig.summarization_promptLLMContextSummarizationConfig.summary_message_templateLLMContextSummarizationConfig.llmLLMContextSummarizationConfig.summarization_timeoutLLMContextSummarizationConfig.summary_promptLLMContextSummarizationConfig.to_auto_config()
LLMMessagesToSummarizeLLMContextSummarizationUtil
- word_completion_tracker
WordCompletionTrackerWordCompletionTracker.__init__()WordCompletionTracker.add_word_and_check_complete()WordCompletionTracker.word_belongs_here()WordCompletionTracker.get_word_for_frame()WordCompletionTracker.get_overflow_word()WordCompletionTracker.get_llm_consumed()WordCompletionTracker.get_accumulated_tts_text()WordCompletionTracker.get_accumulated_llm_text()WordCompletionTracker.get_remaining_tts_text()WordCompletionTracker.get_remaining_llm_text()WordCompletionTracker.is_completeWordCompletionTracker.reset()