Alex O'Connell
|
8e68227971
|
Merge pull request #326 from acon96/release/v0.4.5
Release v0.4.5
v0.4.5
|
2025-12-14 20:23:27 -05:00 |
|
Alex O'Connell
|
3b159178fb
|
review code
|
2025-12-14 20:22:17 -05:00 |
|
Alex O'Connell
|
f87800a200
|
Release v0.4.5
|
2025-12-14 18:29:43 -05:00 |
|
Alex O'Connell
|
a351c103ff
|
refine error retry loop
|
2025-12-14 18:24:26 -05:00 |
|
Alex O'Connell
|
f5fe6b36e3
|
make ai tasks more usable
|
2025-12-14 12:35:41 -05:00 |
|
Alex O'Connell
|
1f078d0a41
|
working ai task entities
|
2025-12-14 10:34:21 -05:00 |
|
Alex O'Connell
|
b547da286f
|
support structured ouput for AI tasks
|
2025-12-14 02:30:58 -05:00 |
|
Alex O'Connell
|
6010bdf26c
|
rewrite tests from scratch
|
2025-12-14 01:07:23 -05:00 |
|
Alex O'Connell
|
c8a5b30e5b
|
clean up tool response extraction
|
2025-12-14 00:32:18 -05:00 |
|
Alex O'Connell
|
b89a0b44b6
|
support multiple LLM APIs at once
|
2025-12-13 19:03:58 -05:00 |
|
Alex O'Connell
|
5f48b403d4
|
Use the ollama python client to better handle compatability
|
2025-12-13 18:26:04 -05:00 |
|
Alex O'Connell
|
25b6ddfd0c
|
fix dev requirements
|
2025-11-30 14:10:55 -05:00 |
|
Alex O'Connell
|
f12b016b51
|
gate startup to prevent loading of broken config entries
|
2025-11-30 14:09:25 -05:00 |
|
Alex O'Connell
|
00cc5a4b57
|
Merge branch 'main' into develop
|
2025-11-22 09:43:06 -05:00 |
|
Alex O'Connell
|
f011f0d564
|
Merge pull request #321 from acon96/release/v0.4.4
Release v0.4.4
v0.4.4
|
2025-11-22 09:42:21 -05:00 |
|
Alex O'Connell
|
8d62b52f0f
|
Release v0.4.4
|
2025-11-22 09:40:39 -05:00 |
|
Alex O'Connell
|
d07c0d73a3
|
always pass tool variables to prompt
|
2025-11-22 09:25:23 -05:00 |
|
Alex O'Connell
|
84594a8062
|
Merge pull request #320 from sypticus/develop
Removed extra version segement from OpenAI API call
|
2025-11-17 22:16:37 -05:00 |
|
eddie
|
0b91769baf
|
Ensuring tool_calls in deltas dict is not None
|
2025-11-16 19:57:54 -07:00 |
|
eddie
|
7b9f8df0a4
|
Removed extra version segement from OpenAI API call
|
2025-11-16 19:51:41 -07:00 |
|
Alex O'Connell
|
b27d3c1494
|
Merge branch 'main' into develop
|
2025-11-02 13:00:43 -05:00 |
|
Alex O'Connell
|
a3cd30054b
|
Merge pull request #315 from acon96/release/v0.4.3
Release v0.4.3
v0.4.3
|
2025-11-02 12:59:28 -05:00 |
|
Alex O'Connell
|
08d3c6d2ee
|
Release v0.4.3
|
2025-11-02 12:58:36 -05:00 |
|
Alex O'Connell
|
03989e37b5
|
add initial implementation for ai task entities
|
2025-10-26 21:47:23 -04:00 |
|
Alex O'Connell
|
ca6050b6d5
|
Merge pull request #312 from mad3max3/develop
Fix config_flow set of model_config
|
2025-10-26 21:41:59 -04:00 |
|
Oscar
|
0ac4c3afcf
|
Fix config_flow set of model_config
|
2025-10-26 19:56:10 +01:00 |
|
Alex O'Connell
|
4b071647a9
|
refresh backend options documentation
|
2025-10-25 23:48:59 -04:00 |
|
Alex O'Connell
|
2f9181ab37
|
update TODO
|
2025-10-25 23:33:59 -04:00 |
|
Alex O'Connell
|
ce2b2d84b2
|
Merge branch 'main' into develop
|
2025-10-25 23:22:18 -04:00 |
|
Alex O'Connell
|
8759b01739
|
Merge pull request #311 from acon96/release/v0.4.2
Release v0.4.2
v0.4.2
|
2025-10-25 23:22:01 -04:00 |
|
Alex O'Connell
|
4c678726d4
|
Release v0.4.2
|
2025-10-25 23:17:29 -04:00 |
|
Alex O'Connell
|
5429d72aee
|
setup page tweaks
|
2025-10-25 23:08:31 -04:00 |
|
Alex O'Connell
|
0206673303
|
use qwen3 instead of mistral as ollama example
|
2025-10-25 22:57:29 -04:00 |
|
Alex O'Connell
|
050a539f72
|
fix issue with model default value detection, fix model tool usage with home-llm api, and add better descriptions for certain settings
|
2025-10-25 22:42:47 -04:00 |
|
Alex O'Connell
|
f50997d1a3
|
properly clear llm API when updating settings
|
2025-10-23 21:22:33 -04:00 |
|
Alex O'Connell
|
455ad3f3d2
|
Merge pull request #306 from syn-nick/develop
Handle empty finish_reason
|
2025-10-23 21:20:18 -04:00 |
|
Alex O'Connell
|
1f258515c3
|
Merge pull request #307 from loopy321/develop
Fix slice/Type error by enforcing integer in config_flow.py
|
2025-10-23 21:19:54 -04:00 |
|
loopy321
|
3443ae3f47
|
Update config_flow.py to fix slicer errors
As per https://github.com/acon96/home-llm/issues/303
|
2025-10-22 08:33:09 -05:00 |
|
syn-nick
|
089aa8cff0
|
handle empty finish_reason
|
2025-10-22 11:19:30 +02:00 |
|
Alex O'Connell
|
99aea64f57
|
Merge branch 'main' into develop
|
2025-10-12 10:39:46 -04:00 |
|
Alex O'Connell
|
5676733abb
|
Merge pull request #300 from acon96/release/v0.4.1
Release v0.4.1
v0.4.1
|
2025-10-12 10:39:15 -04:00 |
|
Alex O'Connell
|
e28132a17a
|
Release v0.4.1
|
2025-10-12 10:37:46 -04:00 |
|
Alex O'Connell
|
5cb910d71c
|
add missing downloaded file config attribute
|
2025-10-12 10:28:26 -04:00 |
|
Alex O'Connell
|
43632eef88
|
Merge branch 'main' into develop
|
2025-10-08 21:40:55 -04:00 |
|
Alex O'Connell
|
3b5417b3a9
|
Merge pull request #297 from acon96/release/v0.4
Release v0.4
v0.4
|
2025-10-08 21:40:10 -04:00 |
|
Alex O'Connell
|
fed5aa8309
|
Release v0.4
|
2025-10-08 21:27:24 -04:00 |
|
Alex O'Connell
|
2df454985d
|
Build llama.cpp wheels in forked repo + support reinstallation
|
2025-10-08 21:19:06 -04:00 |
|
Alex O'Connell
|
286cf9a888
|
build all cpu backend variants for releases
|
2025-10-05 14:27:29 -04:00 |
|
Alex O'Connell
|
a508a53d37
|
Fix a setup issue with invalid hostnames
|
2025-10-04 11:37:52 -04:00 |
|
Alex O'Connell
|
78fe539078
|
Merge pull request #283 from acon96/feature/agents-and-tools
Agentic Tool Use & Config Entry re-write
|
2025-09-21 20:42:19 -04:00 |
|