v0.18-llm-planner
What's Changed
- Add user_goal_agent to track user's original task. by @hchen2020 in #168
- Move next step prompt to liquid template. by @Deep-Blue-2013 in #169
- Features/relocate agent templates by @iceljc in #170
- Add IContentGeneratingHook. by @Deep-Blue-2013 in #171
- refine agent data fetching by @iceljc in #172
- use BotSharpMongoDb by @iceljc in #173
- Fix bug of next_step_prompt with args. by @hchen2020 in #174
- add bulk insert agents and user agents by @iceljc in #175
- Refactor FixMalformedResponse. by @hchen2020 in #177
- Refactor FileRepository to handle non-existent directories by @xbotter in #176
- Fix typo. by @hchen2020 in #178
- Allow agent to use few-shot learning. by @hchen2020 in #179
- human_intervention_needed prompt. by @hchen2020 in #180
- Remove LoadAgent cache. by @hchen2020 in #181
- Features/fix mongo serialization add samples by @iceljc in #182
- add execution log by @iceljc in #186
- Use text completion for instruct mode. by @hchen2020 in #187
- Add SelfId to IAgentHook. by @hchen2020 in #188
- Return states in InstructResult. by @hchen2020 in #189
- Add SelfId in IInstructHook. by @hchen2020 in #190
- Features/add agent function impact by @iceljc in #191
- Populate states for ResponseTemplateService by @hchen2020 in #192
- PerInstanceCache = true by @hchen2020 in #193
- Fix OriginAgentId by @hchen2020 in #194
- Add and Default RichContent for UI Rendering Purpose by @ywang1110 in #195
New Contributors
- @ywang1110 made their first contribution in #195
Full Changelog: v0.16-google-palm2...v0.18-llm-planner