Aggregate-Intellect / sherpa

https://sherpa-ai.readthedocs.io/
Other
165 stars 46 forks source link

[FEATURE] Configuration in States #422

Open 20001LastOrder opened 3 days ago

20001LastOrder commented 3 days ago

PROBLEM Currently, the prompt for selecting actions is fixed in the policy, e.g. ReACT Policy.

However, with the state management implementation, one may want to have different prompts for selecting the next actions based on the state the agent is currently in. Thus, we should support config prompt at the state level.

20001LastOrder commented 3 days ago

One potential issue associated with this is that the library we used for state management supports many types of state management. Each type uses different types of state. We need to investigate whether we can support all of them or we should only select one.