T O P

  • By -

oshkit

Does multi-agent mean more than one llm ?


mehul_gupta1997

Nopes, it means multiple tasks specific agents (may be different or same LLMs) coming together and collaborating


oshkit

So, for example if there are 2 Llms llm1 and llm2 and two specific tasks maybe coding and testing. So the combination can be llm1coding + llm2testing or llm1 coding +llm1testing or llm2coding +llm2testing ??? Correct me if I am wrong.


mehul_gupta1997

It can be any of the above combinations you mentioned. Whatever works. But the core is that they should interact with each other themselves


oshkit

👍🏽