Commit Graph

4 Commits

Author SHA1 Message Date
9cc3a486c1 style: reformat Python imports, whitespace, and indentation across CLI, client, and makefile 2024-12-01 08:00:25 +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
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