neuro-san 0.5.45
What's Changed
- Add keys to remove for user-defined LLM class by @Noravee in #301
- Add class in llm_config in agent_hocon_reference.md by @Noravee in #303
- UN-3349 Neuro-SAN: Error raised when llm_config is omitted, despite being optional by @Noravee in #307
- Add NeuroSanLicensing distribution list as a contact for commercial license by @d1donlydfink in #295
- UN-3351 Neuro-SAN: Add keys "llm_info_file" and "agent_toolbox_info_file" for agent network hocon file by @Noravee in #310
- UN-3352 Refactor periodic updater by @d1donlydfink in #309
- UN-3355 Let through some specific asserts for AsyncHttpServiceAgentSession.streaming_chat() by @d1donlydfink in #311
- Bump langchain-openai version - We believe this might address the "Event Loop is closed" problem. by @d1donlydfink in #314
As per the "Event Loop is closed" problem in the HTTP server being fixed here, we do that
by upgrading to langchain-openai>=0.3.28 . If you have seen this problem, and are not one to update to latest dependencies,
this one is worth doing.
Full Changelog: 0.5.44...0.5.45