Metadata-Version: 2.4
Name: sae-organism-sdk
Version: 0.1.0
Summary: Organism Model SDK for the Sovereign Autonomy Engine.
Author: Kevin Price
License: Proprietary
Project-URL: Homepage, https://example.com/sae-organism-sdk
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# SAE Organism SDK

Organism Model SDK for the Sovereign Autonomy Engine.

## Install

pip install sae-organism-sdk

## Usage

from sae.organism.interface import Organism

org = Organism()
result = org.step({"intent": "explore"})
print(result)

## Notes

This SDK exposes the organism model interface surface only.
Internal organism logic remains private.
