Skip to content

Make ready agent cog pip-installable via maturin bin bindings#1

Draft
MFA-X-AI wants to merge 3 commits intomainfrom
fahreza/python-bindings
Draft

Make ready agent cog pip-installable via maturin bin bindings#1
MFA-X-AI wants to merge 3 commits intomainfrom
fahreza/python-bindings

Conversation

@MFA-X-AI
Copy link
Copy Markdown
Member

@MFA-X-AI MFA-X-AI commented Apr 2, 2026

This PR packages the ready Rust binary as a pip-installable wheel using maturin's bindings = "bin" mode. Users can pip install ready-agent (once it's up on pypi) to get the CLI without needing a Rust toolchain.

  • Includes a GitHub Actions workflow that runs Rust and Python tests on push/PR, builds wheels for Linux/macOS/Windows (x86_64 + aarch64), and publishes to PyPI on release
  • This ships the CLI only - a future iteration can add PyO3 bindings to expose the Rust internals as a Python library API (parse_plan, validate_plan, PlanInterpreter, etc.), similar to how pydantic wraps pydantic-core,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant