v0.2.35
版本发布时间: 2024-05-02 02:16:21
superagent-ai/superagent最新发布版本:v0.2.40(2024-05-23 14:39:58)
What's Changed
- Native Function Calling by @elisalimli in https://github.com/superagent-ai/superagent/pull/973
- [refactor] Agent Classes & Parallel function calling for LLM Agent by @elisalimli in https://github.com/superagent-ai/superagent/pull/965
- fix: stream only when it's enabled by @elisalimli in https://github.com/superagent-ai/superagent/pull/978
- fix: LLMAgent's call_tool function to correctly serialize arguments by @elisalimli in https://github.com/superagent-ai/superagent/pull/979
- fix: running format and linting commands for existing files only by @elisalimli in https://github.com/superagent-ai/superagent/pull/980
- Fix bug: Shared mutable class attribute causing unexpected behavior by @elisalimli in https://github.com/superagent-ai/superagent/pull/984
- fix: cohere streaming by @elisalimli in https://github.com/superagent-ai/superagent/pull/976
- Use acompletion by @elisalimli in https://github.com/superagent-ai/superagent/pull/982
- fix conditional check for tool_calls in llm.py by @elisalimli in https://github.com/superagent-ai/superagent/pull/986
- fix conditional check for tool_calls in llm.py by @elisalimli in https://github.com/superagent-ai/superagent/pull/987
- [refactor] Use async requests in SuperRagService by @elisalimli in https://github.com/superagent-ai/superagent/pull/985
- Limit tool call depth in LLM Agent by @elisalimli in https://github.com/superagent-ai/superagent/pull/977
Full Changelog: https://github.com/superagent-ai/superagent/compare/v0.2.34...v0.2.35