Please refer to AGENTS.md for full context, architecture, directory layout, and development guidelines for this repository.
- Build package:
python3 -m build - Install editable:
pip install -e . - Test basic chat example:
python examples/basic_chat.py
Please refer to AGENTS.md for full context, architecture, directory layout, and development guidelines for this repository.
python3 -m buildpip install -e .python examples/basic_chat.py