Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The server generates the public synthetic tutorial at serve time. It isn't in th

```bash
python -m pip install --upgrade openadapt
openadapt quickstart
openadapt flow tutorial
openadapt-agent serve --allow-run
```

Expand Down
1 change: 1 addition & 0 deletions tests/test_distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ def test_identity_sentence_is_shared() -> None:
assert "authoring connect" in README.read_text(encoding="utf-8")
assert "authoring connect" in LLMS_TXT.read_text(encoding="utf-8")
assert "openadapt connect" in README.read_text(encoding="utf-8")
assert "openadapt flow tutorial" in README.read_text(encoding="utf-8")
assert "openadapt quickstart --break-it" in README.read_text(encoding="utf-8")
assert "If the tool returns unsigned success, treat it as failure" in README.read_text(
encoding="utf-8"
Expand Down