Commit graph

1122 commits

Author SHA1 Message Date
cybermaggedon
b9d7bf9a8b
Merge 2.0 to master (#651) 2026-02-28 11:03:14 +00:00
Jack Colquitt
3666ece2c5
Fix formatting in README.md for RAG pipelines 2026-02-24 18:15:00 -08:00
Jack Colquitt
da7f7adb8d
Update retrieval policies description in README 2026-02-24 16:08:47 -08:00
Jack Colquitt
e520a67442
Update link to Context Cores in README 2026-02-24 16:07:48 -08:00
Jack Colquitt
325c2acd32
Revise README for clarity and updated features
Updated README to enhance clarity and focus on the context backend for AI agents. Removed outdated features and added details about Context Cores.
2026-02-24 16:05:57 -08:00
Jack Colquitt
9f06161616
Fix formatting of deployment instructions in README 2026-02-11 20:07:15 -08:00
Jack Colquitt
6fd708d7cd
Revise README sections for Getting Started and Tech Stack
Updated section titles and links in the README for clarity.
2026-02-11 20:04:50 -08:00
Jack Colquitt
9c89a512c7
Refine README content for clarity and consistency
Updated formatting and capitalization for consistency in the README.
2026-02-11 20:00:18 -08:00
Jack Colquitt
e18d2bd855
Revise README for Docker deployment and remove section
Updated README to include Docker deployment instructions and removed Configuration Builder section.
2026-02-11 19:54:56 -08:00
Jack Colquitt
103b3c31e5
Enhance README with quickstart and data streaming info
Added quickstart section and updated control plane summary.
2026-02-11 19:43:29 -08:00
Jack Colquitt
377be2e6df
Fix header capitalization in README.md 2026-02-07 19:34:32 -08:00
Jack Colquitt
0d4236aef6
Revise README with new title and feature descriptions
Updated the README to reflect new branding and clarify the features of TrustGraph.
2026-02-07 15:21:25 -08:00
Jack Colquitt
f13345c567
Revise README for context and terminology updates
Updated the README to reflect changes in terminology and improve clarity.
2026-02-05 18:39:07 -08:00
Jack Colquitt
f20a1d3fe1
Update project title from 'Factory' to 'Engine' 2026-01-28 12:28:53 -08:00
Jack Colquitt
b5ad8479a0
Add context7.json with TrustGraph configuration 2026-01-24 19:39:44 -08:00
Jack Colquitt
dff46731a5
Update Table of Contents in README.md 2026-01-21 13:47:23 -08:00
Jack Colquitt
e3bb7fed51
Revise context terminology and enhance storage details
Updated context terminology and added new storage options.
2026-01-21 13:45:46 -08:00
Jack Colquitt
17130ef76e
Revise project description and add resource links
Updated README to enhance project description and links.
2026-01-15 11:27:44 -08:00
cybermaggedon
ba177e8c3f
Merge pull request #615 from trustgraph-ai/release/v1.8
Release/v1.8
2026-01-15 15:13:28 +00:00
cybermaggedon
1c006d5b14
Python API docs (#614)
* Python API docs working

* Python API doc generation
2026-01-15 15:12:32 +00:00
cybermaggedon
8a17375603
Add AsyncAPI spec for websocket (#613)
* AsyncAPI for websocket docs

* Delete old docs

* Update docs/README.md to point to docs site

* Add generated API docs
2026-01-15 11:57:16 +00:00
cybermaggedon
fce43ae035
REST API OpenAPI spec (#612)
* OpenAPI spec in specs/api.  Checked lint with redoc.
2026-01-15 11:04:37 +00:00
cybermaggedon
62b754d788
Fix flow loading (#611) 2026-01-14 16:23:15 +00:00
cybermaggedon
387afee7b7
Fix load-doc (#610) 2026-01-14 15:46:29 +00:00
cybermaggedon
b08db761d7
Fix config inconsistency (#609)
* Plural/singular confusion in config key

* Flow class vs flow blueprint nomenclature change

* Update docs & CLI to reflect the above
2026-01-14 12:31:40 +00:00
cybermaggedon
99f17d1b9d
Fix non-streaming (2) (#608) 2026-01-12 21:21:51 +00:00
cybermaggedon
807f6cc4e2
Fix non streaming RAG problems (#607)
* Fix non-streaming failure in RAG services

* Fix non-streaming failure in API

* Fix agent non-streaming messaging

* Agent messaging unit & contract tests
2026-01-12 18:45:52 +00:00
cybermaggedon
30ca1d2e8b
Add missing trustgraph-base dependency (#606) 2026-01-09 14:48:44 +00:00
cybermaggedon
9b5e9de72e
Merge pull request #605 from trustgraph-ai/fix/docs-urls
Tweak URIs.  The '/' suffix isn't working on docs.trustgraph.ai
2026-01-08 09:01:52 +00:00
Cyber MacGeddon
16e6249b40 Tweak URIs. The '/' suffix isn't working on docs.trustgraph.ai 2026-01-08 08:59:23 +00:00
cybermaggedon
8dff90f36f
Merge pull request #604 from trustgraph-ai/release/v1.8
Merge 1.8 into master
2026-01-08 08:57:36 +00:00
cybermaggedon
16a5cf966a
Fix agent streaming tool failure (#602)
* Fix agent streaming linkage

* Update tests
2026-01-06 23:00:50 +00:00
cybermaggedon
53cf5fd7f9
Fix test async warnings (#601)
* Fix tracemalloc async warnings

* Comment out debug, left in for use if needed
2026-01-06 22:09:34 +00:00
cybermaggedon
f79d0603f7
Update to add streaming tests (#600) 2026-01-06 21:48:05 +00:00
cybermaggedon
f0c95a4c5e
Fix streaming API niggles (#599)
* Fix end-of-stream anomally with some graph-rag and document-rag

* Fix gateway translators dropping responses
2026-01-06 16:41:35 +00:00
cybermaggedon
3c675b8cfc
Fix doc embedding schema messages (#598) 2026-01-05 17:46:08 +00:00
cybermaggedon
7a5bf47959
Fix collection existence test logic (#597) 2026-01-05 16:31:26 +00:00
cybermaggedon
fe2dd704a2
Fix optionality in objects-query schema (#596) 2026-01-05 15:40:53 +00:00
cybermaggedon
ae13190093
Address legacy issues in storage management (#595)
* Removed legacy storage management cruft.  Tidied tech specs.

* Fix deletion of last collection

* Storage processor ignores data on the queue which is for a deleted collection

* Updated tests
2026-01-05 13:45:14 +00:00
Jack Colquitt
dccc1104b6
Change project title to 'The Context Graph Factory for AI'
Updated the project title and description in README.md.
2025-12-31 15:55:17 -08:00
cybermaggedon
25563bae3c
Change MinIO integration options in librarian to be more generic - to support a Garage integration (#594)
* Tweak object store parameters to be more generic for other S3-type store integration

* Update librarian to have region & SSL params

* Update MinIO migration tech spec
2025-12-27 18:01:51 +00:00
Jack Colquitt
9ea82c6620
Revise README terminology from Knowledge to Context Cores
Updated terminology from 'Knowledge Cores' to 'Context Cores' and adjusted related descriptions for clarity.
2025-12-26 13:06:29 -08:00
Jack Colquitt
d11e0c9af3
Update README for context graph terminology 2025-12-25 16:56:02 -08:00
Jack Colquitt
f5022ba29d
Update project title in README.md 2025-12-21 13:41:45 -08:00
cybermaggedon
5304f96fe6
Fix tests (#593)
* Fix unit/integration/contract tests which were broken by messaging fabric work
2025-12-19 08:53:21 +00:00
Jack Colquitt
3123356000
Update README to enhance description clarity 2025-12-18 13:30:37 -08:00
Jack Colquitt
eec6c37d15
Change heading to 'The Semantic Infrastructure for AI Apps'
Updated the main heading to reflect the focus on semantic infrastructure for AI applications.
2025-12-18 13:11:04 -08:00
Jack Colquitt
b500f6e2de
Update README.md 2025-12-17 19:14:21 -08:00
Jack Colquitt
7da31e6aac
Revise README with updated features and explanations
Updated features list and clarified data ingestion capabilities.
2025-12-17 18:39:49 -08:00
Jack Colquitt
d5d8e597b7
Revise key features and add TypeScript library info
Updated key features and added TypeScript library section to README.
2025-12-17 18:37:20 -08:00