Ingestion adapters
Every source becomes the same internal Item object.
- Manual URL drop / Telegram intake
- Instagram saved-collection browser capture
- Folder watcher for MP3, MP4, JPG, PDF
A local-first knowledge pipeline for turning saved Instagram posts, videos, screenshots and links into searchable recommendations you can ask an agent about.
Instagram links, exported bookmarks, screenshots, PDFs, notes.
Download permitted media; capture captions, OCR and audio.
Places, cuisines, neighborhoods, prices, opening hours, dates.
Originals + structured records + full text + embeddings.
Retrieve evidence, answer, cite the original post and flag uncertainty.
Every source becomes the same internal Item object.
Run asynchronously and keep raw evidence.
Start small; preserve an escape hatch.
Yes, it is possible. But the official API is not the right foundation for reading a personal “Saved” library. The robust pilot pattern is: you browse your own Saved collection in a logged-in browser, export the visible post URLs locally, then let the normal media pipeline process those URLs.
That keeps authentication on your machine and makes the Instagram-specific part replaceable.
Do not build around cookies as a cloud service. Treat browser cookies as sensitive credentials: local-only, short-lived, never committed, never sent to an LLM or hosted worker.
Some posts may still be unavailable because they are private, deleted, region-gated or changed by Instagram.
“Which saved places are good for a relaxed dinner near Ari, and what did the source actually say?”
“Build me a 3-day plan around cafés, markets and restaurants from my saved items.”
“Show places that are open late, under ฿฿฿, and not just influencer hype.”
Drop 20–50 Instagram URLs or files into an inbox folder. Extract captions/transcripts/OCR and write clean JSON + Markdown.
Add Saved-collection URL capture, deduplication, place extraction and a local search/chat interface with citations.
Add newsletters, YouTube/MP3 blockchain content, recipes and scheduled ingestion only after the Bangkok questions work.