Skip to main content

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

talocode_screenlane-0.1.2.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

talocode_screenlane-0.1.2-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file talocode_screenlane-0.1.2.tar.gz.

File metadata

  • Download URL: talocode_screenlane-0.1.2.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for talocode_screenlane-0.1.2.tar.gz
Algorithm Hash digest
SHA256 7d5a248daa984c6ab3a9d79add6239870dcc6b6c1dddd11c2176c0b0f82e11b7
MD5 c9e4b5aebd0fcdaa0d0123c532c6f6d2
BLAKE2b-256 f436e7a5926352634bfbfa4c41988512ffbc2b10a805290c4698c95bffc1d570

See more details on using hashes here.

File details

Details for the file talocode_screenlane-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for talocode_screenlane-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6d537c5ecee78dc874813960e56f9e5cd8ecaf5bacfb0aa5b387e5211903f2b3
MD5 e6f45dcf01840a0628df943f81751198
BLAKE2b-256 157867c5e5b7959265160480bf87b94cfc886944743149d08122e85ca7b024ee

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page