{"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.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install luckee-cli"],"cli":{"name":"luckee","version":"luckee cli-v20260512141334-506-3aa7d2b"}},"imports":["from luckee_cli import LuckeeCLI"],"auth":{"required":false,"env_vars":[]},"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.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}