Added Explainable AI agent demo in Typescript

This commit is contained in:
Cyber MacGeddon 2026-04-08 14:15:20 +01:00
parent e81418c58f
commit 238468c7a7
3 changed files with 594 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
"name": "explain-api-example",
"version": "1.0.0",
"description": "TrustGraph explainability API example",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@trustgraph/client": "^1.7.2"
}
}