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
7 changes: 7 additions & 0 deletions .env.construct.example
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ TELEGRAM_BOT_TOKEN=123456:ABC-DEF...

# Extension secrets — any EXT_* vars are synced to the secrets table on startup
#EXT_OPENWEATHERMAP_API_KEY=abc123

# ── Laminar tracing (optional) ────────────────────────────────────────────────
# Self-host: git clone https://github.com/lmnr-ai/lmnr && docker compose up -d
# Dashboard: http://localhost:5667 SDK endpoint: http://localhost:8000
# Omit LAMINAR_API_KEY to disable tracing entirely.
#LAMINAR_API_KEY=
#LAMINAR_BASE_URL=http://localhost:8000
1 change: 1 addition & 0 deletions apps/construct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lmnr-ai/lmnr": "^0.8.16",
"@mariozechner/pi-agent-core": "^0.54.2",
"@mariozechner/pi-ai": "^0.54.2",
"@repo/cairn": "workspace:*",
Expand Down
Loading
Loading