Python SDK and CLI for ScreenLane — screen-aware voice command layer for AI agents
Project description
talocode-screenlane
Python client for ScreenLane — screen-aware voice commands for AI agents.
pip install talocode-screenlane
Auth & cloud
| Key | TALOCODE_API_KEY |
| Cloud API | https://api.talocode.site |
export TALOCODE_API_KEY=your_key
Usage
from talocode_screenlane import ScreenLaneClient
# Talk to local ScreenLane server (screenlane serve)
client = ScreenLaneClient() # http://127.0.0.1:3070
# Or cloud
cloud = ScreenLaneClient(
base_url="https://api.talocode.site",
api_key=__import__("os").environ["TALOCODE_API_KEY"],
)
print(client.command({
"text": "Fix this error",
"contextText": "TypeError: ...",
"target": "codra",
}))
CLI
screenlane-py --help
screenlane-py demo
screenlane-py command --text "Fix this error" --context-text "..." --offline
MIT © Talocode · github.com/talocode/screenlane
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.1.tar.gz.
File metadata
- Download URL: talocode_screenlane-0.1.1.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 |
9d336ad96bfe96cc653cf9a60cc1b406a13232a759da147ec993d5cb21211a1b
|
|
| MD5 |
fb157c320b1f64f6b9aea5038a541627
|
|
| BLAKE2b-256 |
f645ddd30c7da7eec70294b9fba056f4e048f6c4e5a55aeebd25d966f802e7e0
|
File details
Details for the file talocode_screenlane-0.1.1-py3-none-any.whl.
File metadata
- Download URL: talocode_screenlane-0.1.1-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 |
fb9d9872d14a8c5eacef39e03b3eec01aa8a71e924f672cd572eb9237a5a3cab
|
|
| MD5 |
0ff48ebe4a8897f9706a8b357b3d5b4a
|
|
| BLAKE2b-256 |
1943b4cf0a76fdc5d0c101b32f2d0eaa8ee6e593aa39a3469e35e0d6da83afd3
|