| ▲ | buster 7 hours ago | |||||||||||||
Can someone please explain what this means? I'm familiar with agentic development workflows but have no clue what this means and what I can do with it? Is it something like n8n, to connect agents with some work flow and let the work flow do stuff for me? | ||||||||||||||
| ▲ | silves89 6 hours ago | parent | next [-] | |||||||||||||
In the late 90s and early 2000s there was a bunch of academic research into collaborative multi-agent systems. This included things like communication protocols, capability discovery, platforms, and some AI. The classic and over-used example was travel booking -- a hotel booking agent, a flight booking agent, a train booking agent, etc all collaborating to align time, cost, location. The cooperative agents could add themselves and their capabilities to the agent community and the potential of the system as a whole would increase, and there would perhaps be cool emergent behaviours that no one had thought of. This appears, to me, like an LLM-agent descendent of these earlier multi-agent systems. I lost track of the research after I left academia -- perhaps someone here can fill in the (considerable) blanks from my overview? | ||||||||||||||
| ||||||||||||||
| ▲ | zomux2000 6 hours ago | parent | prev [-] | |||||||||||||
openagents aims to build agent networks with "open" ecosystems, many agent systems these days are centered around workflows, but workflow is possible when you already know what kinds of agents will be there in your team. But when you allow any agent to join/leave a network, the workflow concept breaks, so this project helps developers to build a ecosystem for open collaboration. | ||||||||||||||
| ||||||||||||||