SalesforceAIResearch / AgentLite

Apache License 2.0
353 stars 30 forks source link

Are we sticking to original value propostion #26

Open VigneshHexo opened 1 month ago

VigneshHexo commented 1 month ago

The initial value proposition of AgentLite was to provide a lightweight alternative agent framework with minimal code abstraction. By "minimal abstraction," I mean that users shouldn't need press F12 multiple times to view the source code and prompts to understand it. I wanted to take a moment to reflect on whether we are still adhering to the original mission of this project. Any thoughts maintainers? @JimSalesforce

JimSalesforce commented 1 month ago

Hi VigneshHexo,

Thanks for your thoughts. Yes, we are still keeping the library as lightweight as possible. The code itself is very simple and easy to follow since we don't have too many code lines in the library. And those tutorials also contain all the prompts and how to set the input arguments. We may also release the document soon, though it is not necessary. Any other suggestions that we could do to make AgentLite better?

chrisbraddock commented 1 month ago

I'm here because it is light and simple. That seems true.

Documentation would go a long way to that end.

The examples are good, but they don't describe all design intent, restrictions, best practices/recommendations. etc.