Metadata-Version: 2.4
Name: yuxi-cli
Version: 0.1.1
Summary: Yuxi command line client
Author: Wenjie Zhang
License-Expression: MIT
Project-URL: Homepage, https://github.com/xerrors/Yuxi
Project-URL: Repository, https://github.com/xerrors/Yuxi
Project-URL: Issues, https://github.com/xerrors/Yuxi/issues
Keywords: yuxi,cli,rag,knowledge-base,agent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Utilities
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.27
Requires-Dist: langfuse>=4.0.0
Requires-Dist: packaging>=24
Requires-Dist: questionary>=2.1.0
Requires-Dist: rich>=13.7
Requires-Dist: typer>=0.16

# yuxi-cli

Yuxi command line client.

First-stage scope:

- remote management through `~/.yuxi/config.toml`
- browser login
- API Key import through `--api-key`
- `whoami`, `status`, and `logout`
- server discovery and compatibility check for Yuxi `>=0.7.1`
- `yuxi agent eval` for running existing Langfuse dataset experiments with a logged-in remote

## Next

- yuxi kb upload <dir>
