Merge commit 'deff028fed' as 'ai-context/trustgraph-client'

This commit is contained in:
elpresidank 2026-04-05 21:07:35 -05:00
commit 05d87964c2
27 changed files with 6278 additions and 0 deletions

View file

@ -0,0 +1,10 @@
// @trustgraph/client
// TrustGraph TypeScript Client
// Export models (data types)
export * from "./models/Triple";
export * from "./models/messages";
export * from "./models/namespaces";
// Export socket client
export * from "./socket/trustgraph-socket";