Metadata-Version: 2.4
Name: goose-sdk
Version: 0.1.0a1
Summary: Python bindings for the Goose SDK
Author-email: AAIF <ai-oss-tools@block.xyz>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/aaif-goose/goose
Project-URL: Repository, https://github.com/aaif-goose/goose
Project-URL: Issues, https://github.com/aaif-goose/goose/issues
Keywords: goose,sdk,ai,agent,uniffi
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Rust
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# goose-sdk

Python bindings for the Goose SDK.

This package is generated from the Rust `goose-sdk` crate using UniFFI.

## Build a local wheel

From the repository root:

```bash
just --justfile crates/goose-sdk/justfile python-wheel
```

The wheel is written to `crates/goose-sdk/python/dist/`.
