{"id":27122,"library":"luckee-cli","title":"Luckee CLI","description":"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.","status":"active","version":"0.1.20260427125135500","language":"python","source_language":"en","source_url":"https://pypi.org/project/luckee-cli/","tags":["cli","websocket","agent","streaming"],"install":[{"cmd":"pip install luckee-cli","lang":"bash","label":"Latest release"}],"dependencies":[],"imports":[{"note":"Main CLI class for interacting with agent loops.","symbol":"LuckeeCLI","correct":"from luckee_cli import LuckeeCLI"}],"quickstart":{"code":"from luckee_cli import LuckeeCLI\nimport os\n\n# Initialize CLI with optional WebSocket URL\ncli = LuckeeCLI(websocket_url=os.environ.get('LUCKEE_WS_URL', 'wss://example.com/ws'))\n# Run the CLI (example command)\ncli.run()","lang":"python","description":"Minimal example to import and run the Luckee CLI. Replace WSS URL as needed."},"warnings":[{"fix":"Pin to exact version, e.g., luckee-cli==0.1.20260427125135500","message":"Pre-release version (0.1.x) - breaking changes may occur without notice. Pin exact version in production.","severity":"breaking","affected_versions":">=0.1.0,<1.0.0"},{"fix":"Use `from luckee_cli import LuckeeCLI`","message":"The package import uses underscore (luckee_cli) not hyphen. Common mistake to use `import luckee-cli` which is invalid.","severity":"gotcha","affected_versions":"All"},{"fix":"Always set LUCKEE_WS_URL environment variable or pass websocket_url parameter.","message":"WebSocket connection requires valid URL; no default provided. Using empty string or None may cause cryptic errors.","severity":"gotcha","affected_versions":"All"}],"env_vars":null,"last_verified":"2026-04-27T00:00:00.000Z","next_check":"2026-07-26T00:00:00.000Z","problems":[{"fix":"Use `from luckee_cli import LuckeeCLI` (underscore)","cause":"Trying to import with hyphen instead of underscore.","error":"ModuleNotFoundError: No module named 'luckee-cli'"},{"fix":"Set the websocket_url argument or LUCKEE_WS_URL environment variable to a valid WS/WSS URL.","cause":"Missing or invalid websocket_url parameter.","error":"ValueError: Expected a websocket URL starting with ws:// or wss://"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}