0.3.0
Added
-
Python SDK: add a first-class Python SDK package with generated API bindings, artifact builders, context helpers, CLI helpers, and parity coverage alongside the Rust, Go, and TypeScript SDKs.
-
Python builds: add
cpython,uv, and Python language builders across SDKs so Python projects can use Vorpal's artifact workflow. -
Python template: add a
vorpal initproject template for Python withpyproject.toml,uv.lock, and starter source files. -
Python documentation: add a Python guide and SDK README covering installation, project setup, artifact definitions, and builder usage.
Changed
-
CLI/build commands: expand command handling, build configuration, lock handling, and start-agent plumbing for Python workflows.
-
SDK codegen: update generation so Rust, Go, TypeScript, and Python artifact surfaces stay aligned from the same definitions.
-
Release metadata: bump templates, SDK packages, website, CLI/config crates, and package metadata to
0.3.0.
Install
curl -fsSL https://raw.githubusercontent.com/ALT-F4-LLC/vorpal/refs/heads/main/script/install.sh | shDocumentation