Skip to content

Releases: AnswerDotAI/dialoghelper

v0.1.21

06 Feb 07:12

Choose a tag to compare

New Features

  • Add restricted Python execution tool for LLM with sandboxed builtins (#120)
  • Add display_response for separate display/LLM tool outputs (#117)
  • log_changed (#116)
  • DRY up dname docstrings with llmtool templates (#114), thanks to @ncoop57

Bugs Squashed

v0.1.20

06 Feb 07:11

Choose a tag to compare

New Features

  • Add restricted Python execution tool for LLM with sandboxed builtins (#120)
  • Add display_response for separate display/LLM tool outputs (#117)
  • log_changed (#116)
  • DRY up dname docstrings with llmtool templates (#114), thanks to @ncoop57

Bugs Squashed

v0.1.19

05 Feb 04:39

Choose a tag to compare

New Features

  • Add restricted Python execution tool for LLM with sandboxed builtins (#120)
  • Add display_response for separate display/LLM tool outputs (#117)
  • log_changed (#116)
  • DRY up dname docstrings with llmtool templates (#114), thanks to @ncoop57

Bugs Squashed

v0.1.18

25 Jan 04:21

Choose a tag to compare

New Features

  • Add dialog_link function and update_output param to message editing tools (#110)
  • add only_exp to find_msgs tool (#103), thanks to @KeremTurgutlu

Bugs Squashed

  • Update add_scr to use ephemeral OOB target (#109), thanks to @erikgaas
  • Fix cross dlg pollution (#108), thanks to @civvic

v0.1.17

21 Jan 06:22

Choose a tag to compare

New Features

  • Add dialoghelper_explain_dialog_editing (#107)

v0.1.16

21 Jan 05:50

Choose a tag to compare

New Features

  • Refactor: move inspecttools to toolslm, add @LLMTool decorators, extract tracetools (#106)
  • Support adding after/before a message in other dlgs; add headers_only/header_section params to find_msgs (#105)
  • Rename get* to sym*, add multi-symbol support to symtype/symval, add symtype_val (#104)

v0.1.15

19 Jan 04:28

Choose a tag to compare

Bugs Squashed

  • Fix _diff_dialog to check explicit dname parameter (#102)

v0.1.14

18 Jan 23:56

Choose a tag to compare

New Features

  • Add create_dialog and rm_dialog helper functions (#101)

v0.1.13

18 Jan 23:49

Choose a tag to compare

New Features

  • Add create_dialog and rm_dialog helper functions (#101)

v0.1.12

18 Jan 23:14

Choose a tag to compare

New Features

  • Add ids filter to find_msgs (#100)