Releases: Undertone0809/promptulate
v1.16.3
👋 Hello and welcome to the release notes for Promptulate v1.16.3! 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
What’s Changed
👥 List of contributors
v1.16.2
👋 Hello and welcome to the release notes for Promptulate v1.16.2! 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
What’s Changed
- feat: add planner (#658) @Undertone0809
- test: update test_tool.py (#664) @eltociear
👥 List of contributors
v1.16.1
👋 Hello and welcome to the release notes for Promptulate v1.16.1! 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
What’s Changed
- docs: optimize hook docs (#649) @Undertone0809
- Hizeros/hookdocs (#629) @Hizeros
⬆️ Dependencies updates
- ⬆️ Bump langchain-core from 0.1.33 to 0.1.46 (#618) @dependabot
👥 List of contributors
v1.16.0
👋 Hello and welcome to the release notes for Promptulate v1.15.4! 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
What’s Changed
- feat: optimize llm factory and pne.chat (#627) @Undertone0809
- test: add an example about building math application with agent (#566) @Hizeros
🔧 Fixes & Refactoring
👥 List of contributors
v1.15.3
👋 Hello and welcome to the release notes for Promptulate v1.15.3! 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
What’s Changed
- No changes
👥 List of contributors
v1.15.2
👋 Hello and welcome to the release notes for Promptulate v1.15.2! 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
What’s Changed
- fix: ddg depc error in webagent (#595) @Undertone0809
👥 List of contributors
v1.15.1
👋 Hello and welcome to the release notes for Promptulate v1.15.1! 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
What’s Changed
- fix: error when init toolkit in tool manager (#593) @Undertone0809
⬆️ Dependencies updates
- ⬆️ Bump openai from 1.14.2 to 1.16.2 (#574) @dependabot
👥 List of contributors
@Undertone0809, @dependabot and @dependabot[bot]
v1.15.0
👋 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
👥 List of contributors
v1.14.0
👋 Hello and welcome to the release notes for Promptulate v1.14.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
What’s Changed
- add file_operator tools (#466) @longsihua2003
- pref: optimize langchain tool usage (#500) @Undertone0809
- ci: reduce the fre of dependabot (#498) @Undertone0809
🚀 Features
👥 List of contributors
v1.13.2
👋 Hello and welcome to the release notes for Promptulate v1.13.2! 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
What’s Changed
🚀 Features
- pref: compatible with pydantic v2 (#483) @Undertone0809
- pref: optimize BaseTool and add unit test for ToolManager (#480) @Undertone0809
⬆️ Dependencies updates
- pref: compatible with pydantic v2 (#483) @Undertone0809
- ⬆️ Bump httpx from 0.26.0 to 0.27.0 (#456) @dependabot
- ⬆️ Bump litellm from 1.23.5 to 1.23.14 (#433) @dependabot
👥 List of contributors
@Undertone0809, @dependabot and @dependabot[bot]