docs: add deepagents link to README - #24
Merged
Merged
Conversation
Adds a reference to [LangChain's `deepagents`](https://github.com/langchain-ai/deepagents) in the "Related Projects" section of the `README.md`. ## Justification Since `pydantic-deepagents` was inspired by the patterns established in LangChain's `deepagents` (but built for the Pydantic-AI ecosystem), it is helpful for users to have a direct link to the prior art/alternative implementation for comparison. https://www.blog.langchain.com/deep-agents/ ## Disclaimers *Full disclosure: I work at LangChain on the Deep Agents team.* I am opening this purely to help cross-reference the ecosystem tools, as I've seen your project mentioned as the "Pydantic-native alternative" to ours (which looks great, by the way!).
There was a problem hiding this comment.
Pull request overview
Adds a cross-reference in the README to LangChain’s deepagents project in the “Related Projects” section so users can easily compare related tooling.
Changes:
- Added a new bullet under “Related Projects” linking to
deepagentswith a concise description.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
|
Thanks for the PR and for noticing us! You're absolutely right, pydantic-deepagents is directly inspired by the excellent work the LangChain team has done with deepagents. We should have included this reference from the start, so I appreciate you adding it. |
Pull Request Test Coverage Report for Build 21259693683Details
💛 - Coveralls |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a reference to LangChain's
deepagentsin the "Related Projects" section of theREADME.md.Justification
Since
pydantic-deepagentswas inspired by the patterns established in LangChain'sdeepagents(but built for the Pydantic-AI ecosystem), it is helpful for users to have a direct link to the prior art/alternative implementation for comparison.https://www.blog.langchain.com/deep-agents/
Disclaimers
Full disclosure: I work at LangChain on the Deep Agents team. I am opening this purely to help cross-reference the ecosystem tools, as I've seen your project mentioned as the "Pydantic-native alternative" to ours (which looks great, by the way!).