langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
52.6k stars 7.69k forks source link

Whether the agent can support more thinking patterns #10949

Open dadastory opened 4 days ago

dadastory commented 4 days ago

Self Checks

1. Is this request related to a challenge you're experiencing? Tell me about your story.

I think the current React pattern do not works very well, and function call doesn't support it for some models. Whether or not dify can support more patterns, as far as I know there are nine implementations in total.

  1. plan and solve
  2. reason without observation
  3. llmcompiler
  4. basic reflection
  5. reflexion
  6. language agent tree search
  7. self discover
  8. storm If the agent can support the above patterns, I think dify will replace many products. (^v^)

2. Additional context or comments

No response

3. Can you help us with this feature?

crazywoola commented 4 days ago

Sounds very interesting.