feat: Add architect along with llmValidator

This commit is contained in:
2026-07-06 12:31:04 +05:30
parent 0c3a2043b3
commit 0a227d8046
7 changed files with 262 additions and 2 deletions

View File

@@ -5,5 +5,8 @@
"outDir": "dist"
},
"include": ["src"],
"references": []
"references": [
{ "path": "../core" },
{ "path": "../llm" }
]
}