Added Explainable AI agent demo in Typescript (#770)

(Not functional code)
This commit is contained in:
cybermaggedon 2026-04-08 14:16:14 +01:00 committed by GitHub
parent e81418c58f
commit aff96e57cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"
}
}