alipay / agentUniverse

agentUniverse is a LLM multi-agent framework that allows developers to easily build multi-agent applications.
Apache License 2.0
514 stars 60 forks source link

DOE pattern example #92

Open jchang98 opened 2 weeks ago

jchang98 commented 2 weeks ago

Can you provide some examples of how to use DOE patterns? Such as earnings report generation

LandJerry commented 2 weeks ago

Can you provide some examples of how to use DOE patterns? Such as earnings report generation

Hi,jchang98. DOE is currently under internal testing, and we are not able to release it publicly for now. Please stay tuned for updates. However, we can share some conceptual insights. For example, in the "D" (Data-fining) phase of DOE, we process revenue data. In the "O" (Opinion-inject) phase, we inject insights from financial experts. In the "E" (Express) phase, we generate outputs in accordance with financial reporting standards.

weakcore commented 1 week ago

Can you provide some examples of how to connect to a local model??

LandJerry commented 5 days ago

Can you provide some examples of how to connect to a local model??

see https://github.com/alipay/agentUniverse/blob/master/docs/guidebook/en/3_1_2_Ollama_LLM_Use.md

or https://github.com/alipay/agentUniverse/blob/master/agentuniverse/llm/default/default_ollama_llm.py