Skip to content

Commit

Permalink
Merge pull request #80 from fractalego/writing-new-docs
Browse files Browse the repository at this point in the history
updated docs
  • Loading branch information
fractalego authored Dec 23, 2023
2 parents 2d28bfc + 872143a commit 20bdae8
Show file tree
Hide file tree
Showing 54 changed files with 356 additions and 1,270 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ However, a multi-user setup will benefit for a dedicated server.
In this case, a docker image can be used

```bash
$ docker run -p8080:8080 --env NVIDIA_DISABLE_REQUIRE=1 --gpus all fractalego/wafl-llm:latest
$ docker run -p8080:8080 --env NVIDIA_DISABLE_REQUIRE=1 --gpus all fractalego/wafl-llm:0.80
```

The interface side has a `config.json` file that needs to be filled with the IP address of the LLM side.
Expand Down
Binary file not shown.
Binary file modified documentation/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified documentation/build/doctrees/examples.doctree
Binary file not shown.
Binary file modified documentation/build/doctrees/index.doctree
Binary file not shown.
Binary file modified documentation/build/doctrees/introduction.doctree
Binary file not shown.
Binary file modified documentation/build/doctrees/license.doctree
Binary file not shown.
Binary file removed documentation/build/doctrees/rules.doctree
Binary file not shown.
Binary file not shown.
Binary file removed documentation/build/doctrees/wafl_init.doctree
Binary file not shown.
43 changes: 0 additions & 43 deletions documentation/build/html/_sources/directory_structure.rst.txt

This file was deleted.

6 changes: 4 additions & 2 deletions documentation/build/html/_sources/examples.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ Examples
.. toctree::
:maxdepth: 2

wafl_init
directory_structure
simple_rule
rule_with_examples
rules_with_execute_command
rules_with_remember_command
7 changes: 4 additions & 3 deletions documentation/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to WAFL's 0.0.45 documentation!
Welcome to WAFL's 0.0.80 documentation!
=======================================

.. toctree::
Expand All @@ -12,9 +12,10 @@ Welcome to WAFL's 0.0.45 documentation!

introduction
installation
initialization
configuration
running_WAFL
query_processing_pipeline
rules
facts_and_rules
examples
license

Expand Down
3 changes: 1 addition & 2 deletions documentation/build/html/_sources/introduction.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ WAFL is a framework for personal agents.
It integrates Large language models, speech recognition and text to speech.

This framework combines Large Language Models and rules to create a predictable behavior.
Specifically, instead of organising the work of an LLM into a chain of thoughts,
WAFL intends to organise its behavior into inference trees.
A set of rules is used to define the behavior of the agent, supporting function calling and a working memory.

WAFL is a work in progress.
The current version requires the user to specify the rules to follow.
Expand Down
2 changes: 1 addition & 1 deletion documentation/build/html/_sources/license.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ License

This software is licensed under the MIT License:

Copyright (c) 2023 [email protected]
Copyright (c) 2024 [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
11 changes: 0 additions & 11 deletions documentation/build/html/_sources/rules.rst.txt

This file was deleted.

28 changes: 0 additions & 28 deletions documentation/build/html/_sources/rules_and_backtracking.rst.txt

This file was deleted.

67 changes: 0 additions & 67 deletions documentation/build/html/_sources/wafl_init.rst.txt

This file was deleted.

153 changes: 0 additions & 153 deletions documentation/build/html/directory_structure.html

This file was deleted.

Loading

0 comments on commit 20bdae8

Please sign in to comment.