Temporal Interaction Layer SDK for the Sovereign Autonomy Engine.
Project description
SAE TIL SDK
Temporal Interaction Layer SDK for the Sovereign Autonomy Engine.
Install
pip install sae-til-sdk
from sae.til.interface import TIL
til = TIL()
result = til.tick(0.1)
print(result)
Save + exit.
---
# 📄 3. `examples/basic_usage.py`
Open:
```bash
nano examples/basic_usage.py
from sae.til.interface import TIL
def main():
til = TIL()
result = til.tick(0.1)
print("TIL tick result:", result)
if __name__ == "__main__":
main()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sae_til_sdk-0.1.0.tar.gz
(1.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sae_til_sdk-0.1.0.tar.gz.
File metadata
- Download URL: sae_til_sdk-0.1.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c98e12ed72773767ce3ebf4f3cd80585cfd63821a6423b81eb5c446d0927634c
|
|
| MD5 |
d653a2a0122c2cb0e22a7066c0e8a5cf
|
|
| BLAKE2b-256 |
bbea3a5ca63ea3f97ceedd60026ffdad3e1ce122876a2dcb35a38fc5feb2f5a0
|
File details
Details for the file sae_til_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sae_til_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5db6ddb8b0e131672756367bcb30167e6f11cf08a5266b5b5dfdfe2a35cc86dd
|
|
| MD5 |
f8139f748dc5c21e4b0a280071ba6b1b
|
|
| BLAKE2b-256 |
d28008442c0ba7c765a6808ecd4d5080b5204193ddf832fced0ec9ad61627914
|