feat: Implemented primitive intent pipline (closes #7)

This commit is contained in:
2026-07-06 22:43:09 +05:30
parent 72b87c40bc
commit f7177b619b
11 changed files with 388 additions and 8 deletions

View File

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