Documentation Index
Fetch the complete documentation index at: https://developers.autoplay.ai/llms.txt
Use this file to discover all available pages before exploring further.
0.7.4 is a transition release. Old import paths still work, but emit DeprecationWarning and will be removed in 1.0.0.
What stays stable
from autoplay_sdk import ...does not need changes.- Runtime behavior is unchanged; this release is import-path reorganization only.
Find deprecated imports
core, chat, context, proactive, agent_state, api, rag, admin, integrations, prompts, skills, compat.
For context-writer primitives (including AsyncAgentContextWriter), use autoplay_sdk.context.* paths.
autoplay_sdk.rag remains a stable alias in 0.7.4 and should be left unchanged.
Common replacements
| Old | New |
|---|---|
autoplay_sdk.serve.fastapi | autoplay_sdk.api.fastapi |
autoplay_sdk.proactive_triggers | autoplay_sdk.proactive.triggers |
autoplay_sdk.agent_states | autoplay_sdk.agent_state.v1.states |
autoplay_sdk.agent_state_v2 | autoplay_sdk.agent_state.v2.states |
autoplay_sdk.rag_query | autoplay_sdk.rag.query |
autoplay_sdk.agent_context | autoplay_sdk.context.agent_context |
autoplay_sdk.context_store | autoplay_sdk.context.context_store |
autoplay_sdk.models | autoplay_sdk.core.models |
CHANGELOG.md.











