mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 09:29:38 +02:00
saving
This commit is contained in:
parent
e8c7a4f6e0
commit
ffd97375a8
160 changed files with 6704 additions and 1895 deletions
|
|
@ -2,50 +2,62 @@
|
|||
"name": "trustgraph-ts",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "turbo build",
|
||||
"dev": "turbo dev",
|
||||
"lint": "turbo lint",
|
||||
"test": "turbo test",
|
||||
"build": "bunx --bun turbo build",
|
||||
"dev": "bunx --bun turbo dev",
|
||||
"lint": "bunx --bun turbo lint",
|
||||
"test": "bunx --bun turbo test",
|
||||
"check:tsgo": "tsgo -b tsconfig.json",
|
||||
"prepare": "effect-tsgo patch",
|
||||
"clean": "turbo clean",
|
||||
"gateway": "tsx scripts/run-gateway.ts",
|
||||
"config-svc": "tsx scripts/run-config.ts",
|
||||
"llm:claude": "tsx scripts/run-llm-claude.ts",
|
||||
"llm:openai": "tsx scripts/run-llm-openai.ts",
|
||||
"test:pipeline": "tsx scripts/test-pipeline.ts",
|
||||
"seed": "tsx scripts/seed-config.ts",
|
||||
"prompt": "tsx scripts/run-prompt.ts",
|
||||
"agent": "tsx scripts/run-agent.ts",
|
||||
"librarian": "tsx scripts/run-librarian.ts",
|
||||
"knowledge": "tsx scripts/run-knowledge.ts",
|
||||
"flow-manager": "tsx scripts/run-flow-manager.ts",
|
||||
"llm:ollama": "tsx scripts/run-ollama.ts",
|
||||
"pdf-decoder": "tsx scripts/run-pdf-decoder.ts",
|
||||
"triples-store": "tsx scripts/run-triples-store.ts",
|
||||
"graph-embeddings-store": "tsx scripts/run-graph-embeddings-store.ts",
|
||||
"chunker": "tsx scripts/run-chunker.ts",
|
||||
"extractor": "tsx scripts/run-extractor.ts",
|
||||
"embeddings": "tsx scripts/run-embeddings.ts",
|
||||
"triples-query": "tsx scripts/run-triples-query.ts",
|
||||
"graph-embeddings-query": "tsx scripts/run-graph-embeddings-query.ts",
|
||||
"doc-embeddings-query": "tsx scripts/run-doc-embeddings-query.ts",
|
||||
"graph-rag": "tsx scripts/run-graph-rag.ts",
|
||||
"document-rag": "tsx scripts/run-document-rag.ts",
|
||||
"create-test-pdf": "tsx scripts/create-test-pdf.ts",
|
||||
"seed:demo": "tsx scripts/seed-demo.ts",
|
||||
"mcp-tool": "tsx scripts/run-mcp-tool.ts",
|
||||
"llm:azure-openai": "tsx scripts/run-llm-azure-openai.ts",
|
||||
"llm:openai-compat": "tsx scripts/run-llm-openai-compatible.ts",
|
||||
"llm:mistral": "tsx scripts/run-llm-mistral.ts"
|
||||
"gateway": "bun scripts/run-gateway.ts",
|
||||
"config-svc": "bun scripts/run-config.ts",
|
||||
"llm:claude": "bun scripts/run-llm-claude.ts",
|
||||
"llm:openai": "bun scripts/run-llm-openai.ts",
|
||||
"test:pipeline": "bun scripts/test-pipeline.ts",
|
||||
"seed": "bun scripts/seed-config.ts",
|
||||
"prompt": "bun scripts/run-prompt.ts",
|
||||
"agent": "bun scripts/run-agent.ts",
|
||||
"librarian": "bun scripts/run-librarian.ts",
|
||||
"knowledge": "bun scripts/run-knowledge.ts",
|
||||
"flow-manager": "bun scripts/run-flow-manager.ts",
|
||||
"llm:ollama": "bun scripts/run-ollama.ts",
|
||||
"pdf-decoder": "bun scripts/run-pdf-decoder.ts",
|
||||
"triples-store": "bun scripts/run-triples-store.ts",
|
||||
"graph-embeddings-store": "bun scripts/run-graph-embeddings-store.ts",
|
||||
"chunker": "bun scripts/run-chunker.ts",
|
||||
"extractor": "bun scripts/run-extractor.ts",
|
||||
"embeddings": "bun scripts/run-embeddings.ts",
|
||||
"triples-query": "bun scripts/run-triples-query.ts",
|
||||
"graph-embeddings-query": "bun scripts/run-graph-embeddings-query.ts",
|
||||
"doc-embeddings-query": "bun scripts/run-doc-embeddings-query.ts",
|
||||
"graph-rag": "bun scripts/run-graph-rag.ts",
|
||||
"document-rag": "bun scripts/run-document-rag.ts",
|
||||
"create-test-pdf": "bun scripts/create-test-pdf.ts",
|
||||
"seed:demo": "bun scripts/seed-demo.ts",
|
||||
"mcp-tool": "bun scripts/run-mcp-tool.ts",
|
||||
"llm:azure-openai": "bun scripts/run-llm-azure-openai.ts",
|
||||
"llm:openai-compat": "bun scripts/run-llm-openai-compatible.ts",
|
||||
"llm:mistral": "bun scripts/run-llm-mistral.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@effect/platform-bun": "4.0.0-beta.65",
|
||||
"@effect/tsgo": "0.6.0",
|
||||
"@effect/vitest": "4.0.0-beta.65",
|
||||
"@types/bun": "^1.3.13",
|
||||
"@types/node": "^25.7.0",
|
||||
"@typescript/native-preview": "^7.0.0-dev.20260511.1",
|
||||
"falkordb": "^5.0.0",
|
||||
"nats": "^2.29.0",
|
||||
"pdf-lib": "^1.17.1",
|
||||
"tsx": "^4.21.0",
|
||||
"turbo": "^2.5.0",
|
||||
"typescript": "^5.8.0"
|
||||
"typescript": "^5.8.0",
|
||||
"vitest": "^4.1.6"
|
||||
},
|
||||
"packageManager": "pnpm@9.15.0",
|
||||
"dependencies": {
|
||||
"effect": "4.0.0-beta.65"
|
||||
},
|
||||
"packageManager": "bun@1.3.13",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue