feat: LLM agent
body: added the llmAgent class and made it run at the start.
modified the bdi_core to send a test message and recieve an awnser from LLM agent
Added a connection to a local llm via lmstudio.
Tests are Tba.
ref: N25B-207
This commit is contained in:
11
README.md
11
README.md
@@ -16,6 +16,17 @@ Using UV, installing the packages and virtual environment is as simple as typing
|
||||
uv sync
|
||||
```
|
||||
|
||||
## Local LLM
|
||||
|
||||
To run a LLM locally download https://lmstudio.ai
|
||||
When installing select developer mode, download a model (it will already suggest one) and run it (see developer window, status: running)
|
||||
|
||||
copy the url at the top right and replace LOCAL_LLM_URL with it + v1/chat/completions.
|
||||
This + part might differ based on what model you choose.
|
||||
|
||||
copy the model name in the module loaded and replace LOCAL_LLM_MODEL.
|
||||
|
||||
|
||||
## Running
|
||||
To run the project (development server), execute the following command (while inside the root repository):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user