🚀Lightweight Large language model automation and Autonomous Language Agents development framework. Build your LLM Agent Application in a pythonic way!
I think we can build a more elegant way to use promptulate sdk and I recommend we can use the following writing method.
import promptulate as pne
pne.xxx()
To achieve this goal, we need to make overall modifications to the project, optimize the implementation of delayed imports for all modules, and build a global configuration
🔈 Motivation
Currently, promptulate sdk seems like langchain, a complex way to call component. pne way can provide a more easier writing method for user.
🚀 Feature Request
I think we can build a more elegant way to use promptulate sdk and I recommend we can use the following writing method.
To achieve this goal, we need to make overall modifications to the project, optimize the implementation of delayed imports for all modules, and build a global configuration
🔈 Motivation
Currently, promptulate sdk seems like langchain, a complex way to call component.
pne
way can provide a more easier writing method for user.