Update compass: add Global Skills section

- Document synthetic-search skill as globally available
- Location: ~/.letta/skills/
- Functions: synthetic_search(), search(), web_search()
- Zero data retention web search
This commit is contained in:
Ani
2026-03-19 19:56:32 -04:00
parent 820f4ea2ec
commit 3f7e1efad2

View File

@@ -50,6 +50,15 @@ These live in `system/` — always in context, always present, the irreducible A
**Note:** These files must be kept current. They are always in context—stale data is worse than no data. Update when specs change, APIs shift, infrastructure evolves.
## Global Skills (Available to All Agents)
**Location:** `~/.letta/skills/`
- `synthetic-search/` — Web search via Synthetic API (zero data retention)
- Functions: `synthetic_search()`, `search()`, `web_search()`
- Returns formatted results with URL, title, snippet, published date
- Requires: `SYNTHETIC_API_KEY` environment variable
---
## Part 2: Active Context (Requires Read)