Files
eranos/src
Lemon 0be2428678 Add get_feed tool for AI chat to read and summarize feeds
Adds a new get_feed tool that lets the AI assistant read posts from any
feed source and summarize activity for the user. Supports:

- Named feeds: follows, global, ditto, and user's saved feeds
- Country feeds: NIP-73 geographic comments via iso3166 codes
- Ad-hoc queries: kinds, authors, search, hashtags via spell resolution

The system prompt is now dynamic, injecting saved feed labels so the
model knows which feeds are available. buildSystemPrompt accepts an
optional savedFeedLabels parameter for this.
2026-04-14 11:28:53 -07:00
..