Skip to content
Open
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
6 changes: 6 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ path = ["**/README.md"]
SPDX-FileCopyrightText = "2026 LiveKit, Inc."
SPDX-License-Identifier = "Apache-2.0"

# Hotel receptionist scenario assets ported from livekit/agents
[[annotations]]
path = ["examples/src/hotel_receptionist/scenarios.yaml", "examples/src/hotel_receptionist/policies/*.md"]
SPDX-FileCopyrightText = "2026 LiveKit, Inc."
SPDX-License-Identifier = "Apache-2.0"

# API Extractor reports
[[annotations]]
path = ["**/etc/*.api.md"]
Expand Down
12 changes: 12 additions & 0 deletions examples/src/hotel_receptionist/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Hotel Receptionist Example

A TypeScript port of the expanded LiveKit Hotel receptionist scenario. It includes the expanded `scenarios.yaml`, policy markdown corpus, and a voice agent with room, restaurant, concierge, emergency, privacy, and follow-up tools.

Run with:

```bash
pnpm build
node ./examples/src/hotel_receptionist/hotel_receptionist.ts dev
```

Useful seeded lookup examples include Smith / `HTL-AB12`, Lee / `HTL-GH78`, Garcia / `HTL-EF56`, Tanaka / `HTL-RT88`, and restaurant reservation Bennett / `RES-JK90`.
Loading
Loading