Commit Graph
4 Commits
Author SHA1 Message Date
retoor b9d20b4a3d feat: add console entry point and async chat streaming in client module
- Register yura CLI entry point in setup.cfg pointing to yura.cli:run
- Add new src/yura/cli.py module for command-line interface
- Implement streaming chat method in AsyncClient with websocket connection handling
- Fix ensure_connection method signature to include self parameter
- Remove redundant done check from cli_client loop to avoid premature exit
2024-11-27 22:46:21 +00:00
retoor 2ec22695f8 chore: bump yura version from 1.33.7 to 14.3.7 in setup.cfg and egg-info PKG-INFO 2024-11-27 20:57:31 +00:00
retoor 6f41dd00dc chore: downgrade version from 13.3.7 to 1.33.7 and remove console entry point for yura client 2024-11-27 20:52:35 +00:00
retoor ffcbd65514 feat: add initial project structure with core files and configuration
Set up the yura async AI client project scaffold including .gitignore, build system configuration in pyproject.toml and setup.cfg, a make script for venv and build automation, the AsyncClient class in src/yura/client.py with websocket-based chat communication, and pre-built distribution artifacts for version 13.3.7.
2024-11-24 16:03:43 +00:00