docs: update Python developer docs for arkitekt-next API#27
Open
jhnnsrs wants to merge 1 commit into
Open
Conversation
Migrate all Python developer documentation from the legacy `arkitekt` package to the new `arkitekt-next` package. Key changes: - Install: `arkitekt[all]` → `arkitekt-next[all]` - CLI: `arkitekt` → `arkitekt-next`; `arkitekt port` → `arkitekt-next kabinet` - Imports: `from arkitekt import` → `from arkitekt_next import` - Mikro type: `RepresentationFragment` → `Image` - Mikro upload fn: `from_xarray` → `from_array_like` - Mikro import path: `mikro.api.schema` → `mikro_next.api.schema` - Added new "App Lifecycle Hooks" section covering @startup, @background, @State, and @context decorators Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
arkitektpackage to the newarkitekt-nextpackagearkitekt→arkitekt-nextandarkitekt port→arkitekt-next kabinetfrom arkitekt import→from arkitekt_next importRepresentationFragmentwithImageandfrom_xarraywithfrom_array_like(frommikro_next.api.schema)plugin/more.mdxdocumenting@startup,@background,@state, and@contextdecoratorsFiles changed
installation.mdx— new package name, CLI, and both classic/plugin code examplesclassical/index.mdx,classical/usage.mdx,classical/read-write.md— updated imports and function namesplugin/index.mdx,plugin/usage.mdx,plugin/more.mdx— updated imports, types, CLI commands; added lifecycle hooks sectionplugin/build.mdx—arkitekt port→arkitekt-next kabinetgraphql.mdx— updated CLI commandsTest plan
yarn build)arkitekt-next==0.9.1andmikro-next==0.2.0packages🤖 Generated with Claude Code