Occupying-Mars

Results 16 issues of Occupying-Mars

fixed for the WORKSPACE_DIR issues and fixes this solution provides: - A default workspace if none is specified - Automatic directory creation - Consistent access point for workspace configuration -...

structs
telemetry
utils

Similar to concurrent workflows but entire agent lists provided can work async base code more would be added soon ----- will be using this same branch to commit and push...

documentation
tests
structs

Updated docs for swarms_router and concurrent_workflows (added methods) issues https://github.com/users/kyegomez/projects/1/views/1?filterQuery=&pane=issue&itemId=84220710 and https://github.com/users/kyegomez/projects/1/views/1?filterQuery=&pane=issue&itemId=84220797 are now fixed ---- 📚 Documentation preview 📚: https://swarms--624.org.readthedocs.build/en/624/

documentation

Thank you for contributing to Swarms! changed agent.py so it loads new executatbles like threadpoolexecuter ---- 📚 Documentation preview 📚: https://swarms--741.org.readthedocs.build/en/741/

structs

Added two key methods to AgentRearrange class in swarms/structs/rearrange.py: generate_flow(task_type, agent_groups): Generates flow patterns based on three types: Sequential: "a -> b -> c" Parallel: "a, b, c" Hybrid: "(a,...

structs

# Unified Swarm Output Schema for harshals ui ## Changes Made 1. Created a new unified schema system in `swarms/schemas/swarm_output_schemas.py` that standardizes output across all swarm types: - Base `SwarmOutput`...

structs