Commit Graph

9 Commits

Author SHA1 Message Date
d2ad277066 fix: correct typo in user authentication error message for invalid credentials 2024-11-29 20:22:50 +00:00
bcb4bbc197 feat: bump version to 14.3.9 and add publish command to make script
Extract build logic into reusable function and add new "publish" target that runs build then uploads dist artifacts to gitea via twine. Update version in setup.cfg and egg-info metadata from 14.3.7 to 14.3.9.
2024-11-28 02:53:24 +00:00
923bc09c14 chore: remove old dist artifacts and update .gitignore with .pypirc exclusion 2024-11-28 02:41:34 +00:00
e57a395dd4 feat: add yura async AI client package with websocket chat support and CLI entry point 2024-11-27 22:48:03 +00:00
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
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
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
b62aff7d3a chore: add package.json with project metadata and dependencies 2024-11-27 20:26:27 +00:00
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