fiatrete / OpenDAN-Personal-AI-OS

OpenDAN is an open source Personal AI OS , which consolidates various AI modules in one place for your personal use.
https://opendan.ai
MIT License
1.59k stars 129 forks source link

Workflow and Agent should support custom implementation #75

Closed wugren closed 2 months ago

wugren commented 9 months ago

Since there are still some flaws in the existing LLM capabilities, it is difficult to implement some complex logic by LLM decision-making, and it will be more stable to implement it through code.

waterflier commented 9 months ago

I believe this needs to be analyzed on a case-by-case basis. My perspective is that unless there are very clear accuracy requirements that should be calculated, LLM should be used as much as possible where it can be used. As a CPU, the robustness of LLM is really impressive.

wugren commented 9 months ago

Many times in applications, deterministic results are required, but LLM cannot guarantee to return deterministic results every time, at least this is my experience. What we make is a system. If a user wants to develop an app based on it, but the user just can’t find the appropriate prompt word, you can’t tell the user that you are not capable enough and stop developing it. You should give the user a way to solve the problem.

waterflier commented 2 months ago

In version 0.5.2, we are granting more flexibility in how the LLM Process and Agent behaviors are configured. This enhancement should provide users with increased adaptability to suit their specific needs. Thank you for your continued support!