Draft: FROM ryaneggz/13-add-init-chat-example-ollama TO hwchase17/deepagents@master - #14
Closed
Ryan Eggleston (ryaneggz) wants to merge 5 commits into
Closed
Conversation
Contributor
Author
|
Closing this to not clutter repo |
Contributor
Author
|
Replacing this with #24 |
Ryan Eggleston (ryaneggz)
added a commit
to ryaneggz/deepagents
that referenced
this pull request
Aug 5, 2025
Harrison Chase (hwchase17)
added a commit
that referenced
this pull request
Aug 5, 2025
…@main (#24) * Updates the README with steps for altering the research_agent.py * Restore research_agent.py to init state, remove changes from #14 * Add newline to get rid of change * Reorg * Clean up the format * Update README.md * Update README.md * Update README.md --------- Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
abc123abc123abc1
added a commit
to abc123abc123abc1/deepagents
that referenced
this pull request
Aug 22, 2025
…@main (#24) * Updates the README with steps for altering the research_agent.py * Restore research_agent.py to init state, remove changes from langchain-ai/deepagents#14 * Add newline to get rid of change * Reorg * Clean up the format * Update README.md * Update README.md * Update README.md --------- Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
abc123abc123abc1
added a commit
to abc123abc123abc1/deepagents
that referenced
this pull request
Aug 22, 2025
* FROM ryaneggz/13-use-custom-model-with-ollama TO hwchase17/deepagents@main (#24) * Updates the README with steps for altering the research_agent.py * Restore research_agent.py to init state, remove changes from langchain-ai/deepagents#14 * Add newline to get rid of change * Reorg * Clean up the format * Update README.md * Update README.md * Update README.md --------- Co-authored-by: Harrison Chase <hw.chase.17@gmail.com> * cr --------- Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
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 #13
Going to create a new example in ./examples directory specifically for this.