Skip to content

Releases: crazyyanchao/llmcompiler

v1.1.9

15 Aug 10:07
Compare
Choose a tag to compare
  • Added PARTIAL_RESOLVED_ARGS_PARSE configuration to the Tool input parameters, which specifies partial parameter parsing for designated fields (supports multi-parameter iterative replacement).
  • RunLLMCompiler now supports an iteration count parameter.
  • tool_call_by_row_pass_parameters annotation implementation.
  • Added DISABLE_ROW_CALL configuration to Tool output parameters, to be used in conjunction with the @tool_call_by_row_pass_parameters annotation.
  • Enhanced parameter parser.

v1.1.8

13 Aug 12:30
Compare
Choose a tag to compare
  • Support automatic loading of Tools.
  • Add an abstract class CompilerBaseTool to facilitate defining parameter dependencies.
  • Add a DISABLE_RESOLVED_ARGS configuration to the Tool's input parameters, which disables argument resolution for specified fields when this setting is used.

v1.1.7

09 Aug 04:57
Compare
Choose a tag to compare
  • add abstractclass CompilerBaseTool.

v1.1.3

08 Aug 09:12
Compare
Choose a tag to compare
  • Support for Dynamic Detection Tool List and Dynamic Loading.

v1.1.0

07 Aug 08:15
Compare
Choose a tag to compare
  • Added a decorator @tool_set_pydantic_default for Tools.
  • Added a decorator @tool_kwargs_filter for Tools.
  • Added the default Few-shot operation implementation class DefaultBaseFewShot.

v1.0.10

06 Aug 13:26
Compare
Choose a tag to compare

Add some decorators to the implementation of Tools to facilitate quick processing of Tools' input parameters.

  • add decorator <tool_kwargs_clear>.Remove invalid values.
  • add decorator <tool_kwargs_filter_placeholder>.Clean parameters that match the specified pattern.
  • add decorator <tool_set_default_value>.Set default values for parameters that are not passed.
  • add test tool FundBasicV2.

v1.0.9

05 Aug 12:54
Compare
Choose a tag to compare
  • task output bug fix.
  • args paser bug fix.
  • add kwargs_clear func.
  • add pydantic_oper func.

v1.0.5

05 Aug 07:00
Compare
Choose a tag to compare
  • Fixed the bugs of example tools.
  • Added 'runWithoutJoiner' method.
  • Optimize the code structure.

v1.0.3

03 Aug 11:28
Compare
Choose a tag to compare

The first available version of LLMCompiler.