Commit graph

712 commits

Author SHA1 Message Date
cybermaggedon
807c19fd22
knowledge service (#367)
* Write knowledge core elements to Cassandra

* Store service works, building management service

* kg-manager
2025-05-06 23:44:10 +01:00
cybermaggedon
d0da122bed
Fix/llms (#366)
* Fix LMStudio, cache documents with tg-load-sample-documents

* Fix Mistral
2025-05-06 16:17:16 +01:00
cybermaggedon
54e475fa3a
Sample docs loader (#365) 2025-05-06 13:43:17 +01:00
cybermaggedon
9e4eb634a4
Fix/chunking not enabled (#364)
* Enable chunking by default in producer

* Fix some issues including uploading large docs
2025-05-06 00:28:20 +01:00
cybermaggedon
844547ab5f
Feature/library cli (#363)
* Major Python client API rework, break down API & colossal class

* Complete rest of library API

* Library CLI support
2025-05-05 11:09:18 +01:00
cybermaggedon
8146f0f2ff
Librarian doc submission (#362) 2025-05-04 22:56:47 +01:00
cybermaggedon
ff28d26f4d
Feature/flow librarian (#361)
* Update librarian to new API

* Implementing new schema with document + processing objects
2025-05-04 22:26:19 +01:00
cybermaggedon
6bf485788a
Fix broken CLI (#360) 2025-05-03 11:07:17 +01:00
cybermaggedon
b3c9dda57f
Fix broken build (#359) 2025-05-03 10:45:42 +01:00
cybermaggedon
3b8b9ea866
Feature/flow api 3 (#358)
* Working mux socket

* Change API to incorporate flow

* Add Flow ID to all relevant CLIs, not completely implemented

* Change tg-processor-state to use API gateway

* Updated all CLIs

* New tg-show-flow-state command

* tg-show-flow-state shows classes too
2025-05-03 10:39:53 +01:00
cybermaggedon
a70ae9793a
Flow API - update gateway (#357)
* Altered API to incorporate Flow IDs, refactored for dynamic start/stop of flows
* Gateway: Split endpoint / dispatcher for maintainability
2025-05-02 21:11:50 +01:00
cybermaggedon
450f664b1b
Feature/flow enable api gateway (#356)
* Tweak timeouts, reduce stop time for publishers / subscribers

* More APIs working as flow endpoint
2025-04-29 23:34:41 +01:00
cybermaggedon
027b52cd7c
Fix/get multiple flows working (#355)
* Reduce log output

* Fix problems
2025-04-29 00:06:41 +01:00
cybermaggedon
9508ac6c69
Port metering to new API, not tested. (#354)
- Port metering to new API
- Moved price list to configuration
- Added tg-set-token-costs and tg-show-token-costs utils.
2025-04-28 21:26:38 +01:00
cybermaggedon
5af7909122
Update LLMs to LlmService API (#353) 2025-04-25 19:57:42 +01:00
cybermaggedon
099018e103
Update package versions (#352) 2025-04-25 19:45:02 +01:00
Cyber MacGeddon
ddabbe0c12 Merge branch 'master' into release/v0.23 2025-04-25 19:42:31 +01:00
cybermaggedon
614995e541
Merge pull request #350 from trustgraph-ai/maint/flow-api-v0.23-rebase
Rebase Flow API onto 0.23 release branch
2025-04-25 19:22:32 +01:00
cybermaggedon
9f6e153ab1 Merge master into 0.22 (#341)
* Update README.md text
---------
Co-authored-by: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com>
2025-04-25 19:13:06 +01:00
cybermaggedon
2e24f8ca12 Feature/interface descriptions (#348) 2025-04-25 19:12:37 +01:00
cybermaggedon
762d287a67 Add missing files (#347) 2025-04-25 19:12:27 +01:00
cybermaggedon
77e933cea3 Feature/flow management cli (#346)
Flow management API + various flow management commands

trustgraph-cli/scripts/tg-delete-flow-class
trustgraph-cli/scripts/tg-get-flow-class
trustgraph-cli/scripts/tg-put-flow-class
trustgraph-cli/scripts/tg-show-flow-classes
trustgraph-cli/scripts/tg-show-flows
trustgraph-cli/scripts/tg-start-flow
trustgraph-cli/scripts/tg-stop-flow
2025-04-25 19:12:16 +01:00
cybermaggedon
31328317fd 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-25 19:11:55 +01:00
cybermaggedon
dc0ce1041b
Merge pull request #349 from trustgraph-ai/maint/revert-0.22-flow-api
Revert Flow API from 0.22 release branch
2025-04-25 19:09:27 +01:00
Cyber MacGeddon
38b37f8fdc Revert "Merge master into 0.22 (#341)"
This reverts commit a06a814a41.
2025-04-25 19:02:08 +01:00
Cyber MacGeddon
1822ca395f Revert "Feature/configure flows (#345)"
This reverts commit a9197d11ee.
2025-04-25 19:02:08 +01:00
Cyber MacGeddon
3adb3cf59c Revert "Feature/flow management cli (#346)"
This reverts commit 3b021720c5.
2025-04-25 19:02:08 +01:00
Cyber MacGeddon
6698ac74d7 Revert "Add missing files (#347)"
This reverts commit 76e85d895b.
2025-04-25 19:02:08 +01:00
Cyber MacGeddon
9c83aaf773 Revert "Feature/interface descriptions (#348)"
This reverts commit 342f555948.
2025-04-25 19:02:08 +01:00
cybermaggedon
342f555948
Feature/interface descriptions (#348) 2025-04-25 15:59:34 +01:00
cybermaggedon
76e85d895b
Add missing files (#347) 2025-04-24 19:02:51 +01:00
cybermaggedon
3b021720c5
Feature/flow management cli (#346)
Flow management API + various flow management commands

trustgraph-cli/scripts/tg-delete-flow-class
trustgraph-cli/scripts/tg-get-flow-class
trustgraph-cli/scripts/tg-put-flow-class
trustgraph-cli/scripts/tg-show-flow-classes
trustgraph-cli/scripts/tg-show-flows
trustgraph-cli/scripts/tg-start-flow
trustgraph-cli/scripts/tg-stop-flow
2025-04-24 18:57:33 +01:00
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