The new context modes within deepagents provide a mechanism for managing context across multiple agents. Subagents can now either fork the context of a supervisor, inheriting its information, or operate in an isolated context, minimizing interference. This isolation can lead to reduced computational costs and improved performance for specific tasks. The design allows for a more targeted approach to multi-agent problem-solving. Context modes are intended to facilitate faster execution and lower operational expenses.
Source: https://www.langchain.com/blog/organizing-context-in-a-multi-agent-harness


