https://github.com/langroid/preempt-example
https://github.com/langroid/preempt-example
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/langroid/preempt-example
- Owner: langroid
- Created: 2025-04-20T18:57:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-21T02:15:09.000Z (about 1 year ago)
- Last Synced: 2026-05-21T22:25:15.226Z (about 1 month ago)
- Language: Python
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of preempt usage
```
uv venv --python 3.11
. ./.venv/bin/activate
uv sync --all-extras --all-groups --upgrade-package langroid --upgrade-package preempt
```
Run the test
```
uv run tests/test-round-trip.py
```
# Run the LLM-chat test using pytest
```bash
pytest tests/test-llm-chat.py
```