@kalphq/core 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +22 -0
- package/CHANGELOG.md +7 -0
- package/dist/chunk-G4LOF3MT.js +957 -0
- package/dist/chunk-G4LOF3MT.js.map +1 -0
- package/dist/factory.d.ts +59 -0
- package/dist/factory.js +18 -0
- package/dist/factory.js.map +1 -0
- package/dist/index.d.ts +42 -0
- package/dist/index.js +41 -0
- package/dist/index.js.map +1 -0
- package/dist/reactor-Brv_eUBE.d.ts +742 -0
- package/eslint.config.js +33 -0
- package/package.json +30 -0
- package/src/adapters/interfaces.ts +248 -0
- package/src/engine/context-builder.ts +151 -0
- package/src/engine/execution-log.ts +73 -0
- package/src/engine/primitives/actions.ts +364 -0
- package/src/engine/primitives/agent-meta.ts +37 -0
- package/src/engine/primitives/ai.ts +86 -0
- package/src/engine/primitives/date.ts +144 -0
- package/src/engine/primitives/http.ts +56 -0
- package/src/engine/primitives/math.ts +173 -0
- package/src/engine/primitives/mcp.ts +59 -0
- package/src/engine/primitives/storage.ts +91 -0
- package/src/engine/reactor.ts +308 -0
- package/src/engine/types.ts +304 -0
- package/src/env.d.ts +142 -0
- package/src/factory.ts +69 -0
- package/src/index.ts +61 -0
- package/tsconfig.json +23 -0
- package/tsup.config.ts +9 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
[6n[?9001h[?1004h[m]0;C:\WINDOWS\system32\cmd.exe[?25h[?25l
|
|
2
|
+
> @kalphq/core@0.1.0 build C:\Users\flava\OneDrive\Desktop\Work\kalp\packages\core
|
|
3
|
+
> tsup[6;1H[?25h[34mCLI [mBuilding entry: src/factory.ts, src/index.ts
|
|
4
|
+
[34mCLI [mUsing tsconfig: tsconfig.json[34m
|
|
5
|
+
CLI [mtsup v8.5.1[34m
|
|
6
|
+
CLI [mUsing tsup config: C:\Users\flava\OneDrive\Desktop\Work\kalp\packages\core\tsup.config.ts[34m
|
|
7
|
+
CLI [mTarget: esnext[34m
|
|
8
|
+
CLI [mCleaning output folder[34m
|
|
9
|
+
ESM [mBuild start
|
|
10
|
+
[32mESM [m[1mdist\chunk-G4LOF3MT.js [32m[22m25.84 KB
|
|
11
|
+
[m[32mESM [m[1mdist\index.js [32m[22m1.11 KB
|
|
12
|
+
ESM [m[1mdist\factory.js [32m[22m321.00 B
|
|
13
|
+
ESM [m[1mdist\index.js.map [32m[22m2.25 KB
|
|
14
|
+
ESM [m[1mdist\chunk-G4LOF3MT.js.map [32m[22m59.56 KB
|
|
15
|
+
[32mESM [m[1mdist\factory.js.map [32m[22m2.46 KB[K
|
|
16
|
+
[32mESM [m⚡️ Build success in 57ms[K
|
|
17
|
+
[34mDTS [mBuild start
|
|
18
|
+
[32mDTS [m⚡️ Build success in 2733ms
|
|
19
|
+
[32mDTS [m[1mdist\factory.d.ts [32m[22m1.97 KB
|
|
20
|
+
[32mDTS [m[1mdist\index.d.ts [32m[22m2.02 KB[K
|
|
21
|
+
[32mDTS [m[1mdist\reactor-Brv_eUBE.d.ts [32m[22m24.45 KB[K
|
|
22
|
+
[?9001l[?1004l
|