Undertone0809 / promptulate

🚀Lightweight Large language model automation and Autonomous Language Agents development framework. Build your LLM Agent Application in a pythonic way!
https://promptulate.cn/
Apache License 2.0
334 stars 34 forks source link

import promptulate as pne #169

Closed Undertone0809 closed 9 months ago

Undertone0809 commented 12 months ago

🚀 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.

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.

Undertone0809 commented 11 months ago

V1.10.0 is compatible with this feature for the first time and will be continuously improved in subsequent versions.