daveshap / OpenAI_Agent_Swarm

HAAS = Hierarchical Autonomous Agent Swarm - "Resistance is futile!"
MIT License
3.01k stars 386 forks source link

SUGGESTION: Genetic algorithm on top of agents swarm #22

Closed esshka closed 11 months ago

esshka commented 11 months ago

Don't you think it would be good to try implementing a genetic (evolutionary) algorithm on top of a swarm of agents? We could encode the initial knowledge and prompts (or any other settings) of the agents as their DNA. Multiply, vary, let the strongest live and the weakest die.

daveshap commented 11 months ago

Please move this to discussion as it's not a code implementation