Leemin0311
Leemin0311
Hi @Chenyl-Sai, Correct if I'm wrong. As far as I test and read the source code of deepagents, The main agent only stores the in/output of subagent. Thus the main...
@Chenyl-Sai You can check the code you quoted again. In the `_validate_and_prepare_state` function, `runtime.state.items()` is the state of main agent, and only the fileds **except** messages and todos are added...
@Chenyl-Sai Totally understand this. But in some cases, the main agent doesn't need be aware of the subagent state while the subagent need its own short memory. For example. There...
> Natural language variations can be huge—so how do you ensure that different user questions about the same product map back to the same thread_id? only for the same user...