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
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ data/workflows.json
data/virtual_numbers.json
data/mcp_servers.json
data/personas.json

# Ship one example knowledge doc (indexed by RAG, exercised by the e2e
# KNOWLEDGE test); keep any other user-dropped documents ignored.
!data/knowledge/
data/knowledge/*
!data/knowledge/example-house-notes.md
sip-agent/tests/e2e/reports/
32 changes: 32 additions & 0 deletions data/knowledge/example-house-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# House Notes

Reference notes for the household. The assistant answers questions from these
facts via the KNOWLEDGE tool.

## Trash and recycling

Trash pickup is Tuesday morning. Put the bins out at the curb on Monday night.
Recycling is collected every other Thursday.
Yard waste goes out on the first Friday of each month.

## Wi-Fi

The guest Wi-Fi network is named "DisarrayGuest".
The guest Wi-Fi password is "chaos-theory-42".

## Contacts

The plumber is Mike; reach him at extension 2001.
The building manager is at extension 9000 during business hours.
For after-hours building emergencies, call extension 9111.

## Thermostat

The thermostat is in the upstairs hallway.
The comfortable range is 68 to 72 degrees Fahrenheit.
Heat is scheduled lower overnight and warms back up by 6 a.m.

## Mail and packages

Mail is delivered around 2 p.m. on weekdays.
Packages are left in the front lobby; the parcel locker code is 4-7-2-9.
Loading