v0.9-routing
·
3 commits
to v0.9.0-routing
since this release
What's Changed
- Seperate UserAgent. by @hchen2020 in #87
- LLM Functions by @hchen2020 in #88
- Load function from conversation history. by @hchen2020 in #89
- IFunctionCallback by @hchen2020 in #90
- Messenger platform. by @hchen2020 in #92
- Adjust conversation history format. by @hchen2020 in #93
- Tracking conversation state. by @hchen2020 in #94
- File repository. by @hchen2020 in #95
- Support agent switch based on state. by @hchen2020 in #96
- Fix FileRepository bug. by @hchen2020 in #97
- Expose search. by @hchen2020 in #98
- modify cosine function by @evan-cao-wb in #99
- Add Agent hook. by @hchen2020 in #101
- Redefine IFunctionCallback.Execute. by @hchen2020 in #102
- Add GetVectors batch interface. by @hchen2020 in #103
- Refactor to support agent router. by @hchen2020 in #104
- Support liquid template. by @hchen2020 in #105
- Enhance Agent Rounter mechanism by @hchen2020 in #106
- Add maxRecursiveDepth to avoid keeping calling LLM. by @hchen2020 in #107
- Support rich content in UI. by @hchen2020 in #108
- Apply centralized routing by routing table. by @hchen2020 in #110
- Remove RoutingResult. by @hchen2020 in #111
- Fix dead loop when depth exceeds the limit. by @hchen2020 in #112
- Allow agent redirect directly. by @hchen2020 in #113
- Catch and log function call error. by @hchen2020 in #115
New Contributors
- @evan-cao-wb made their first contribution in #99
Full Changelog: v0.6...v0.9-routing