Skip to content

Releases: fractalego/wafl

Version 0.1.0 - First usable release!

21 Jul 09:39
9b4d95d
Compare
Choose a tag to compare

First version out of alpha

  • Voice interface
  • Fine-tuned LLMs for tool use
  • Back-end connection allows CPU

WAFL 0.0.90

27 May 14:13
b55fced
Compare
Choose a tag to compare
WAFL 0.0.90 Pre-release
Pre-release
  • Using fine-tuned LLMs to execute functions

wafl 0.0.82

31 Dec 18:40
38b590a
Compare
Choose a tag to compare
wafl 0.0.82 Pre-release
Pre-release
  • Re-wrote everything:
    • Instead of resolution tree the LLM follows rules as provided in the prompt
    • Function calling is done using the relevant LLM
  • New wafl-llm side:
    • Easier to call through pip install
  • Rules and facts are now all contained in rules.yaml

WAFL 0.0.70

26 Aug 16:43
26846b1
Compare
Choose a tag to compare
WAFL 0.0.70 Pre-release
Pre-release
  • Local download of models (if necessary)
  • The system creates rules to accomplish the task (experimental)
  • The user can run the system as a webserver on port 8889

WAFL 0.0.45

30 Apr 15:04
00561c5
Compare
Choose a tag to compare
WAFL 0.0.45 Pre-release
Pre-release

First public release

  • Interface and LLM backend are public
  • Documentation is public
  • Rules engine has CLI, audio, web interface