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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
loki_mode_sdk-7.98.0.tar.gz
(13.6 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 loki_mode_sdk-7.98.0.tar.gz.
File metadata
- Download URL: loki_mode_sdk-7.98.0.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23fcac14764f2bb187b428a9636fb5b939e757b343789b0eba2361a28610795c
|
|
| MD5 |
428f57b543c6a10c69fc4ab74e586a91
|
|
| BLAKE2b-256 |
f883e1aea216970f1a4d853652920dbecb382df43980072bfb28e0468282fe6a
|
File details
Details for the file loki_mode_sdk-7.98.0-py3-none-any.whl.
File metadata
- Download URL: loki_mode_sdk-7.98.0-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81f8c746b7a6efa057bd1ba5284a00521de182ae795831b9c875df6a8dc631a3
|
|
| MD5 |
651222beffe1fe77b539461b86f40be9
|
|
| BLAKE2b-256 |
bc0311b71b81433fc583193ad15115e32c01ddad0f4892e90d7eeaf6837b5191
|