FROM ryaneggz/8-add-langchain-mcp-adapter-example TO hwchase17/deepagents@master - #15
Merged
Harrison Chase (hwchase17) merged 15 commits intoAug 4, 2025
Conversation
Ryan Eggleston (ryaneggz)
marked this pull request as ready for review
August 1, 2025 03:13
Harrison Chase (hwchase17)
requested changes
Aug 1, 2025
Harrison Chase (hwchase17)
left a comment
Contributor
There was a problem hiding this comment.
i think we probably want a more simple example, and probably in the readme
Ryan Eggleston (ryaneggz)
marked this pull request as draft
August 2, 2025 16:15
Ryan Eggleston (ryaneggz)
marked this pull request as ready for review
August 2, 2025 16:42
Contributor
Author
Scrubbed the previous example. Default to simple steps for configuration in README. PS... popped into draft when making changes and popped me off assignee 😅 |
Harrison Chase (hwchase17)
left a comment
Contributor
There was a problem hiding this comment.
i think this looks great - need to test out, but will do so tonight
Closed
Harrison Chase (hwchase17)
approved these changes
Aug 4, 2025
killa (killagu)
pushed a commit
to killagu/deepagents
that referenced
this pull request
Dec 15, 2025
…ng-command-object-in-write-todos-tool fix(tools): enforce returning Command object in writeTodos for graph state updates
John Kennedy (jkennedyvz)
pushed a commit
that referenced
this pull request
Jun 21, 2026
…e _default_suffix, document group drops - send_media: replace if/else branch duplication with (method, file_field) tuple selection - _check_telegram_size: avoid redundant stat() call — the size is already checked by validate_media_size; reword the error without re-statting - _safe_suffix: inline the single-caller _default_suffix helper - TelegramChannel: document that group/supergroup messages are silently dropped and add a debug log in _message_values when chat type mismatches Fixes #3, #5, #14, #15.
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.
Closes #8
Summary:
Initially started by altering the
examples/research.pythis was too verbose. Instructed to simplify, make sense to keep this as simple instructions for config in README.