-
-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update pymdown-extensions requirement from ~=10.12 to ~=10.13 #719
Update pymdown-extensions requirement from ~=10.12 to ~=10.13 #719
Conversation
Modified the `run` method in the Agent class to check and execute tools after generating a response, regardless of whether long-term memory is used or not. This fixes the issue where tools were not being executed when long-term memory was present. Changes: - Moved tool execution check and call outside of the long-term memory conditional block - Ensures consistent tool usage across all agent runs
…flow] [Updated SwarmRouter]
Added - Tasks - max_workers
- handles task assignment properly
Fix AttributeError in ConcurrentWorkflow by Properly Initializing Tasks List
- other functionality remains same , code is just slightly rearranged if anything .
- when response is a choice , this determines how it is handled. - current implementation uses a placeholder for llm_output_parser , it needs to be updated ( next commit )
- implements the decision making , when 'choice' type output is received .
Add TaskQueueSwarm documentation
…Issue Ensure tool execution regardless of long-term memory usage
- added asdict to turn things into json compatible output
- adding updated log methods to run
- make the run update for tools
- edit "run" return type with condition on how to return if output type is JSON .
- add newer methods to the log_step_metadata for logging
- update tool usage fn to add and account for tool usage metadata.
- minor refactor
- update correct libraries & dependencies .
--- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Updates the requirements on [pygments](https://github.com/pygments/pygments) to permit the latest version. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.18.0...2.19.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Dependency ReviewThe following issues were found:
License Issuesdocs/requirements.txt
OpenSSF Scorecard
Scanned Files
|
…nd-lt-0.8.7 Update ruff requirement from >=0.5.1,<0.8.5 to >=0.5.1,<0.8.7
…eq-2.19 Update pygments requirement from ~=2.18 to ~=2.19
Updates the requirements on [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) to permit the latest version. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@10.12...10.13) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
9d3bc5d
to
c004a03
Compare
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Updates the requirements on pymdown-extensions to permit the latest version.
Release notes
Sourced from pymdown-extensions's releases.
Commits
36858c6
Mention negative indexing in Snippets documentation271950f
More consistent newline handling in blocks extensions (#2553)9e26f64
Allow negative indexes (#2552)1789d60
Docs: Update JS deps55ccf79
Allow specifying multiple line selection blocks (#2551)f6102ac
Fix some complex cases in BetterEm (#2547)9df48db
Strip sections from included file (#2541)377e8ff
Correctly document StripHTML defaults (#2535)68c70f9
Fix broken link to options in block-caption plugin page (#2533)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)📚 Documentation preview 📚: https://swarms--719.org.readthedocs.build/en/719/