Skip to content

v0.24.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 09:39
· 36 commits to main since this release
6f60ad4

REPL Changing

- .save agent-config       Save the current agent config to file
+ .edit rag-docs           Edit the RAG documents

New Features

  • .info role/.exit role works for session role (#958)
  • support .edit rag-docs (#964)
  • change agent config/variables (#967)
  • support session-scoped agent variables (#969)
  • .agent accepts session name (#970)
  • add config user_agent (#971)
  • support overriding agent config with env vars (#974)
  • add hunyuan client (#980)
  • remove supports for huggingface (#988)
  • support env <AGENT_NAME>_CONFIG_FILE (#990)
  • save function calls in the session (#994)
  • support autonaming session (#1001)

Bug Fixes

  • unexpected Ctrl-C/Ctrl-D handling in non-stream REPL Chat (#957)
  • WebUI unsupported value error when invoking o1-* models (#983)
  • invalid request on qianwen multi tool-calls (#993)