Skip to content

Commit 0812fc5

Browse files
authored
Update README.md
1 parent 4961808 commit 0812fc5

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It offers the following functionalities:
3333

3434
## Agent thinking mode (experimental)
3535

36-
An attempt to replicate tool usage / agent logic in Lite. Essentially, the AI is provided the user input and a list of tools that it can use. Should work on all UI modes for instruct.
36+
An attempt to replicate tool usage / agent logic in Lite. Essentially, the AI is provided the user input and a list of tools that it can use. Should work on all UI modes for instruct, along with supporting chat names.
3737

3838
The currently supported options include:
3939
- Sending messages / Asking for additional user input (including AI suggested options like a text adventure)
@@ -59,6 +59,18 @@ The currently supported options include:
5959
- Supports system prompts, both using and setting it automatically
6060
- Supports setting a "state" parameter which is always inserted at the end of the text. It is also possible to define the format that the response must use (i.e. {health: 10, mana: 20...})
6161
- Support enforcing a specific action order (i.e. the agent can be set to always roll a dice, then send a response)
62+
- Support for manually preventing the agent from taking specific actions:
63+
64+
```
65+
[DOCUMENT BREAK][Forbidden agent commands]ask_user|roll_dice[DOCUMENT BREAK]
66+
```
67+
68+
- Support for randomly selecting elements from a list of items. The lists can be defined in the TextDB with:
69+
70+
```
71+
[DOCUMENT BREAK][Table:Genres]Action Fantasy
72+
Horror[DOCUMENT BREAK]
73+
```
6274

6375
Using this function requires the following conditions to be met:
6476
- Use an instruct model
@@ -75,6 +87,8 @@ Using this function requires the following conditions to be met:
7587

7688
![image](https://github.com/user-attachments/assets/41ec4f1c-5698-4ef3-ba7c-6998cbc1d8f3)
7789

90+
- Upload document support (including upload of text documents, lorebooks, PDFs (SevenOf9 wrote the parser), OCR using the vision model loaded, and transcription from audio)
91+
- Export / Import of WI groups from files
7892

7993
## Running the fork
8094

0 commit comments

Comments
 (0)