Registry / llm-agents / luckee-cli

luckee-cli

JSON →
library0.1.20260427125135500pypypiunverified

CLI for Core Agent Loop websocket streaming, providing a command-line interface to interact with agent loops via WebSocket. Current version 0.1.20260427125135500, requires Python >=3.10. Rapidly evolving pre-release with breaking changes expected.

pip install luckee-cli
INSTALL
IMPORT
SIG · LUCKEE-CLI
L
luckee-cli
llm-agentspythonv0.1.20260427125135500
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LuckeeCLI
from luckee_cli.cli import LuckeeCLI
from luckee_cli import LuckeeCLI

Minimal example to import and run the Luckee CLI. Replace WSS URL as needed.

from luckee_cli import LuckeeCLI import os # Initialize CLI with optional WebSocket URL cli = LuckeeCLI(websocket_url=os.environ.get('LUCKEE_WS_URL', 'wss://example.com/ws')) # Run the CLI (example command) cli.run()
luckee --version
Debug
Known issues
breakingPre-release version (0.1.x) - breaking changes may occur without notice. Pin exact version in production.
fix
Pin to exact version, e.g., luckee-cli==0.1.20260427125135500
affects: >=0.1.0,<1.0.0
gotchaThe package import uses underscore (luckee_cli) not hyphen. Common mistake to use `import luckee-cli` which is invalid.
fix
Use `from luckee_cli import LuckeeCLI`
affects: All
gotchaWebSocket connection requires valid URL; no default provided. Using empty string or None may cause cryptic errors.
fix
Always set LUCKEE_WS_URL environment variable or pass websocket_url parameter.
affects: All
Upgrade
Version history
0.1.20260427125135500latest on PyPI · released Apr 27, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources