autoplay_sdk.async_client | AsyncConnectorClient connection, reconnect, parse errors |
autoplay_sdk.client | ConnectorClient (sync SSE reader) |
autoplay_sdk.buffer | EventBuffer / RedisEventBuffer |
autoplay_sdk.context_store | ContextStore / AsyncContextStore |
autoplay_sdk.chatbot | BaseChatbotWriter delivery and debounce tasks |
autoplay_sdk.summarizer | SessionSummarizer / AsyncSessionSummarizer |
autoplay_sdk.models | ActionsPayload and related parsing |
autoplay_sdk.agent_context | AsyncAgentContextWriter |
autoplay_sdk.webhook_receiver | WebhookReceiver verification and dispatch |
autoplay_sdk.rag | RagPipeline / AsyncRagPipeline |
autoplay_sdk.chat_pipeline | Composition helper (compose_chat_pipeline) β currently minimal/no routine logs; rely on downstream module loggers for runtime behavior |
autoplay_sdk.user_index | User-session index helper β currently minimal/no routine logs; use integration logs around cache misses and identity mapping |
autoplay_sdk.serve.fastapi | Optional bridge factory (build_copilot_app) β currently minimal/no routine logs; endpoint errors surfaced via HTTP status (404 for no activity) |
autoplay_sdk.rag_query.pipeline | assemble_rag_chat_context β debug summary on success (lengths/flags only); warning + traceback if assembly fails (then exception is re-raised) |
autoplay_sdk.agent_states.state_machine | AgentStateMachine β debug on successful transitions and rejected transitions; debug when complete_task moves guidance to thinking; warning + traceback on malformed snapshots (from_snapshot), skipped corrupt task rows |
autoplay_sdk.agent_states.proactive_idle_expiry | run_proactive_idle_expiry β error + extra (event_type, from_state) if FSM does not transition after a successful remote delete (unexpected); otherwise no routine logs |
autoplay_sdk.agent_state_v2.session_state | SessionState β warning + extra (event_type: agent_state_v2_snapshot_invalid, snapshot_version) immediately before raising ValueError on an unrecognised snapshot _v; no routine logs for normal transitions |
autoplay_sdk.proactive_triggers.tour_registry | TourRegistry.from_dict β warning + traceback (event_type: tour_registry_entry_invalid_type or tour_registry_entry_parse_error, index) for each malformed or unparseable entry; skips the entry and continues |
autoplay_sdk.proactive_triggers.proactive_intercom_config | parse_proactive_trigger_configs / parse_tour_registry β warning + traceback (event_type: proactive_trigger_config_invalid_type, proactive_trigger_config_parse_error, tour_registry_parse_error) for malformed config entries; skips and continues |
autoplay_sdk.rag_query.formatters | Pure string fill-ins β no log records |
autoplay_sdk.rag_query.assembly | Pure builders β no log records |
autoplay_sdk.rag_query.watermark | Watermark types/stores β no log records (implementations may log in your app) |
autoplay_sdk.metrics | SdkMetricsHook wiring (minimal; prefer hook for counters) |