mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-02 02:58:10 +02:00
Merge commit 'deff028fed' as 'ai-context/trustgraph-client'
This commit is contained in:
commit
05d87964c2
27 changed files with 6278 additions and 0 deletions
10
ai-context/trustgraph-client/src/index.ts
Normal file
10
ai-context/trustgraph-client/src/index.ts
Normal 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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue