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
Hugh b4245f8f17
restored missing sync files
1 month ago
..
README.md restored missing sync files 1 month ago
adaptive_workflow_algorithm_example.py restored missing sync files 1 month ago
auction_market_algorithm_example.py restored missing sync files 1 month ago
collaborative_brainstorming_example.py restored missing sync files 1 month ago
competitive_evaluation_example.py restored missing sync files 1 month ago
consensus_building_algorithm_example.py restored missing sync files 1 month ago
hierarchical_decision_making_example.py restored missing sync files 1 month ago
iterative_refinement_algorithm_example.py restored missing sync files 1 month ago
multi_stage_pipeline_algorithm_example.py restored missing sync files 1 month ago
negotiation_algorithm_example.py restored missing sync files 1 month ago
peer_review_example.py restored missing sync files 1 month ago
research_analysis_synthesis_example.py restored missing sync files 1 month ago
swarm_intelligence_algorithm_example.py restored missing sync files 1 month ago

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.