README.md
pyproject.toml
src/flare_kernel/__init__.py
src/flare_kernel/app.py
src/flare_kernel/main.py
src/flare_kernel/project_store.py
src/flare_kernel/session_record_policy.py
src/flare_kernel/session_store.py
src/flare_kernel/user_store.py
src/flare_kernel.egg-info/PKG-INFO
src/flare_kernel.egg-info/SOURCES.txt
src/flare_kernel.egg-info/dependency_links.txt
src/flare_kernel.egg-info/requires.txt
src/flare_kernel.egg-info/top_level.txt
src/flare_kernel/contracts/__init__.py
src/flare_kernel/contracts/context.py
src/flare_kernel/contracts/kernel_contract.py
src/flare_kernel/contracts/mode.py
src/flare_kernel/contracts/project_contract.py
src/flare_kernel/contracts/session_contract.py
src/flare_kernel/router/__init__.py
src/flare_kernel/router/kernel.py
src/flare_kernel/router/next_actions_guard.py
src/flare_kernel/router/patch_contract.py
src/flare_kernel/router/source_library.py
src/flare_kernel/router/text_safety.py
src/flare_kernel/router/api/__init__.py
src/flare_kernel/router/api/chat.py
src/flare_kernel/router/api/errors.py
src/flare_kernel/router/api/project.py
src/flare_kernel/router/api/session.py
src/flare_kernel/router/canonical/__init__.py
src/flare_kernel/router/canonical/analysis.py
src/flare_kernel/router/canonical/checkpoint.py
src/flare_kernel/router/canonical/contract_support.py
src/flare_kernel/router/canonical/flow.py
src/flare_kernel/router/canonical/payload.py
src/flare_kernel/router/canonical/projection.py
src/flare_kernel/router/canonical/context/__init__.py
src/flare_kernel/router/canonical/context/analysis.py
src/flare_kernel/router/canonical/context/inputs.py
src/flare_kernel/router/canonical/context/session.py
src/flare_kernel/router/completion/__init__.py
src/flare_kernel/router/completion/guided.py
src/flare_kernel/router/completion/response_builder.py
src/flare_kernel/router/completion/selection.py
src/flare_kernel/router/context/__init__.py
src/flare_kernel/router/context/endpoint.py
src/flare_kernel/router/context/sourcing_preview.py
src/flare_kernel/router/intake/__init__.py
src/flare_kernel/router/intake/amount_quantity.py
src/flare_kernel/router/intake/answer.py
src/flare_kernel/router/intake/canonicalization.py
src/flare_kernel/router/intake/clarification.py
src/flare_kernel/router/intake/decision_rules.py
src/flare_kernel/router/intake/deployment_delivery.py
src/flare_kernel/router/intake/entry_policy.py
src/flare_kernel/router/intake/field_scope.py
src/flare_kernel/router/intake/inputs.py
src/flare_kernel/router/intake/node_state.py
src/flare_kernel/router/intake/numeric.py
src/flare_kernel/router/intake/payload_updates.py
src/flare_kernel/router/intake/readiness.py
src/flare_kernel/router/intake/state_persistence.py
src/flare_kernel/router/intake/workflow_checkpoint.py
src/flare_kernel/router/intake/authority/__init__.py
src/flare_kernel/router/intake/authority/checkpoint.py
src/flare_kernel/router/intake/authority/core.py
src/flare_kernel/router/intake/authority/hydration.py
src/flare_kernel/router/intake/authority/session.py
src/flare_kernel/router/intake/extraction/__init__.py
src/flare_kernel/router/intake/extraction/core.py
src/flare_kernel/router/intake/extraction/extractors.py
src/flare_kernel/router/intake/extraction/merge.py
src/flare_kernel/router/intake/field_projection/__init__.py
src/flare_kernel/router/intake/field_projection/core.py
src/flare_kernel/router/intake/field_projection/entity.py
src/flare_kernel/router/intake/field_projection/payload.py
src/flare_kernel/router/intake/field_projection/source.py
src/flare_kernel/router/intake/guided/__init__.py
src/flare_kernel/router/intake/guided/confirmed_updates.py
src/flare_kernel/router/intake/guided/flags.py
src/flare_kernel/router/intake/guided/followup.py
src/flare_kernel/router/intake/guided/followup_work_item.py
src/flare_kernel/router/intake/guided/open_fields.py
src/flare_kernel/router/intake/guided/status.py
src/flare_kernel/router/intake/guided/summary.py
src/flare_kernel/router/intake/status/__init__.py
src/flare_kernel/router/intake/status/chooser_stage.py
src/flare_kernel/router/intake/status/core.py
src/flare_kernel/router/intake/status/guided_session.py
src/flare_kernel/router/intake/status/projection.py
src/flare_kernel/router/intake/status/schema.py
src/flare_kernel/router/intent/__init__.py
src/flare_kernel/router/intent/classifier_utils.py
src/flare_kernel/router/intent/compat_aliases.py
src/flare_kernel/router/intent/routing.py
src/flare_kernel/router/intent/escalation/__init__.py
src/flare_kernel/router/intent/escalation/override.py
src/flare_kernel/router/intent/escalation/pipeline.py
src/flare_kernel/router/intent/escalation/signal.py
src/flare_kernel/router/intent/session_intent/__init__.py
src/flare_kernel/router/intent/session_intent/core.py
src/flare_kernel/router/intent/session_intent/fields.py
src/flare_kernel/router/intent/session_intent/small_talk.py
src/flare_kernel/router/kernel_constants/__init__.py
src/flare_kernel/router/kernel_constants/intake.py
src/flare_kernel/router/kernel_constants/intent.py
src/flare_kernel/router/kernel_constants/patch.py
src/flare_kernel/router/kernel_endpoint_handlers/__init__.py
src/flare_kernel/router/kernel_endpoint_handlers/health.py
src/flare_kernel/router/kernel_endpoint_handlers/knowledge.py
src/flare_kernel/router/kernel_endpoint_handlers/sourcing.py
src/flare_kernel/router/kernel_endpoint_handlers/turn.py
src/flare_kernel/router/kernel_facade/__init__.py
src/flare_kernel/router/kernel_facade/canonical_state.py
src/flare_kernel/router/kernel_facade/dependency_resolution.py
src/flare_kernel/router/kernel_facade/flow.py
src/flare_kernel/router/kernel_facade/orchestration.py
src/flare_kernel/router/kernel_facade/payload_enrichment.py
src/flare_kernel/router/kernel_facade/turn_context.py
src/flare_kernel/router/kernel_facade/utils.py
src/flare_kernel/router/kernel_flow_bindings/__init__.py
src/flare_kernel/router/kernel_flow_bindings/intent_query.py
src/flare_kernel/router/kernel_flow_bindings/mode.py
src/flare_kernel/router/kernel_flow_bindings/session_intent.py
src/flare_kernel/router/kernel_request_pipeline/__init__.py
src/flare_kernel/router/kernel_request_pipeline/action.py
src/flare_kernel/router/kernel_request_pipeline/intake.py
src/flare_kernel/router/kernel_request_pipeline/intent_query.py
src/flare_kernel/router/kernel_request_pipeline/intent_signal.py
src/flare_kernel/router/kernel_route/__init__.py
src/flare_kernel/router/kernel_route/action.py
src/flare_kernel/router/kernel_route/execution.py
src/flare_kernel/router/kernel_route/run.py
src/flare_kernel/router/kernel_route/stream.py
src/flare_kernel/router/mode/__init__.py
src/flare_kernel/router/mode/resolution.py
src/flare_kernel/router/mode/switch.py
src/flare_kernel/router/orchestration/__init__.py
src/flare_kernel/router/orchestration/status/__init__.py
src/flare_kernel/router/orchestration/status/actions.py
src/flare_kernel/router/orchestration/status/builder.py
src/flare_kernel/router/orchestration/status/checkpoint_state.py
src/flare_kernel/router/orchestration/status/context.py
src/flare_kernel/router/orchestration/status/context_helpers.py
src/flare_kernel/router/orchestration/status/core.py
src/flare_kernel/router/orchestration/status/decision.py
src/flare_kernel/router/orchestration/status/followup_state.py
src/flare_kernel/router/orchestration/status/projection.py
src/flare_kernel/router/orchestration/status/result.py
src/flare_kernel/router/orchestration/status/runtime_state.py
src/flare_kernel/router/orchestration/status/state/__init__.py
src/flare_kernel/router/orchestration/status/state/context.py
src/flare_kernel/router/orchestration/status/state/decision.py
src/flare_kernel/router/orchestration/status/state/entry.py
src/flare_kernel/router/orchestration/status/state/flow.py
src/flare_kernel/router/orchestration/status/state/followup.py
src/flare_kernel/router/orchestration/status/state/intent.py
src/flare_kernel/router/orchestration/status/state/node.py
src/flare_kernel/router/orchestration/status/state/payload.py
src/flare_kernel/router/orchestration/status/state/unpack.py
src/flare_kernel/router/orchestration/trace/__init__.py
src/flare_kernel/router/orchestration/trace/core.py
src/flare_kernel/router/orchestration/trace/projection.py
src/flare_kernel/router/orchestration/trace/steps.py
src/flare_kernel/router/payload/__init__.py
src/flare_kernel/router/payload/action.py
src/flare_kernel/router/payload/analysis_canvas.py
src/flare_kernel/router/payload/enrichment.py
src/flare_kernel/router/prompting/__init__.py
src/flare_kernel/router/prompting/context_blocks.py
src/flare_kernel/router/prompting/core.py
src/flare_kernel/router/prompting/response_strategy.py
src/flare_kernel/router/request/__init__.py
src/flare_kernel/router/request/identity.py
src/flare_kernel/router/request/intent_resolution.py
src/flare_kernel/router/retrieval/__init__.py
src/flare_kernel/router/retrieval/aliases.py
src/flare_kernel/router/retrieval/field_queries.py
src/flare_kernel/router/retrieval/projection.py
src/flare_kernel/router/retrieval/query_builder.py
src/flare_kernel/router/retrieval/search.py
src/flare_kernel/router/streaming/__init__.py
src/flare_kernel/router/streaming/event_emitter.py
src/flare_kernel/router/streaming/draft/__init__.py
src/flare_kernel/router/streaming/draft/completion.py
src/flare_kernel/router/streaming/draft/finalize.py
src/flare_kernel/router/streaming/draft/phase.py
src/flare_kernel/router/streaming/draft/phase_timing.py
src/flare_kernel/router/streaming/draft/post_completion.py
src/flare_kernel/router/streaming/draft/prologue.py
src/flare_kernel/router/streaming/intake/__init__.py
src/flare_kernel/router/streaming/intake/phase.py
src/flare_kernel/router/streaming/mode/__init__.py
src/flare_kernel/router/streaming/mode/event_payload.py
src/flare_kernel/router/streaming/mode/events.py
src/flare_kernel/router/streaming/response/__init__.py
src/flare_kernel/router/streaming/response/bootstrap.py
src/flare_kernel/router/streaming/response/builder.py
src/flare_kernel/router/streaming/response/builder_transport.py
src/flare_kernel/router/streaming/response/draft_phase.py
src/flare_kernel/router/streaming/response/phase_groups.py
src/flare_kernel/router/streaming/response/phases.py
src/flare_kernel/router/streaming/response/runtime.py
src/flare_kernel/router/streaming/retrieval/__init__.py
src/flare_kernel/router/streaming/retrieval/phase.py
src/flare_kernel/router/streaming/runtime/__init__.py
src/flare_kernel/router/streaming/runtime/steps.py
src/flare_kernel/runtime/__init__.py
src/flare_kernel/runtime/context/__init__.py
src/flare_kernel/runtime/context/document_application.py
src/flare_kernel/runtime/context/reasoning_application.py
src/flare_kernel/runtime/context/session_context.py
src/flare_kernel/runtime/context/track_application.py
src/flare_kernel/runtime/domain/__init__.py
src/flare_kernel/runtime/domain/domain_pack_loader.py
src/flare_kernel/runtime/domain/profile_resolution.py
src/flare_kernel/runtime/execution/__init__.py
src/flare_kernel/runtime/execution/agent_runtime.py
src/flare_kernel/runtime/execution/skill_runtime.py
src/flare_kernel/runtime/infrastructure/__init__.py
src/flare_kernel/runtime/infrastructure/chat_memory.py
src/flare_kernel/runtime/infrastructure/database.py
src/flare_kernel/runtime/infrastructure/dependency_status.py
src/flare_kernel/runtime/infrastructure/infrastructure.py
src/flare_kernel/runtime/infrastructure/knowledge_ingest.py
src/flare_kernel/runtime/infrastructure/knowledge_memory.py
src/flare_kernel/runtime/infrastructure/knowledge_postgres_search.py
src/flare_kernel/runtime/infrastructure/knowledge_qdrant_search.py
src/flare_kernel/runtime/infrastructure/knowledge_search.py
src/flare_kernel/runtime/infrastructure/knowledge_terms.py
src/flare_kernel/runtime/infrastructure/logging.py
src/flare_kernel/runtime/infrastructure/project_memory_sql.py
src/flare_kernel/runtime/infrastructure/project_memory_store.py
src/flare_kernel/runtime/infrastructure/redis_client.py
src/flare_kernel/runtime/infrastructure/trace.py
src/flare_kernel/runtime/infrastructure/vector_store.py
src/flare_kernel/runtime/infrastructure/session/__init__.py
src/flare_kernel/runtime/infrastructure/session/repository.py
src/flare_kernel/runtime/infrastructure/session/repository_memory.py
src/flare_kernel/runtime/infrastructure/source/__init__.py
src/flare_kernel/runtime/infrastructure/source/library_persistence.py
src/flare_kernel/runtime/infrastructure/source/text_extractor.py
src/flare_kernel/runtime/infrastructure/sourcing/__init__.py
src/flare_kernel/runtime/infrastructure/sourcing/persistence.py
src/flare_kernel/runtime/infrastructure/sourcing/provider.py
src/flare_kernel/runtime/intent/__init__.py
src/flare_kernel/runtime/intent/intent_and_escalation_classifier.py
src/flare_kernel/runtime/intent/intent_and_escalation/__init__.py
src/flare_kernel/runtime/intent/intent_and_escalation/decision.py
src/flare_kernel/runtime/intent/intent_and_escalation/lexicon.py
src/flare_kernel/runtime/intent/intent_and_escalation/preprocessing.py
src/flare_kernel/runtime/intent/intent_and_escalation/signals.py
src/flare_kernel/runtime/llm/__init__.py
src/flare_kernel/runtime/llm/llm_provider.py
src/flare_kernel/runtime/llm/model_router.py
src/flare_kernel/runtime/orchestration/__init__.py
src/flare_kernel/runtime/orchestration/analysis_router_runtime.py
src/flare_kernel/runtime/orchestration/canvas_sourcing_contract.py
src/flare_kernel/runtime/orchestration/decision_engine.py
src/flare_kernel/runtime/orchestration/mode_orchestration_plan_question.py
src/flare_kernel/runtime/orchestration/mode_orchestration_plan_question_steps.py
src/flare_kernel/runtime/orchestration/observation.py
src/flare_kernel/runtime/orchestration/response_strategy_runtime.py
src/flare_kernel/runtime/orchestration/session_context_runtime.py
src/flare_kernel/runtime/orchestration/structured_reasoning.py
src/flare_kernel/runtime/orchestration/track_runtime.py
src/flare_kernel/runtime/orchestration/mode/__init__.py
src/flare_kernel/runtime/orchestration/mode/orchestration.py
src/flare_kernel/runtime/orchestration/mode/reasoning.py
src/flare_kernel/runtime/orchestration/mode/runtime.py
src/flare_kernel/runtime/orchestration/mode/plan/__init__.py
src/flare_kernel/runtime/orchestration/mode/plan/canvas.py
src/flare_kernel/runtime/orchestration/mode/plan/core.py
src/flare_kernel/runtime/orchestration/mode/plan/followup.py
src/flare_kernel/runtime/orchestration/mode/plan/payload.py
src/flare_kernel/runtime/orchestration/mode/plan/question.py
src/flare_kernel/runtime/orchestration/mode/plan/question_steps.py
src/flare_kernel/runtime/orchestration/mode/plan/session.py
src/flare_kernel/runtime/orchestration/mode/plan/stage.py
src/flare_kernel/runtime/orchestration/mode/plan/summary.py
src/flare_kernel/runtime/orchestration/mode/plan/trace.py
src/flare_kernel/runtime/orchestration/sourcing/__init__.py
src/flare_kernel/runtime/orchestration/sourcing/event_payloads.py
src/flare_kernel/runtime/orchestration/sourcing/search_runtime.py
src/flare_kernel/runtime/reasoning/__init__.py
src/flare_kernel/runtime/reasoning/intake/__init__.py
src/flare_kernel/runtime/reasoning/intake/api.py
src/flare_kernel/runtime/reasoning/intake/context.py
src/flare_kernel/runtime/reasoning/intake/field_selection.py
src/flare_kernel/runtime/reasoning/intake/gap_detection.py
src/flare_kernel/runtime/reasoning/intake/hypothesis.py
src/flare_kernel/runtime/reasoning/intake/planning.py
src/flare_kernel/runtime/reasoning/intake/priority.py
src/flare_kernel/runtime/reasoning/intake/shared.py
src/flare_kernel/runtime/reasoning/intake/understanding_state.py
src/flare_kernel/runtime/reasoning/intake/visible_response.py
src/flare_kernel/runtime/reasoning/intake/branching/__init__.py
src/flare_kernel/runtime/reasoning/intake/branching/core.py
src/flare_kernel/runtime/reasoning/intake/branching/policy.py
src/flare_kernel/runtime/reasoning/intake/question/__init__.py
src/flare_kernel/runtime/reasoning/intake/question/builder.py
src/flare_kernel/runtime/reasoning/intake/question/extraction.py
src/flare_kernel/runtime/reasoning/intake/question/planner.py
src/flare_kernel/runtime/reasoning/intake/readiness/__init__.py
src/flare_kernel/runtime/reasoning/intake/readiness/core.py
src/flare_kernel/runtime/reasoning/intake/readiness/scoring.py
src/flare_kernel/runtime/session/__init__.py
src/flare_kernel/runtime/session/checkpoint_manager.py
src/flare_kernel/runtime/session/intake_session_store.py
src/flare_kernel/runtime/session/models.py
src/flare_kernel/runtime/source_ingestion/__init__.py
src/flare_kernel/runtime/source_ingestion/artifacts.py
src/flare_kernel/runtime/source_ingestion/chunk_storage.py
src/flare_kernel/runtime/source_ingestion/knowledge_storage.py
src/flare_kernel/runtime/source_ingestion/runtime.py
src/flare_kernel/runtime/source_ingestion/storage.py
tests/test_action_payload.py
tests/test_analysis_canvas_payload.py
tests/test_analysis_route_projection.py
tests/test_basics.py
tests/test_builder_split_modules.py
tests/test_business_hardcode_guard.py
tests/test_canonical_state_context_analysis.py
tests/test_canonical_state_context_inputs.py
tests/test_canonical_state_context_session.py
tests/test_canonical_state_flow.py
tests/test_canonical_state_payload.py
tests/test_canonical_state_projection.py
tests/test_canvas_sourcing_contract_meta.py
tests/test_chat_api_alias.py
tests/test_command_resolution_analysis_mode.py
tests/test_compat_aliases.py
tests/test_completion_response_builder.py
tests/test_completion_selection.py
tests/test_decision_engine.py
tests/test_domain_pack_loader.py
tests/test_endpoint_context.py
tests/test_flare_v1_patch_contract.py
tests/test_guided_completion.py
tests/test_infrastructure_helpers.py
tests/test_infrastructure_knowledge.py
tests/test_intake_amount_quantity.py
tests/test_intake_answer.py
tests/test_intake_authority.py
tests/test_intake_authority_checkpoint.py
tests/test_intake_authority_hydration.py
tests/test_intake_authority_session.py
tests/test_intake_canonicalization.py
tests/test_intake_clarification.py
tests/test_intake_decision_rules.py
tests/test_intake_deployment_delivery.py
tests/test_intake_domain_context_options.py
tests/test_intake_entry_policy.py
tests/test_intake_extraction.py
tests/test_intake_extraction_extractors.py
tests/test_intake_extraction_merge.py
tests/test_intake_field_projection.py
tests/test_intake_field_projection_entity.py
tests/test_intake_field_projection_payload.py
tests/test_intake_field_projection_source.py
tests/test_intake_field_scope.py
tests/test_intake_guided_confirmed_updates.py
tests/test_intake_guided_flags.py
tests/test_intake_guided_followup.py
tests/test_intake_guided_followup_work_item.py
tests/test_intake_guided_open_fields.py
tests/test_intake_guided_status.py
tests/test_intake_guided_summary.py
tests/test_intake_inputs.py
tests/test_intake_node_state.py
tests/test_intake_numeric.py
tests/test_intake_payload_updates.py
tests/test_intake_readiness.py
tests/test_intake_reasoning_priority.py
tests/test_intake_state_persistence.py
tests/test_intake_status.py
tests/test_intake_status_guided_session.py
tests/test_intake_status_projection.py
tests/test_intake_status_schema.py
tests/test_intake_status_stage.py
tests/test_intake_workflow_checkpoint.py
tests/test_intent_classifier_utils.py
tests/test_intent_escalation_classifier.py
tests/test_intent_escalation_override.py
tests/test_intent_escalation_pipeline.py
tests/test_intent_escalation_signal.py
tests/test_intent_resolution.py
tests/test_intent_retrieval.py
tests/test_intent_routing.py
tests/test_intent_type_compat_aliases.py
tests/test_kernel_alias_delegation.py
tests/test_kernel_endpoint_handlers.py
tests/test_kernel_endpoint_handlers_sourcing.py
tests/test_kernel_facade_helpers.py
tests/test_kernel_facade_turn_context.py
tests/test_kernel_intent_query_flow.py
tests/test_kernel_mode_flow.py
tests/test_kernel_route_execution_wrappers.py
tests/test_kernel_session_intent_flow.py
tests/test_llm_provider.py
tests/test_mode_orchestration_plan_canvas_saved_content.py
tests/test_mode_orchestration_plan_finalize.py
tests/test_mode_orchestration_plan_runtime_payload.py
tests/test_mode_orchestration_state_bridge.py
tests/test_mode_reasoning.py
tests/test_mode_resolution.py
tests/test_mode_switch.py
tests/test_model_router.py
tests/test_new_flow_guard.py
tests/test_orchestration_checkpoint_state.py
tests/test_orchestration_followup_state.py
tests/test_orchestration_status_context.py
tests/test_orchestration_status_context_helpers.py
tests/test_orchestration_status_decision.py
tests/test_orchestration_status_projection.py
tests/test_orchestration_status_result.py
tests/test_orchestration_status_runtime_state.py
tests/test_orchestration_status_state_context.py
tests/test_orchestration_status_state_decision.py
tests/test_orchestration_status_state_entry.py
tests/test_orchestration_status_state_followup.py
tests/test_orchestration_status_state_intent.py
tests/test_orchestration_status_state_node.py
tests/test_orchestration_status_state_payload.py
tests/test_orchestration_status_state_unpack.py
tests/test_orchestration_trace.py
tests/test_orchestration_trace_projection.py
tests/test_orchestration_trace_steps.py
tests/test_patch_contract.py
tests/test_payload_enrichment.py
tests/test_project_api.py
tests/test_project_memory_store.py
tests/test_prompting_analysis_instruction.py
tests/test_request_identity.py
tests/test_request_intent_resolution.py
tests/test_response_strategy_runtime.py
tests/test_retrieval_aliases.py
tests/test_retrieval_field_queries.py
tests/test_retrieval_projection.py
tests/test_retrieval_query_builder.py
tests/test_retrieval_search.py
tests/test_session_api.py
tests/test_session_context_persistence.py
tests/test_session_intent.py
tests/test_session_intent_fields.py
tests/test_session_intent_small_talk.py
tests/test_source_ingestion_runtime.py
tests/test_source_ingestion_ssot_acceptance.py
tests/test_source_library.py
tests/test_source_library_persistence_scope.py
tests/test_source_text_extractor.py
tests/test_sourcing_provider.py
tests/test_sourcing_search_runtime.py
tests/test_streaming_draft_completion.py
tests/test_streaming_draft_finalize.py
tests/test_streaming_draft_phase.py
tests/test_streaming_draft_post_completion.py
tests/test_streaming_draft_prologue.py
tests/test_streaming_event_emitter.py
tests/test_streaming_intake_phase.py
tests/test_streaming_mode_event_payload.py
tests/test_streaming_mode_events.py
tests/test_streaming_response_bootstrap.py
tests/test_streaming_response_phases.py
tests/test_streaming_response_runtime.py
tests/test_streaming_retrieval_phase.py
tests/test_streaming_runtime_steps.py
tests/test_text_safety.py
tests/test_track_runtime.py