Releases: fractalego/wafl
Releases · fractalego/wafl
Version 0.1.0 - First usable release!
First version out of alpha
- Voice interface
- Fine-tuned LLMs for tool use
- Back-end connection allows CPU
WAFL 0.0.90
- Using fine-tuned LLMs to execute functions
wafl 0.0.82
- 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
- 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
First public release
- Interface and LLM backend are public
- Documentation is public
- Rules engine has CLI, audio, web interface