Skip to content

sembr 1.3.0 — Wisburg research-note source

Choose a tag to compare

@KaihuaHuang KaihuaHuang released this 10 Jun 06:57
· 81 commits to main since this release
0d11b93

Added

  • Wisburg source — new wisburg-report feed 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 --build

To 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