codelyoko
The  is an example of a primitive Multi-Agent System created by

The Anti-X.A.N.A. Program is an example of a primitive Multi-Agent System created by Jeremie Belpois

The Multi-Agent System is a type of software in computer science. In traditional programs, each usually has one of the following: either a single designated worker, or a designated leader with an arbitrary number of workers led by that leader. Multi-agent systems function differently according to this: there is an arbitrary number of workers but none of which is a designated controller, and none can view all the information of the workers while all of which are autonomous.

Real Life Information

Detailed Description

All multi-agent systems consists of agents and their environment. Typically multi-agent research refers to software agents. However, the agents in a multi-agent system could equally well be machines, humans or human teams. A multi-agent system may contain combined human-agent teams.

Every agent in a multi-agent system share the following traits:

Applications

Multi-Agent Systems are usually used in environments where having a single program perform each task isn't feasible or would be cumbersome. Common uses include:

Examples of Multi-Agent Programs in Code Lyoko

Note: Despite the fact that the Marabounta was called a multi-agent system, this was in actuality false since there was a designated leader; so while itt does follow the Agent-Based Model, it's not a true multi-agent system.

Further Reading