Skip to content

v1.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 20:08
· 296 commits to refs/heads/main since this release
d680bec

👋 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

  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 paper as well as the Baby-AGI project. Now you can see how to use AssistantAgent in example/agent/assistant_agent_usage.ipynb

image

What’s Changed

🚀 Features

📝 Documentation

👥 List of contributors

@Undertone0809 and @ruanrongman