Metadata-Version: 2.4
Name: general-intuition-sdk
Version: 0.20.1
Summary: Python SDK for the General Intuition API
Project-URL: Homepage, https://generalintuition.com
Author: General Intuition US
License-Expression: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Keywords: agents,api,general-intuition,inference,policy,sdk
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: httpx>=0.28.0
Requires-Dist: websockets>=14.0
Provides-Extra: examples
Requires-Dist: numpy>=1.26; extra == 'examples'
Requires-Dist: opencv-python>=4.10; extra == 'examples'
Description-Content-Type: text/markdown

# general-intuition-sdk

Python SDK for the [General Intuition](https://generalintuition.com) API.

**Full documentation: [docs.generalintuition.com](https://docs.generalintuition.com)** (requires an account).

> **This SDK is in beta.** The surface may change between releases. Versions stay
> on `0.x` for the duration, so pin a compatible release (`~=0.20.0`) to hold
> still -- plain `>=` will move you across breaking changes.

## Install

```bash
pip install general-intuition-sdk
```

Python >= 3.10. Runtime dependencies: [`httpx`](https://www.python-httpx.org/) and [`websockets`](https://websockets.readthedocs.io/).

## License

Apache License 2.0 -- (c) 2026 General Intuition US.

The Apache-2.0 license covers **this SDK's source code only**. It grants no right to access the General Intuition API (governed by your API terms and API key), to any General Intuition data, or to the General Intuition name or brand. See `NOTICE`.
