Commit graph

769 commits

Author SHA1 Message Date
Jack Colquitt
36844417a4
Tidy up README 2025-04-09 11:43:56 -07:00
cybermaggedon
a06a814a41
Merge master into 0.22 (#341)
* Update README.md text
---------
Co-authored-by: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com>
2025-04-08 17:51:33 +01:00
Jack Colquitt
6c4b2680ba
More README text additions 2025-04-07 19:50:38 -07:00
Jack Colquitt
7f60916a1a
README text additions 2025-04-07 19:49:40 -07:00
Jack Colquitt
7f10197ecd
More README formatting tweaks 2025-04-07 18:06:32 -07:00
Jack Colquitt
e7622e54d3
README formatting tweaks 2025-04-07 18:03:12 -07:00
Jack Colquitt
ebcd7fe28f
Merge pull request #340 from trustgraph-ai/readme-autoops
AutoOps README overhaul
2025-04-07 17:35:01 -07:00
Jack Colquitt
64b5d3484d
README WIP 2025-04-07 17:33:02 -07:00
Jack Colquitt
d46cf483fa
README WIP 2025-04-07 17:30:13 -07:00
Jack Colquitt
1db1a596c2
README WIP 2025-04-07 17:27:45 -07:00
Jack Colquitt
36ebfaaffd
README WIP 2025-04-07 17:25:34 -07:00
Jack Colquitt
0a04698133
README WIP 2025-04-07 17:23:27 -07:00
Jack Colquitt
b8a98e6374
README WIP 2025-04-07 17:21:05 -07:00
Jack Colquitt
d3ed373dc6
README WIP 2025-04-07 16:09:02 -07:00
Jack Colquitt
28aa72c5d8
README WIP 2025-04-07 16:03:53 -07:00
Jack Colquitt
e9a040ee84
README WIP 2025-04-07 15:25:27 -07:00
Jack Colquitt
62672c5eab
README WIP 2025-04-07 15:24:58 -07:00
Jack Colquitt
d208795c9b
README WIP 2025-04-07 15:18:35 -07:00
Jack Colquitt
04a3efe0f3
README WIP 2025-04-07 14:28:45 -07:00
Jack Colquitt
53fc500757
README WIP 2025-04-07 14:19:56 -07:00
Jack Colquitt
721ba31183
README WIP 2025-04-07 14:16:45 -07:00
Jack Colquitt
b110e44aea
README WIP 2025-04-07 14:02:23 -07:00
Jack Colquitt
48d7be331b
README WIP 2025-04-07 13:57:34 -07:00
Jack Colquitt
c8a25e1552
README WIP 2025-04-07 13:51:05 -07:00
Jack Colquitt
da2f833c1e
README WIP 2025-04-07 13:47:16 -07:00
Jack Colquitt
04ca323fb9
README WIP 2025-04-07 13:46:20 -07:00
cybermaggedon
ad5a1bbff4
Remove release bundle step from release (#339) 2025-04-04 15:59:10 +01:00
cybermaggedon
a759a1771e
Added CLI tg-set-prompt command, can be used to update prompts dynamically. (#338)
Added CLI tg-set-prompt command, can be used to update prompts dynamically. (#338)
2025-04-04 15:43:40 +01:00
cybermaggedon
298d09f388
Prompt and agent manager, dynamically load configuration from config-svc
- prompt-template takes config from the config-svc, dynamically reloads
  as new config appears.
- agent-react takes config from config-svc, dynamically reloads
- Fixed lack of data in config queue, needed to take the Earliest, not the
  Latest values.
- Changed text-completion and knowledge-query tool to both use 'query'
  as the argument.
- Prompt and agent no longer have command line args to supply
  configuration.
2025-04-02 16:37:08 +01:00
cybermaggedon
b08c7f03a6
Remove template dir, see github.com/trustgraph-ai/trustgraph-templates (#336) 2025-04-02 14:21:22 +01:00
cybermaggedon
1d222235d3
Configuration initialisation (#335)
* - Fixed error reporting in config
- Updated tg-init-pulsar to be able to load initial config to config-svc
- Tweaked API naming and added more config calls

* Tools to dump out prompts and agent tools
2025-04-02 13:52:33 +01:00
cybermaggedon
a2c64cad4a
Added config reload handler mechanism, calls a Python method on config (#334) 2025-04-02 00:23:30 +01:00
cybermaggedon
88eae0a9f0
Fix no version/config at startup (#333) 2025-04-01 20:54:59 +01:00
cybermaggedon
fa09dc319e
Feature/config service (#332)
Configuration service provides an API to change configuration. Complete configuration is pushed down a config queue so that users have a complete copy of config object.
2025-04-01 19:47:05 +01:00
Cyber MacGeddon
21bda863a7 Merge config-portal templates to here 2025-03-31 22:15:55 +01:00
Cyber MacGeddon
96e8efcf1e Merge branch 'release/v0.21' 2025-03-31 22:14:58 +01:00
Cyber MacGeddon
b1cefbe1f7 Update setup.py files to prep 0.22 branch 2025-03-31 22:14:38 +01:00
cybermaggedon
57663742e6
Fix bedrock: (#331)
- Fix missing await
- Fix missing error response
2025-03-27 15:17:08 +00:00
Jack Colquitt
fdc00885b7
Update README feature 2025-03-25 14:21:55 -07:00
Cyber MacGeddon
f8586dd9c3 Merge branch 'release/v0.21' 2025-03-25 21:13:31 +00:00
cybermaggedon
8efc3b281d
Fix missing openai symbol / allow specifying base URL (#330) 2025-03-25 21:12:34 +00:00
Jack Colquitt
d85520e361
Update README with feature 2025-03-25 14:08:28 -07:00
Jack Colquitt
29a29145ac
Fix typo in README 2025-03-25 14:07:26 -07:00
Jack Colquitt
56530180f4
Update README.md text 2025-03-25 13:59:55 -07:00
Jack Colquitt
a8df35bee2
Update README for 0.21.17 features 2025-03-25 13:51:28 -07:00
Jack Colquitt
11b38929b3
Updated README for release 0.21.17 2025-03-25 13:45:32 -07:00
cybermaggedon
b1ab2938b0
Fix/minor issues (#329)
* Fix MistralAI, symbol error caused it to fail to start

* Update templates
2025-03-25 19:14:56 +00:00
cybermaggedon
222de268c7
LMStudio template support (#328) 2025-03-22 00:56:40 +00:00
cybermaggedon
6ceb926b69
Merge pull request #327 from trustgraph-ai/release/v0.21
0.21 to master
2025-03-22 00:45:02 +00:00
cybermaggedon
482592b976
Added Mistral OCR client (#326)
- Added Mistral OCR client
- Template updates for pdf-ocr
- Template updates for pdf-ocr-mistral
2025-03-22 00:27:20 +00:00