Metadata-Version: 2.5
Name: converge-foundation-sdk
Version: 0.0.0
Summary: Python SDK for Agent Foundation Service
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# converge-foundation-sdk

Python SDK package for Agent Foundation Service.

## Status

This `0.0.x` package reserves the stable distribution and import names while the service API is being designed. It intentionally exposes no client API yet. Generated models and transports will be added only after the service contract is stable enough to support compatibility guarantees.

## Installation

```bash
uv add converge-foundation-sdk
```

```python
import converge_foundation_sdk

print(converge_foundation_sdk.__version__)
```

## Development

Run the repository-wide Python checks from the repository root:

```bash
make sdk-python-check
```

## License

Licensed under the Apache License 2.0.
