markdown agent files

This commit is contained in:
Ramnique Singh 2025-12-18 10:10:10 +05:30
parent 8c686029cb
commit e40c767336
7 changed files with 79 additions and 19 deletions

View file

@ -35,6 +35,7 @@
"node-html-markdown": "^2.0.0",
"ollama-ai-provider-v2": "^1.5.4",
"react": "^18.3.1",
"yaml": "^2.8.2",
"yargs": "^18.0.0",
"zod": "^4.1.12"
},
@ -3608,6 +3609,21 @@
"node": ">=10"
}
},
"node_modules/yaml": {
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14.6"
},
"funding": {
"url": "https://github.com/sponsors/eemeli"
}
},
"node_modules/yargs": {
"version": "18.0.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",