-
-
Notifications
You must be signed in to change notification settings - Fork 12.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
♻️ refactor: refactor agent runtime to better code format #6284
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
👍 @arvinxx Thank you for raising your pull request and contributing to our Community |
2904edc
to
bc9f3b2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6284 +/- ##
==========================================
+ Coverage 91.11% 91.23% +0.12%
==========================================
Files 720 721 +1
Lines 67864 67635 -229
Branches 4535 4689 +154
==========================================
- Hits 61835 61708 -127
+ Misses 6029 5927 -102
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
❤️ Great PR @arvinxx ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
### [Version 1.68.7](v1.68.6...v1.68.7) <sup>Released on **2025-03-05**</sup> #### ♻ Code Refactoring - **misc**: Refactor agent runtime to better code format. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Refactor agent runtime to better code format, closes [#6284](#6284) ([fc1ed4a](fc1ed4a)) </details> <div align="right"> [](#readme-top) </div>
🎉 This PR is included in version 1.68.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 1.109.2](v1.109.1...v1.109.2) <sup>Released on **2025-03-05**</sup> #### ♻ Code Refactoring - **misc**: Refactor agent runtime to better code format. #### 🐛 Bug Fixes - **misc**: Fix custom ai provider sdk type. #### 💄 Styles - **misc**: Fix provider order, support to show token usages. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Refactor agent runtime to better code format, closes [lobehub#6284](https://github.com/bentwnghk/lobe-chat/issues/6284) ([fc1ed4a](fc1ed4a)) #### What's fixed * **misc**: Fix custom ai provider sdk type, closes [lobehub#6712](https://github.com/bentwnghk/lobe-chat/issues/6712) ([7f8c379](7f8c379)) #### Styles * **misc**: Fix provider order, closes [lobehub#6702](https://github.com/bentwnghk/lobe-chat/issues/6702) ([27e4980](27e4980)) * **misc**: Support to show token usages, closes [lobehub#6693](https://github.com/bentwnghk/lobe-chat/issues/6693) ([71a638e](71a638e)) </details> <div align="right"> [](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
之前担心存在多个 payload 的问题,做的比较复杂导致多了一层层级结构,现在把 payload 这一层拍平了。
📝 补充信息 | Additional Information