Skip to content

feat: Add Tzafon AI Integration#2339

Open
eddieogola (eddieogola) wants to merge 25 commits intolangchain-ai:mainfrom
eddieogola:tzafon-docs
Open

feat: Add Tzafon AI Integration#2339
eddieogola (eddieogola) wants to merge 25 commits intolangchain-ai:mainfrom
eddieogola:tzafon-docs

Conversation

@eddieogola
Copy link
Copy Markdown

@eddieogola eddieogola (eddieogola) commented Jan 23, 2026

Overview

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes

@github-actions github-actions bot added external User is not a member of langchain-ai javascript langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects labels Jan 23, 2026
Comment thread src/oss/python/integrations/document_loaders/tzafon.mdx Outdated
Comment thread src/oss/python/integrations/providers/tzafon.mdx Outdated
Co-authored-by: Mason Daugherty <github@mdrxy.com>
Co-authored-by: Mason Daugherty <github@mdrxy.com>
@mdrxy Mason Daugherty (mdrxy) added the integration For docs updates for LangChain integrations label Jan 24, 2026
@github-actions
Copy link
Copy Markdown
Contributor

❌ Import check failed

This PR contains imports from langchain_core that should be imported from langchain instead.

Detailed issues
Analyzing diff for import issues...
 Found 1 import issues:

File: src/oss/python/integrations/chat/tzafon.mdx
Line: 56
Issue: Import from langchain.messages instead of langchain_core.messages
Current:   from langchain_core.messages import HumanMessage
Suggested: from langchain.messages import HumanMessage
--------------------------------------------------------------------------------

 Found 1 import issues that need to be fixed.

Why this is a problem

The langchain package re-exports many modules and classes from langchain_core. When possible, imports should use langchain instead of langchain_core for:

  • Better user experience (single import source)
  • Consistency across documentation
  • Reduced cognitive load for users

How to fix

Replace the imports as suggested above. For example:

  • from langchain_core.messages import HumanMessage
  • from langchain.messages import HumanMessage

🤖 Automated check

This check is based on the latest analysis of langchain re-exports from langchain_core.

@eddieogola
Copy link
Copy Markdown
Author

❌ Import check failed

This PR contains imports from langchain_core that should be imported from langchain instead.

Detailed issues

Analyzing diff for import issues...
 Found 1 import issues:

File: src/oss/python/integrations/chat/tzafon.mdx
Line: 56
Issue: Import from langchain.messages instead of langchain_core.messages
Current:   from langchain_core.messages import HumanMessage
Suggested: from langchain.messages import HumanMessage
--------------------------------------------------------------------------------

 Found 1 import issues that need to be fixed.

Why this is a problem

The langchain package re-exports many modules and classes from langchain_core. When possible, imports should use langchain instead of langchain_core for:

  • Better user experience (single import source)
  • Consistency across documentation
  • Reduced cognitive load for users

How to fix

Replace the imports as suggested above. For example:

  • from langchain_core.messages import HumanMessage
  • from langchain.messages import HumanMessage

🤖 Automated check

This check is based on the latest analysis of langchain re-exports from langchain_core.

I have resolved this.

Comment thread src/snippets/chat-model-tabs-js.mdx Outdated
Comment thread src/snippets/chat-model-tabs.mdx Outdated
@eddieogola eddieogola (eddieogola) marked this pull request as draft February 28, 2026 09:39
@eddieogola eddieogola (eddieogola) marked this pull request as ready for review February 28, 2026 09:39
@eddieogola eddieogola (eddieogola) marked this pull request as draft March 11, 2026 05:47
@eddieogola eddieogola (eddieogola) changed the title Tzafon docs feat: Add Tzafon AI Integration Mar 11, 2026
@eddieogola eddieogola (eddieogola) marked this pull request as ready for review March 11, 2026 13:14
@eddieogola eddieogola (eddieogola) marked this pull request as draft March 31, 2026 18:15
@eddieogola eddieogola (eddieogola) marked this pull request as ready for review March 31, 2026 18:15
@eddieogola eddieogola (eddieogola) marked this pull request as draft April 5, 2026 12:22
@eddieogola eddieogola (eddieogola) marked this pull request as ready for review April 5, 2026 12:29
@eddieogola eddieogola (eddieogola) marked this pull request as draft April 15, 2026 19:20
@eddieogola eddieogola (eddieogola) marked this pull request as ready for review April 15, 2026 19:21
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for opening a docs PR, eddieogola (@eddieogola)! When it's ready for review, please add the relevant reviewers:

  • @npentrel or @lnhsingh (JavaScript integrations)
  • @mdrxy (Python integrations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external User is not a member of langchain-ai integration For docs updates for LangChain integrations javascript langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants