What's Changed
- When the docstring is empty, it will be set to the source code of the function.
- Support for deepseek models has been added.
- dashscope currently does not allow changing base_url.
- openai currently supports changing base_url.
- The bug where the Agent would introduce itself twice in a row has been fixed.
- The prompt has been optimized to improve performance.
- Resolved the issue where Abilities might be added repeatedly, and now the self-introduction is only refreshed after adding non-duplicate Abilities.
----
* fix: 修复了 self introduce 会重复的 bug by vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/53
* update Readme by vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/55
* Feat/deepseek support by vortezwohl in https://github.com/vortezwohl/CEO-Agentic-AI-Framework/pull/56
**Full Changelog**: https://github.com/vortezwohl/CEO-Agentic-AI-Framework/compare/0.11.2-preview...0.11.5-preview