v1.15.0
github-actions
released this
30 Mar 20:08
·
296 commits
to refs/heads/main
since this release
👋 Hello and welcome to the release notes for Promptulate v1.15.0! We're excited to share some new updates that we believe will enhance your experience with Promptulate.
For detailed information, please visit our official documentation: Promptulate Documentation
To see the code, report issues, or contribute, check out our GitHub repository: Promptulate on GitHub
Update
-
All function in
pne.chat()
, LLM Agent application make it easy. -
We add AssistantAgent, who is a powerful entity with the capabilities to plan, execute, and reflect. This is heavily inspired by the Plan-and-Solve paper as well as the Baby-AGI project. Now you can see how to use AssistantAgent in
example/agent/assistant_agent_usage.ipynb
What’s Changed
🚀 Features
- feat: optimize pne chat and add AIChat (#552) @Undertone0809
- feat:add llm factory (#502) @ruanrongman
- feat: add uacp and AssistantAgent implementation (#530) @Undertone0809
📝 Documentation
- feat: optimize pne chat and add AIChat (#552) @Undertone0809