| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Update MAGI to handle both true and simulated MAS tools
So...it turns out that some tools are not actually capable of
running sub-agents concurrently. Instead they 'simulate' the
agents using the main agent. This means that a multi-agent
SKILL which is optimized for a "true MAS" tool will not perform
as well on the "simulated MAS" tool.
This CL adds a grounding directive for the agents, especially the
Orchestrator, to indicate whether the protocol should run in a
centralized fashion for a simulated MAS tool or decentralized
for a true-MAS tool.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |