Python SDK and CLI for ScreenLane — screen-aware voice command layer for AI agents
Project description
talocode-screenlane (Python)
Python SDK and lightweight CLI for ScreenLane.
The Node package owns OS capture, MCP, and the local API. This package is:
- An HTTP client for
screenlane serve(defaulthttp://127.0.0.1:3070) - Offline deterministic command helpers
- CLI:
screenlane-py
Install
pip install talocode-screenlane
Usage
from talocode_screenlane import ScreenLaneClient
client = ScreenLaneClient(base_url="http://127.0.0.1:3070")
# If SCREENLANE_REQUIRE_AUTH=true on the server:
# client = ScreenLaneClient(api_key=os.environ["TALOCODE_API_KEY"])
print(client.health())
print(client.command({
"text": "Fix this error",
"contextText": "TypeError: ...",
"target": "codra",
}))
CLI:
screenlane-py health
screenlane-py command --text "Fix this error" --context-file error.txt
screenlane-py command --text "Fix this error" --context-text "..." --offline
screenlane-py demo
Auth uses only TALOCODE_API_KEY (Bearer header).
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 talocode_screenlane-0.1.0.tar.gz.
File metadata
- Download URL: talocode_screenlane-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95a60c2b2f3b47656ae6eaf2f4eca04a1b4f06a0afff2b4c24f30982b3edb159
|
|
| MD5 |
8ad00c4b0cdadf43498cf4efff4834ef
|
|
| BLAKE2b-256 |
8f277cc223e1517d7cd1b01c8c2a777a72723653fba375955765c08b9a467d0b
|
File details
Details for the file talocode_screenlane-0.1.0-py3-none-any.whl.
File metadata
- Download URL: talocode_screenlane-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e16a0cb681a4c6e943ba49a6846af57b9e8cfde00f2a5fa2c8e1c2c95abd833
|
|
| MD5 |
0110d853e747d26affd111be1f9c7663
|
|
| BLAKE2b-256 |
7efc51aa49f8683c7b6a2a9777a1fbcd011121ec8e3fc61e0276386053f85115
|