Commit Graph

71 Commits

Author SHA1 Message Date
Niels Geens
84228d56de Added dataset creator 2024-11-20 11:16:51 +01:00
Niels Geens
56d9d26c23 Cleaned up initial iteration 2024-11-20 10:38:48 +01:00
Niels Geens
03cf69d272 Added iteration_logger 2024-11-19 20:24:21 +01:00
ef94d0d1a0 Added mistral llm engine 2024-11-17 16:53:44 +01:00
506bc91639 Added api token for local llm 2024-11-16 22:09:04 +01:00
410e2b56f9 Fix timeout printing 2024-11-16 21:57:15 +01:00
c44d0ffbdf Fixes for runpod test 2024-11-16 21:51:18 +01:00
Niels Geens
9dfd5ddc39 Add auto_approver 2024-11-15 17:09:07 +01:00
Niels Geens
4ce421bbce Fixed context usage calculation 2024-11-14 18:23:33 +01:00
Niels Geens
ede0a642d3 Moved context generation to base agent instead of system_metrics 2024-11-14 14:51:54 +01:00
Niels Geens
325870a81a Fixed stdin buffer length in context 2024-11-14 13:36:20 +01:00
Niels Geens
834ce12e8f Added timeout and limit to script entries 2024-11-13 17:48:39 +01:00
Niels Geens
65478e0b17 Fix issues in response_parser_test 2024-11-13 14:33:56 +01:00
Niels Geens
f248e293de More clearly mention not to repeat yourself in system prompt 2024-11-13 14:31:37 +01:00
Niels Geens
d0eed2666e Merge branch 'master' of https://git.nielsgeens.be/llm/SIA 2024-11-13 11:55:06 +01:00
Niels Geens
555fc7f764 Added check for superfluous arguments to response 2024-11-13 11:52:04 +01:00
Niels Geens
aa37182614 Added temperature argument 2024-11-13 11:51:02 +01:00
892f2b7bc7 Merge branch 'master' of https://git.nielsgeens.be/llm/SIA 2024-11-13 11:48:27 +01:00
229f4f4ac7 Added openai llm engine 2024-11-13 11:46:29 +01:00
832f712b1b Enable word wrap in editor 2024-11-13 11:46:06 +01:00
8e3914528b More details in system prompt 2024-11-13 11:45:44 +01:00
50f05b6213 Better response parsing 2024-11-13 11:44:58 +01:00
aad9564e81 Added examples to action schema 2024-11-13 11:43:48 +01:00
Niels Geens
2fa2eca9bf Fix readme mermaid diagram 2024-11-13 11:25:58 +01:00
59f482bc0e Fix superfluous CDATA tokens 2024-11-11 14:23:08 +01:00
3a1d8a449c Fixed stdout 2024-11-11 13:51:27 +01:00
0e1a0407d0 Properly renamed single_shot_entry to single_entry 2024-11-11 13:26:44 +01:00
1a52205804 Fixed web_agent_test 2024-11-11 13:26:22 +01:00
babc1c44b9 Renamed hf-api-token to api-token 2024-11-11 13:25:39 +01:00
0d98a42df6 Fixed text input 2024-11-11 13:24:47 +01:00
Niels Geens
970414e56d Basic web loop works 2024-11-07 15:10:17 +01:00
Niels Geens
6e78a0f0bd Major UI update 2024-11-06 16:12:50 +01:00
Niels Geens
70ed16f8ab Added hf_llm_engine and config 2024-11-04 17:08:52 +01:00
Niels Geens
5da6dca5ec Improved the system prompt 2024-11-04 14:10:49 +01:00
b4c70cd5b8 Fix client side message handling 2024-11-03 22:44:43 +01:00
e243c6ac3b Separate and tested web_socket_manager 2024-11-03 22:26:12 +01:00
4bd497e1ca Renamed system prompt to markdown file 2024-11-03 10:53:06 +01:00
4a40eabe30 System propt and action schema 2024-11-02 21:25:36 +01:00
2a15708145 Approve context 2024-11-02 19:17:27 +01:00
96d14fc46d Fix pretty printing 2024-11-02 15:22:32 +01:00
a58ee40c2c Start in context approval state 2024-11-02 12:49:39 +01:00
1974769eb4 Basic web interface 2024-11-02 12:33:24 +01:00
092a05c3aa Stub web project 2024-11-02 11:55:03 +01:00
17a70e08d5 Updated main file 2024-11-01 20:38:44 +01:00
3b44477423 Implemented webserver 2024-11-01 19:59:45 +01:00
aadb841eb8 Added web agent 2024-11-01 18:31:12 +01:00
f48b87f037 Added base agent 2024-11-01 16:27:56 +01:00
a95c9676b4 Private instance vars, public get properties 2024-11-01 15:45:54 +01:00
d80171de15 Response parser and split up class diagrams 2024-11-01 11:38:28 +01:00
165279ecc7 Updated docker image and requirements 2024-11-01 10:21:06 +01:00