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/examples/multi_agent/social_algorithms_examples
..
README.md
adaptive_workflow_algorithm_example.py
auction_market_algorithm_example.py
collaborative_brainstorming_example.py
competitive_evaluation_example.py
consensus_building_algorithm_example.py
hierarchical_decision_making_example.py
iterative_refinement_algorithm_example.py
multi_stage_pipeline_algorithm_example.py
negotiation_algorithm_example.py
peer_review_example.py
research_analysis_synthesis_example.py
swarm_intelligence_algorithm_example.py

README.md

Social Algorithms Examples

This directory contains examples demonstrating social algorithm patterns for multi-agent systems.

Examples

Overview

Social algorithms implement patterns inspired by human social interactions, including negotiation, consensus-building, peer review, and collaborative problem-solving. These examples demonstrate how multi-agent systems can leverage social dynamics for improved coordination and decision-making.