Skip to content
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 README.md to fix discord link #730

Closed
wants to merge 3,341 commits into from

Conversation

evelynmitchell
Copy link
Contributor

@evelynmitchell evelynmitchell commented Jan 8, 2025

The prior discord link had expired.


📚 Documentation preview 📚: https://swarms--730.org.readthedocs.build/en/730/

Your Name and others added 30 commits October 21, 2024 19:37
Added 
- Tasks 
- max_workers
- handles task assignment properly
…lows

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 .
…-Access-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 .
- create class to execute modular unittests 
- def setup for modular setup 
- objective to keep setup minimal , so that tests aren't bloated and fast to run
- Since most param have a set default , init of necessary condition is a valid and supportive op wrt test speed .
- Implemented test_log_step_metadata_basic to verify the correct logging of step metadata including step_id, timestamp, tokens, and memory usage.
- Confirmed that the token counts for total are accurately logged.
- Implemented test_log_step_metadata_no_long_term_memory to ensure that when long-term memory is None, the memory_usage for long_term is an empty dictionary in the log result.
kyegomez and others added 26 commits January 2, 2025 20:44
---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
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] <support@github.com>
minor fix
…-0.5.1-and-lt-0.8.7

Update ruff requirement from >=0.5.1,<0.8.5 to >=0.5.1,<0.8.7
…-approx-eq-2.19

Update pygments requirement from ~=2.18 to ~=2.19
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jan 8, 2025
@kyegomez kyegomez closed this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants