Commit graph

367 commits

Author SHA1 Message Date
Christopher Gondek
ba1daa2d73 feat: allow users to specify tools when posting messages 2025-10-09 16:56:27 +02:00
Christopher Gondek
2b5d7506d0 feat: add endpoints to get tools per user 2025-10-09 16:23:29 +02:00
Christopher Gondek
4b75ffd70c feat: add admin endpoints for chatbot tools 2025-10-09 15:30:15 +02:00
Christopher Gondek
0c5d0f957f feat: add tools and tools permissions to db with auto sync 2025-10-09 11:39:04 +02:00
Christopher Gondek
8538821d0c fix: pydantic schema issue 2025-10-09 10:54:11 +02:00
Christopher Gondek
478e139730 Merge branch 'int' into feat/chatbot 2025-10-09 10:36:22 +02:00
Christopher Gondek
179b848ecb fix: hide tool calls from chatbot history 2025-10-08 17:22:07 +02:00
Christopher Gondek
9bf454823b chore: use minimal langgraph app to read and delete checkpointer history 2025-10-08 17:14:58 +02:00
Christopher Gondek
bfc07ee0b1 feat: implement rename, delete thread endpoints 2025-10-08 16:50:54 +02:00
Christopher Gondek
a0a87e2e3e fix: remove timestamps 2025-10-08 16:30:44 +02:00
Christopher Gondek
85503fc669 feat: implement get thread details endpoint 2025-10-08 16:14:17 +02:00
Christopher Gondek
ed3920f9f9 chore: update code styles 2025-10-08 15:53:15 +02:00
Christopher Gondek
a08bd3ef1d feat: implement get threads endpoint 2025-10-08 15:45:41 +02:00
Christopher Gondek
1143e181e8 feat: add and handle chatbot thread date_created and date_modified 2025-10-08 15:30:14 +02:00
Christopher Gondek
b50dcc6c0f feat: save chatbot threads to db 2025-10-08 14:41:29 +02:00
Christopher Gondek
30c3f9f7f1 chore: add user threads db table setup 2025-10-08 11:37:36 +02:00
Christopher Gondek
8f96c3ef30 chore: add todos 2025-10-08 10:46:33 +02:00
idittrich-valueon
625003dcc0
Merge pull request #51 from valueonag/fix/psycopg.pool-windows
fixed windows error
2025-10-08 10:26:45 +02:00
2a795492fe fixed windows error 2025-10-08 10:24:15 +02:00
ValueOn AG
227d7b9401 secured user inputs in prompts 2025-10-07 01:15:07 +02:00
ValueOn AG
0cb1e75daf chat trace file log ready 2025-10-07 00:17:11 +02:00
ValueOn AG
bf1100410c ignore testdata 2025-10-06 16:02:38 +02:00
ValueOn AG
3d94092100 no testdata 2025-10-06 16:01:45 +02:00
ValueOn AG
ee59e09b6d ai loop tested 2025-10-06 15:39:25 +02:00
Christopher Gondek
dd16efb860 fix: typo; async checkpointer postgres 2025-10-06 15:39:19 +02:00
Christopher Gondek
33f8ff1b5e chore: better error messages 2025-10-06 15:05:22 +02:00
ValueOn AG
e54cc48b15 ai response loop with context for long answers 2025-10-06 12:53:47 +02:00
ValueOn AG
d2b6820812 cleaned pydantic model classes 2025-10-05 16:28:44 +02:00
ValueOn AG
6b976fc1ca cleaned up workflow management 2025-10-05 15:10:33 +02:00
ValueOn AG
b44c46be23 cleanup prompts and placeholders 2025-10-05 15:01:22 +02:00
ValueOn AG
9b8510bfd0 refactored workflow engine 2025-10-05 11:34:40 +02:00
ValueOn AG
1a8cecc50a fixed outlook 2025-10-05 03:03:48 +02:00
ValueOn AG
7ba687ad65 fixed react prompts and references 2025-10-05 02:48:53 +02:00
ValueOn AG
05bc359c3e fixes webResearch 2025-10-04 18:44:42 +02:00
ValueOn AG
ba21d6793f proper prompts for react and tplan 2025-10-04 13:46:17 +02:00
ValueOn AG
88eeab3360 workflow running with taskplan and react mode 2025-10-04 13:31:21 +02:00
ValueOn AG
c53bef933a testing react mode 2025-10-04 02:54:28 +02:00
ValueOn AG
1cbc669970 fexed react planning 2025-10-03 22:40:41 +02:00
ValueOn AG
ebb15da91b testing flow 2025-10-03 19:46:10 +02:00
Christopher Gondek
d33241e5dc chore: add authorize button to swagger docs 2025-10-03 17:00:04 +02:00
Christopher Gondek
37f01a2156 chore: fix pydantic v2 issue 2025-10-03 16:51:43 +02:00
Christopher Gondek
4bfeded9d0 feat: chatbot w/ streaming basics 2025-10-03 16:48:33 +02:00
Christopher Gondek
8707203ac2 feat: mock chatbot permissions 2025-10-03 13:17:45 +02:00
Christopher Gondek
2158b90748 feat: add tools registry 2025-10-03 13:03:22 +02:00
ValueOn AG
418bd8281a workflow validated for actionplan mode 2025-10-03 11:23:48 +02:00
Christopher Gondek
63dba85b7a feat: mock althaus db query tool 2025-10-03 10:29:37 +02:00
Christopher Gondek
98b258ae53 feat: add langgraph first tool; pydantic v2 2025-10-03 09:48:32 +02:00
ValueOn AG
db1bcfcdeb actions for web, extract, generate tested 2025-10-03 01:41:50 +02:00
ValueOn AG
0e14607f83 ai services extract and web revised 2025-10-02 21:29:21 +02:00
Christopher Gondek
68d6ab9890 feat: add chatbot dummy router 2025-10-01 16:00:19 +02:00