Skip to content

fix(sources): update LangChain blog feed to /rss.xml - #28

Merged
DCCA merged 1 commit into
masterfrom
fix/langchain-feed-url
Jul 24, 2026
Merged

fix(sources): update LangChain blog feed to /rss.xml#28
DCCA merged 1 commit into
masterfrom
fix/langchain-feed-url

Conversation

@DCCA

@DCCA DCCA commented Jul 24, 2026

Copy link
Copy Markdown
Owner

Summary

blog.langchain.com/rss/ now serves the site's HTML page (platform migration), which produced the recurring not well-formed (invalid token) source error. The feed moved to /rss.xml - verified through digest.connectors.rss (100 items parsed, entries from today).

Note: this file is tracked despite a matching .gitignore entry (ignore rules don't apply to already-tracked files) - flagging in case you'd rather git rm --cached it to make the overlay truly local.

Verification

  • fetch_rss_items(["https://blog.langchain.com/rss.xml"]) → 100 items
  • make test: 260 OK

Risks

None - one URL in the local overlay.

🤖 Generated with Claude Code

The blog migrated platforms; /rss/ now serves the site HTML (the
'not well-formed' XML errors in recent runs). The feed lives at
/rss.xml - verified via the rss connector (100 items parsed).
@DCCA
DCCA merged commit 33a5143 into master Jul 24, 2026
4 checks passed
@DCCA
DCCA deleted the fix/langchain-feed-url branch July 24, 2026 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant