7 published lessons with this tag.
When you run several cognitive agents they need to work together not interfere with each other.
When two agents try to handle the same situation they may give conflicting instructions.
When agents need to share information define clearly how that information flows.
Define how the output of one agent becomes the input of another.
A meta-agent that coordinates other agents by deciding which should run when.
Sometimes combined agent behavior produces results none of the individual agents intended.
When your agents work together smoothly the result looks like natural ability to others.