Skip to content
Merged
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
58 changes: 29 additions & 29 deletions examples/playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,35 @@ project:
subdomain: examples-wfxyig8v

examples:
frontdesk:
title: Front Desk
description: A receptionist agent wired up to a live calendar. Answers questions about availability, books appointments in real time, and confirms back to the caller.
# brand palette — indigo-500
accent: "#1F44F9"
agent_id: CA_9TqkLsnwhjmE
entry: agent.py
github: "https://github.com/livekit/agents/tree/main/examples/frontdesk"
tags: [tools, scheduling]
icon:
# Calendar with the top header strip in the highlight tone.
size: 12
pixels: |
000000000000
000100010000
001111111000
012222222100
011111111100
010000000100
010000000100
010000000100
010000000100
010000000100
001111111000
000000000000
views:
- rpc: set_appointment_status
title: "\uf073 Schedule"

healthcare:
title: Healthcare
description: A medical front-desk agent that handles intake, authenticates returning patients, books appointments, and hands the conversation off to a human when it needs to.
Expand Down Expand Up @@ -69,35 +98,6 @@ examples:
010000000000
000000000000

frontdesk:
title: Front Desk
description: A receptionist agent wired up to a live calendar. Answers questions about availability, books appointments in real time, and confirms back to the caller.
# brand palette — indigo-500
accent: "#1F44F9"
agent_id: CA_9TqkLsnwhjmE
entry: agent.py
github: "https://github.com/livekit/agents/tree/main/examples/frontdesk"
tags: [tools, scheduling]
icon:
# Calendar with the top header strip in the highlight tone.
size: 12
pixels: |
000000000000
000100010000
001111111000
012222222100
011111111100
010000000100
010000000100
010000000100
010000000100
010000000100
001111111000
000000000000
views:
- rpc: set_appointment_status
title: "\uf073 Schedule"

drive-thru:
title: Drive Thru
description: A drive-thru ordering agent that takes the order over voice, builds a structured cart with dynamically-generated tools per menu item, and reads back the total.
Expand Down
Loading