lagi-sdk
Developer SDK for Liumi Autonomous General Intelligence
Load .lagi binary agent containers and execute continuous thought loops from Python.
from lagi_sdk import LagiRuntime
async def main():
rt = await LagiRuntime.load("agent.lagi")
print(rt.summary)
out = rt.execute("what's the most efficient next step?")
print(out)
Compiled native binary with symbols stripped and LTO — no source leaks through PyPI.
Release files for lagi-sdk 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lagi_sdk-0.1.0.tar.gz | 11.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lagi_sdk-0.1.0-cp39-abi3-win_amd64.whl | CPython 3.9 | abi3 | Windows x86-64 | Details |
Total release size: 132.5 kB
Release files / lagi_sdk-0.1.0.tar.gz
| Download URL | lagi_sdk-0.1.0.tar.gz |
|---|---|
| Size | 11.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ba8562f0d98631f1528033b47213348ffdedd94fc2770d32d3177a58d60ec245
|
|
BLAKE2b-256 checksum How to use checksums |
4e2df20a2b00d6630f88c83f6cafec1f805ced1c11f9823103280d31d337c171
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.15.0
|
Release files / lagi_sdk-0.1.0-cp39-abi3-win_amd64.whl
| Download URL | lagi_sdk-0.1.0-cp39-abi3-win_amd64.whl |
|---|---|
| Size | 121.4 kB |
| Tags | CPython 3.9 Windows x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
5321385ec79bf3e908196934d3f17618b8f6cb4eba74a4d8e784508304ad30ea
|
|
BLAKE2b-256 checksum How to use checksums |
8fc944c49ac40b93526e03cf932a1e482cc62d78dbc742ba257d92ac01dd1c93
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.15.0
|