codeart-llm-cli
is a command-line tool for interacting with LLMs.
- Interactive chat
- Built with C++20 for modern performance optimizations
- Uses Bazel for efficient builds and dependency management
- Includes GoogleTest for unit testing
- Modular design for future expansions
Ensure you have the following installed:
- Bazel (latest recommended version)
- C++20-compatible compiler (e.g., GCC, Clang, MSVC)
git clone https://github.com/your-repo/codeart-llm-cli.git
cd codeart-llm-cli
bazel build //src:codeart_llm_cli
bazel run //src:codeart_llm_cli
To run unit tests:
bazel test //tests/...
Contributions are welcome! Please follow the coding standards and ensure tests pass before submitting a pull request.
MIT License. See LICENSE
for details.