You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/swarms/structs
CI-DEV a19ddc9fb8
Update agent_builder.py
1 week ago
..
__init__.py [IMPROVEMENT][Improve HiearchicalSwarm with streaming callbacks][Add docs as well][New examples] 1 month ago
agent.py [examples][cleanup workshop examples] 3 weeks ago
agent_builder.py Update agent_builder.py 1 week ago
agent_loader.py [FIX][1091][Docs for custom base url] [FIX][1092][ReturnType issue for agent yaml] 2 weeks ago
agent_rearrange.py [IMPROVEMENT][AgentRearrange][Integrate concurrent agent execution in agent rearrange through the comma type] [AgentRearrange][Docs] 3 weeks ago
agent_registry.py swarms api docs 8 months ago
agent_roles.py agent roles for routers 8 months ago
agent_router.py [IMPROVEMENT][AgentLoader with markdown, csv, and other capaibilties] [fix examples] [swarms.utils.agent_loader -> MarkdownAgentLoader] [util][swarm_id] [Improve SequentialWorkflowPrompting] 1 month ago
auto_swarm_builder.py [docs][improve auto swarm builder docs] 2 weeks ago
base_structure.py [5.6.8] 1 year ago
base_swarm.py [FIX][Mcp logic file path name] [Improvement][Majority voting] [Improvement][Agent markdown formatter] 1 month ago
batch_agent_execution.py [REMOVE UN-USED FILES] [Cleanup Concurrent Dashboard] [file renaming] 2 months ago
batched_grid_workflow.py [Multi-MCP Examples] [Docs for multi mcp] [FIX][MCP client migration to streamable http instead of sse] [cleanup][examples] 4 weeks ago
board_of_directors_swarm.py [FIX][AgentLoader] [REMOVE][DeepResearchSwarm] 2 months ago
concat.py [5.4.8] 1 year ago
concurrent_workflow.py [FEAT][Reasoning Integration] [Improvement][MajorityVoting Cleanup] [EXAMPLE][Firecrawl Agent] [FEAT][Streaming Callback for ConcurrentWorkflow] 1 month ago
conversation.py [IMPROVEMENT][Add types to cli] [DOCS] [FastAPI Deployment Guide] [Overview docs of deployment solutions] 2 months ago
council_as_judge.py [IMPROVEMENT][AgentLoader with markdown, csv, and other capaibilties] [fix examples] [swarms.utils.agent_loader -> MarkdownAgentLoader] [util][swarm_id] [Improve SequentialWorkflowPrompting] 1 month ago
cron_job.py [ORGANIZE MCP EXAMPLES] 1 month ago
csv_to_agent.py [IMPROVEMENT][AgentLoader with markdown, csv, and other capaibilties] [fix examples] [swarms.utils.agent_loader -> MarkdownAgentLoader] [util][swarm_id] [Improve SequentialWorkflowPrompting] 1 month ago
custom_agent.py [FEAT][New Multi-Agent Execution utilities][run_agents_concurrently_uvloop] [run_agents_with_tasks_uvloop] [Improvement][Improved the batched_grid_agent_execution to use concurrent futures] [Updated docs] [Agent][Fix batched run] [FEAT][CustomAgent] [New util examples] 1 month ago
deep_discussion.py [feat][all new multi-agent methods] [feat][cronjob] [improvement][graphworkflow] 2 months ago
graph_workflow.py fix readme 2 months ago
groupchat.py agent api completions docs 5 months ago
heavy_swarm.py [EXAMPLES][Hackathon section] [DEPDENCIES][ORJSON] 2 weeks ago
hiearchical_swarm.py [FEAT][Agent Prompt Transform] [Hiearchical][Examples] 4 weeks ago
hierarchical_structured_communication_framework.py [FIX][AgentLoader] [REMOVE][DeepResearchSwarm] 2 months ago
hybrid_hiearchical_peer_swarm.py [NEW DOCS] [Updated swarms api documentation] [IMPR] [Improved swarms output types and automatic port] 4 months ago
image_batch_processor.py [FEAT][Interactive Groupchat] + [DOCS][Agents as tools] 4 months ago
interactive_groupchat.py fix docs protocols 3 months ago
ma_blocks.py agent with tools 4 months ago
ma_utils.py [NEW][Examples] [simulations.senatorassembly -> to swarms.sim] 2 months ago
majority_voting.py [MAJORITYVOTING][DOCS][Improve Majority Voting docs] 3 weeks ago
malt.py swarms rust documentation code 4 months ago
meme_agent_persona_generator.py cleanup and swarm docs 8 months ago
mixture_of_agents.py mixture of agents improvement and fix and example in docs with image 4 months ago
model_router.py [docs][swarms-platform] 8 months ago
multi_agent_debates.py [feat][all new multi-agent methods] [feat][cronjob] [improvement][graphworkflow] 2 months ago
multi_agent_exec.py [FEAT][New Multi-Agent Execution utilities][run_agents_concurrently_uvloop] [run_agents_with_tasks_uvloop] [Improvement][Improved the batched_grid_agent_execution to use concurrent futures] [Updated docs] [Agent][Fix batched run] [FEAT][CustomAgent] [New util examples] 1 month ago
multi_agent_router.py [IMPROVEMENT][AgentRearrange][Integrate concurrent agent execution in agent rearrange through the comma type] [AgentRearrange][Docs] 3 weeks ago
multi_model_gpu_manager.py [feats][swarms.communication] + [docs][cleanup] + [tests][cleanup and swarms.communication] 5 months ago
omni_agent_types.py [DOCS][LUMO] 9 months ago
qa_swarm.py [feat][heavyswarm][docs] [demo][persona sim] [feat][electionswarm] [enhance] [agentjudge][docs] 3 months ago
round_robin.py [DOCS][Fix docs with old swarms_model code] 1 month ago
safe_loading.py [FEAT][Agent][save][load] [FIX][openai assistants] 10 months ago
sequential_workflow.py [EXAMPLES][Hackathon section] [DEPDENCIES][ORJSON] 2 weeks ago
spreadsheet_swarm.py [IMPROVEMENT][Improve SpreadSheetSwarm, make it truly concurrent, improve csv logging, improve docs, new examples] 2 weeks ago
stopping_conditions.py fix system prompt, fix agent prompting swarms, new auto swarm builder, auto swarm builder docs, and more 5 months ago
swarm_id.py [IMPROVEMENT][AgentLoader with markdown, csv, and other capaibilties] [fix examples] [swarms.utils.agent_loader -> MarkdownAgentLoader] [util][swarm_id] [Improve SequentialWorkflowPrompting] 1 month ago
swarm_rearrange.py [IMPROVEMENT][AgentLoader with markdown, csv, and other capaibilties] [fix examples] [swarms.utils.agent_loader -> MarkdownAgentLoader] [util][swarm_id] [Improve SequentialWorkflowPrompting] 1 month ago
swarm_registry.py [LOGGING FIXES] 11 months ago
swarm_router.py [EXAMPLES][Hackathon section] [DEPDENCIES][ORJSON] 2 weeks ago
swarming_architectures.py [NEW DOCS] [Updated swarms api documentation] [IMPR] [Improved swarms output types and automatic port] 4 months ago
transforms.py [Multi-MCP Examples] [Docs for multi mcp] [FIX][MCP client migration to streamable http instead of sse] [cleanup][examples] 4 weeks ago
tree_swarm.py [MCP Deployment as an agent deploy method] [improve hiearchical marketing example] 1 month ago
utils.py [7.1.2] - many files deleted 8 months ago
various_alt_swarms.py swarms api pricing docs 7 months ago