Jack Colquitt
486ca6108a
Updated docs site links
2025-04-23 14:04:31 -07:00
cybermaggedon
a9197d11ee
Feature/configure flows ( #345 )
...
- Keeps processing in different flows separate so that data can go to different stores / collections etc.
- Potentially supports different processing flows
- Tidies the processing API with common base-classes for e.g. LLMs, and automatic configuration of 'clients' to use the right queue names in a flow
2025-04-22 20:21:38 +01:00
Jack Colquitt
21c4f0391d
Merge pull request #344 from trustgraph-ai/readme-provision
...
Messaging update to provisioning platform
2025-04-20 16:35:40 -07:00
Jack Colquitt
9891aed732
Update README messaging
2025-04-20 16:32:55 -07:00
Jack Colquitt
0b7bd37b0c
Changed README images
2025-04-20 16:18:17 -07:00
Jack Colquitt
19f4c701c5
Added ship image
2025-04-20 16:16:18 -07:00
Jack Colquitt
169ac3b5f4
Update README messaging
2025-04-20 16:08:24 -07:00
Jack Colquitt
29e6932646
Update README messaging
2025-04-20 16:01:15 -07:00
Jack Colquitt
792d71d4fc
Update README messaging
2025-04-20 15:54:33 -07:00
Jack Colquitt
3a58115a06
README table of contents
2025-04-20 15:49:04 -07:00
Jack Colquitt
e9c2e2baf0
More README tidying
2025-04-09 11:46:52 -07:00
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