sembr 1.3.0 — Wisburg research-note source
Added
- Wisburg source — new
wisburg-reportfeed type pulling Wisburg's open-API research-note streams: institutional research notes (/api/reports), earnings-call transcripts (/api/earningscalls), and asset-management reports (/api/am-reports). One feed per stream — pick the endpoint URL from the datalist in the create-feed form; articles carry Wisburg's pre-digested markdown summary as the body, so they flow straight into embedding / intent matching / digests. Incremental sync starts from the last 24 h on first pull (no historical backfill), with a 1 h overlap window and a 7 d clamp for stale cursors.
Upgrading
No new dependencies and no schema migration — a normal rebuild is enough:
git pull && docker compose up -d --buildTo enable Wisburg feeds, add your key (from the Wisburg developer console) to .env:
WISBURG_API_KEY=sk-...Leave it unset and Wisburg feeds simply stay inactive; everything else is unchanged.
Full changelog: v1.2.0...v1.3.0