Add agents package with Flue

This commit is contained in:
-Puter
2026-07-19 03:24:40 +05:30
parent 8033a8edb0
commit dd1071cc10
75 changed files with 9205 additions and 51 deletions

View File

@@ -0,0 +1,5 @@
{
"extends": "@code/config/tsconfig.base.json",
"include": ["src/**/*.ts"],
"exclude": ["dist"]
}