👋 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](https://undertone0809.github.io/promptulate/#/)
To see the code, report issues, or contribute, check out our GitHub repository: [Promptulate on GitHub](https://github.com/Undertone0809/promptulate)
Update
1. All function in `pne.chat()`, LLM Agent application make it easy.
2. 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](https://arxiv.org/abs/2305.04091) paper as well as the [Baby-AGI](https://github.com/yoheinakajima/babyagi) project. Now you can see how to use AssistantAgent in `example/agent/assistant_agent_usage.ipynb`
![image](https://github.com/Undertone0809/promptulate/assets/72488598/423d1ad1-a422-4b5a-99cf-32ed7c63cc74)
What’s Changed
:rocket: Features
* feat: optimize pne chat and add AIChat (552) Undertone0809
* feat:add llm factory (502) ruanrongman
* feat: add uacp and AssistantAgent implementation (530) Undertone0809
:pencil: Documentation
* feat: optimize pne chat and add AIChat (552) Undertone0809
:busts_in_silhouette: List of contributors
Undertone0809 and ruanrongman