loki-mode-sdk
Python SDK for Loki Mode, the autonomous multi-agent development platform.
Install
pip install loki-mode-sdk
Quick Start
from loki_mode_sdk import Client
client = Client(base_url="http://localhost:57374")
# Check dashboard status
status = client.get_status()
print(status)
# List projects
projects = client.list_projects()
for p in projects:
print(f"{p.id}: {p.name} ({p.status})")
API Reference
The SDK wraps the Loki Mode Dashboard API (default port 57374).
Client Methods
client.get_status()- Dashboard status and versionclient.list_projects()- List all projectsclient.create_project(name)- Create a new projectclient.get_project(id)- Get project detailsclient.list_runs(project_id)- List runsclient.cancel_run(run_id)- Cancel a running executionclient.query_audit()- Query audit trailclient.create_api_key(name)- Create API keyclient.rotate_api_key(key_id)- Rotate API key
Requirements
- Python 3.10+
- Running Loki Mode instance (
npm install -g loki-mode)
License
Business Source License 1.1 -- see LICENSE
Release files for loki-mode-sdk 9.50.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| loki_mode_sdk-9.50.2.tar.gz | 13.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| loki_mode_sdk-9.50.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 25.2 kB
Release files / loki_mode_sdk-9.50.2.tar.gz
| Download URL | loki_mode_sdk-9.50.2.tar.gz |
|---|---|
| Size | 13.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
12088de361959e1c6c4c6c4853ae97d2a4462eba6178b6d2c3625a20c1a69428
|
|
BLAKE2b-256 checksum How to use checksums |
6d3f1aa57a482d318a9ba2c00ca6e2eac0a6b3965c6b869f1fbe52758f1d1b1d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|
Release files / loki_mode_sdk-9.50.2-py3-none-any.whl
| Download URL | loki_mode_sdk-9.50.2-py3-none-any.whl |
|---|---|
| Size | 11.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1f07c71123f32c3ffd8a1df9aaa35345ddc6b27f8a50d1a57e5d1f957a5a4354
|
|
BLAKE2b-256 checksum How to use checksums |
77d3b98673cb13520995a81a4322e31ae4d20c8054476a8b4a5be83b0c06e55e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|