orkajs 1.2.2 → 1.3.1
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/CHANGELOG.md +4 -0
- package/package.json +287 -31
- package/adapters/anthropic.d.ts +0 -1
- package/adapters/anthropic.js +0 -1
- package/adapters/chroma.d.ts +0 -1
- package/adapters/chroma.js +0 -1
- package/adapters/memory.d.ts +0 -1
- package/adapters/memory.js +0 -1
- package/adapters/mistral.d.ts +0 -1
- package/adapters/mistral.js +0 -1
- package/adapters/ollama.d.ts +0 -1
- package/adapters/ollama.js +0 -1
- package/adapters/openai.d.ts +0 -1
- package/adapters/openai.js +0 -1
- package/adapters/pinecone.d.ts +0 -1
- package/adapters/pinecone.js +0 -1
- package/adapters/qdrant.d.ts +0 -1
- package/adapters/qdrant.js +0 -1
- package/agent/index.d.ts +0 -1
- package/agent/index.js +0 -1
- package/agent/openai-functions.d.ts +0 -1
- package/agent/openai-functions.js +0 -1
- package/agent/plan-and-execute.d.ts +0 -1
- package/agent/plan-and-execute.js +0 -1
- package/agent/react.d.ts +0 -1
- package/agent/react.js +0 -1
- package/agent/structured-chat.d.ts +0 -1
- package/agent/structured-chat.js +0 -1
- package/agent/toolkits/csv.d.ts +0 -1
- package/agent/toolkits/csv.js +0 -1
- package/agent/toolkits/sql.d.ts +0 -1
- package/agent/toolkits/sql.js +0 -1
- package/cache/embeddings.d.ts +0 -1
- package/cache/embeddings.js +0 -1
- package/cache/index.d.ts +0 -1
- package/cache/index.js +0 -1
- package/cache/llm.d.ts +0 -1
- package/cache/llm.js +0 -1
- package/cache/memory.d.ts +0 -1
- package/cache/memory.js +0 -1
- package/cache/redis.d.ts +0 -1
- package/cache/redis.js +0 -1
- package/chains/conversational-retrieval.d.ts +0 -1
- package/chains/conversational-retrieval.js +0 -1
- package/chains/index.d.ts +0 -1
- package/chains/index.js +0 -1
- package/chains/qa.d.ts +0 -1
- package/chains/qa.js +0 -1
- package/chains/retrieval-qa.d.ts +0 -1
- package/chains/retrieval-qa.js +0 -1
- package/chains/summarization.d.ts +0 -1
- package/chains/summarization.js +0 -1
- package/core/chunker.d.ts +0 -1
- package/core/chunker.js +0 -1
- package/core/index.d.ts +0 -1
- package/core/index.js +0 -1
- package/core/knowledge.d.ts +0 -1
- package/core/knowledge.js +0 -1
- package/core/orka.d.ts +0 -1
- package/core/orka.js +0 -1
- package/errors/index.d.ts +0 -1
- package/errors/index.js +0 -1
- package/evaluation/assertions.d.ts +0 -1
- package/evaluation/assertions.js +0 -1
- package/evaluation/index.d.ts +0 -1
- package/evaluation/index.js +0 -1
- package/evaluation/metrics.d.ts +0 -1
- package/evaluation/metrics.js +0 -1
- package/evaluation/reporters.d.ts +0 -1
- package/evaluation/reporters.js +0 -1
- package/evaluation/test-runner.d.ts +0 -1
- package/evaluation/test-runner.js +0 -1
- package/graph/helpers.d.ts +0 -1
- package/graph/helpers.js +0 -1
- package/graph/index.d.ts +0 -1
- package/graph/index.js +0 -1
- package/graph/workflow.d.ts +0 -1
- package/graph/workflow.js +0 -1
- package/loaders/csv.d.ts +0 -1
- package/loaders/csv.js +0 -1
- package/loaders/directory.d.ts +0 -1
- package/loaders/directory.js +0 -1
- package/loaders/index.d.ts +0 -1
- package/loaders/index.js +0 -1
- package/loaders/json.d.ts +0 -1
- package/loaders/json.js +0 -1
- package/loaders/markdown.d.ts +0 -1
- package/loaders/markdown.js +0 -1
- package/loaders/pdf.d.ts +0 -1
- package/loaders/pdf.js +0 -1
- package/loaders/text.d.ts +0 -1
- package/loaders/text.js +0 -1
- package/memory/index.d.ts +0 -1
- package/memory/index.js +0 -1
- package/memory/memory.d.ts +0 -1
- package/memory/memory.js +0 -1
- package/memory/session-memory.d.ts +0 -1
- package/memory/session-memory.js +0 -1
- package/observability/index.d.ts +0 -1
- package/observability/index.js +0 -1
- package/observability/tracer.d.ts +0 -1
- package/observability/tracer.js +0 -1
- package/orchestration/consensus.d.ts +0 -1
- package/orchestration/consensus.js +0 -1
- package/orchestration/index.d.ts +0 -1
- package/orchestration/index.js +0 -1
- package/orchestration/load-balancer.d.ts +0 -1
- package/orchestration/load-balancer.js +0 -1
- package/orchestration/race.d.ts +0 -1
- package/orchestration/race.js +0 -1
- package/orchestration/router.d.ts +0 -1
- package/orchestration/router.js +0 -1
- package/parsers/auto-fix.d.ts +0 -1
- package/parsers/auto-fix.js +0 -1
- package/parsers/comma-separated-list.d.ts +0 -1
- package/parsers/comma-separated-list.js +0 -1
- package/parsers/csv.d.ts +0 -1
- package/parsers/csv.js +0 -1
- package/parsers/index.d.ts +0 -1
- package/parsers/index.js +0 -1
- package/parsers/json.d.ts +0 -1
- package/parsers/json.js +0 -1
- package/parsers/list.d.ts +0 -1
- package/parsers/list.js +0 -1
- package/parsers/structured.d.ts +0 -1
- package/parsers/structured.js +0 -1
- package/parsers/xml.d.ts +0 -1
- package/parsers/xml.js +0 -1
- package/prompts/file-persistence.d.ts +0 -1
- package/prompts/file-persistence.js +0 -1
- package/prompts/index.d.ts +0 -1
- package/prompts/index.js +0 -1
- package/prompts/registry.d.ts +0 -1
- package/prompts/registry.js +0 -1
- package/resilience/fallback.d.ts +0 -1
- package/resilience/fallback.js +0 -1
- package/resilience/index.d.ts +0 -1
- package/resilience/index.js +0 -1
- package/resilience/resilient-llm.d.ts +0 -1
- package/resilience/resilient-llm.js +0 -1
- package/resilience/retry.d.ts +0 -1
- package/resilience/retry.js +0 -1
- package/retrievers/bm25.d.ts +0 -1
- package/retrievers/bm25.js +0 -1
- package/retrievers/compression.d.ts +0 -1
- package/retrievers/compression.js +0 -1
- package/retrievers/ensemble.d.ts +0 -1
- package/retrievers/ensemble.js +0 -1
- package/retrievers/index.d.ts +0 -1
- package/retrievers/index.js +0 -1
- package/retrievers/multi-query.d.ts +0 -1
- package/retrievers/multi-query.js +0 -1
- package/retrievers/parent-document.d.ts +0 -1
- package/retrievers/parent-document.js +0 -1
- package/retrievers/self-query.d.ts +0 -1
- package/retrievers/self-query.js +0 -1
- package/retrievers/vector.d.ts +0 -1
- package/retrievers/vector.js +0 -1
- package/splitters/code.d.ts +0 -1
- package/splitters/code.js +0 -1
- package/splitters/index.d.ts +0 -1
- package/splitters/index.js +0 -1
- package/splitters/markdown.d.ts +0 -1
- package/splitters/markdown.js +0 -1
- package/splitters/recursive.d.ts +0 -1
- package/splitters/recursive.js +0 -1
- package/splitters/token.d.ts +0 -1
- package/splitters/token.js +0 -1
- package/templates/chat.d.ts +0 -1
- package/templates/chat.js +0 -1
- package/templates/few-shot.d.ts +0 -1
- package/templates/few-shot.js +0 -1
- package/templates/index.d.ts +0 -1
- package/templates/index.js +0 -1
- package/templates/prompt.d.ts +0 -1
- package/templates/prompt.js +0 -1
- package/types/index.d.ts +0 -1
- package/types/index.js +0 -1
- package/workflow/index.d.ts +0 -1
- package/workflow/index.js +0 -1
- package/workflow/steps.d.ts +0 -1
- package/workflow/steps.js +0 -1
- package/workflow/workflow.d.ts +0 -1
- package/workflow/workflow.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.3.0] - 2026-10-15
|
|
9
|
+
- Added support for TypeScript 5.9
|
|
10
|
+
- Cleaned up architectural migration
|
|
11
|
+
|
|
8
12
|
## [1.2.1] - 2026-10-15
|
|
9
13
|
- Refined module imports to fix issues
|
|
10
14
|
|
package/package.json
CHANGED
|
@@ -1,36 +1,293 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "orkajs",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "TypeScript framework for building production-ready LLM systems. RAG, agents, workflows, multi-model orchestration.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
|
+
"typesVersions": {
|
|
9
|
+
"*": {
|
|
10
|
+
"core": [
|
|
11
|
+
"dist/core/index.d.ts"
|
|
12
|
+
],
|
|
13
|
+
"core/chunker": [
|
|
14
|
+
"dist/core/chunker.d.ts"
|
|
15
|
+
],
|
|
16
|
+
"core/orka": [
|
|
17
|
+
"dist/core/orka.d.ts"
|
|
18
|
+
],
|
|
19
|
+
"core/knowledge": [
|
|
20
|
+
"dist/core/knowledge.d.ts"
|
|
21
|
+
],
|
|
22
|
+
"adapters/openai": [
|
|
23
|
+
"dist/adapters/openai.d.ts"
|
|
24
|
+
],
|
|
25
|
+
"adapters/anthropic": [
|
|
26
|
+
"dist/adapters/anthropic.d.ts"
|
|
27
|
+
],
|
|
28
|
+
"adapters/pinecone": [
|
|
29
|
+
"dist/adapters/pinecone.d.ts"
|
|
30
|
+
],
|
|
31
|
+
"adapters/qdrant": [
|
|
32
|
+
"dist/adapters/qdrant.d.ts"
|
|
33
|
+
],
|
|
34
|
+
"adapters/memory": [
|
|
35
|
+
"dist/adapters/memory.d.ts"
|
|
36
|
+
],
|
|
37
|
+
"adapters/mistral": [
|
|
38
|
+
"dist/adapters/mistral.d.ts"
|
|
39
|
+
],
|
|
40
|
+
"adapters/ollama": [
|
|
41
|
+
"dist/adapters/ollama.d.ts"
|
|
42
|
+
],
|
|
43
|
+
"adapters/chroma": [
|
|
44
|
+
"dist/adapters/chroma.d.ts"
|
|
45
|
+
],
|
|
46
|
+
"loaders": [
|
|
47
|
+
"dist/loaders/index.d.ts"
|
|
48
|
+
],
|
|
49
|
+
"loaders/text": [
|
|
50
|
+
"dist/loaders/text-loader.d.ts"
|
|
51
|
+
],
|
|
52
|
+
"loaders/csv": [
|
|
53
|
+
"dist/loaders/csv-loader.d.ts"
|
|
54
|
+
],
|
|
55
|
+
"loaders/json": [
|
|
56
|
+
"dist/loaders/json-loader.d.ts"
|
|
57
|
+
],
|
|
58
|
+
"loaders/markdown": [
|
|
59
|
+
"dist/loaders/markdown-loader.d.ts"
|
|
60
|
+
],
|
|
61
|
+
"loaders/pdf": [
|
|
62
|
+
"dist/loaders/pdf-loader.d.ts"
|
|
63
|
+
],
|
|
64
|
+
"loaders/directory": [
|
|
65
|
+
"dist/loaders/directory-loader.d.ts"
|
|
66
|
+
],
|
|
67
|
+
"splitters": [
|
|
68
|
+
"dist/splitters/index.d.ts"
|
|
69
|
+
],
|
|
70
|
+
"splitters/recursive": [
|
|
71
|
+
"dist/splitters/recursive-character-text-splitter.d.ts"
|
|
72
|
+
],
|
|
73
|
+
"splitters/markdown": [
|
|
74
|
+
"dist/splitters/markdown-text-splitter.d.ts"
|
|
75
|
+
],
|
|
76
|
+
"splitters/code": [
|
|
77
|
+
"dist/splitters/code-text-splitter.d.ts"
|
|
78
|
+
],
|
|
79
|
+
"splitters/token": [
|
|
80
|
+
"dist/splitters/token-text-splitter.d.ts"
|
|
81
|
+
],
|
|
82
|
+
"retrievers": [
|
|
83
|
+
"dist/retrievers/index.d.ts"
|
|
84
|
+
],
|
|
85
|
+
"retrievers/multi-query": [
|
|
86
|
+
"dist/retrievers/multi-query-retriever.d.ts"
|
|
87
|
+
],
|
|
88
|
+
"retrievers/compression": [
|
|
89
|
+
"dist/retrievers/contextual-compression-retriever.d.ts"
|
|
90
|
+
],
|
|
91
|
+
"retrievers/ensemble": [
|
|
92
|
+
"dist/retrievers/ensemble-retriever.d.ts"
|
|
93
|
+
],
|
|
94
|
+
"retrievers/vector": [
|
|
95
|
+
"dist/retrievers/vector-retriever.d.ts"
|
|
96
|
+
],
|
|
97
|
+
"retrievers/parent-document": [
|
|
98
|
+
"dist/retrievers/parent-document-retriever.d.ts"
|
|
99
|
+
],
|
|
100
|
+
"retrievers/self-query": [
|
|
101
|
+
"dist/retrievers/self-query-retriever.d.ts"
|
|
102
|
+
],
|
|
103
|
+
"retrievers/bm25": [
|
|
104
|
+
"dist/retrievers/bm25-retriever.d.ts"
|
|
105
|
+
],
|
|
106
|
+
"parsers": [
|
|
107
|
+
"dist/parsers/index.d.ts"
|
|
108
|
+
],
|
|
109
|
+
"parsers/json": [
|
|
110
|
+
"dist/parsers/json-parser.d.ts"
|
|
111
|
+
],
|
|
112
|
+
"parsers/structured": [
|
|
113
|
+
"dist/parsers/structured-output-parser.d.ts"
|
|
114
|
+
],
|
|
115
|
+
"parsers/list": [
|
|
116
|
+
"dist/parsers/list-parser.d.ts"
|
|
117
|
+
],
|
|
118
|
+
"parsers/auto-fix": [
|
|
119
|
+
"dist/parsers/auto-fix-parser.d.ts"
|
|
120
|
+
],
|
|
121
|
+
"parsers/xml": [
|
|
122
|
+
"dist/parsers/xml-parser.d.ts"
|
|
123
|
+
],
|
|
124
|
+
"parsers/csv": [
|
|
125
|
+
"dist/parsers/csv-parser.d.ts"
|
|
126
|
+
],
|
|
127
|
+
"parsers/comma-separated-list": [
|
|
128
|
+
"dist/parsers/comma-separated-list-parser.d.ts"
|
|
129
|
+
],
|
|
130
|
+
"cache": [
|
|
131
|
+
"dist/cache/index.d.ts"
|
|
132
|
+
],
|
|
133
|
+
"cache/memory": [
|
|
134
|
+
"dist/cache/memory-cache.d.ts"
|
|
135
|
+
],
|
|
136
|
+
"cache/redis": [
|
|
137
|
+
"dist/cache/redis-cache.d.ts"
|
|
138
|
+
],
|
|
139
|
+
"cache/llm": [
|
|
140
|
+
"dist/cache/cached-llm.d.ts"
|
|
141
|
+
],
|
|
142
|
+
"cache/embeddings": [
|
|
143
|
+
"dist/cache/cached-embeddings.d.ts"
|
|
144
|
+
],
|
|
145
|
+
"templates": [
|
|
146
|
+
"dist/templates/index.d.ts"
|
|
147
|
+
],
|
|
148
|
+
"templates/prompt": [
|
|
149
|
+
"dist/templates/prompt-template.d.ts"
|
|
150
|
+
],
|
|
151
|
+
"templates/chat": [
|
|
152
|
+
"dist/templates/chat-prompt-template.d.ts"
|
|
153
|
+
],
|
|
154
|
+
"templates/few-shot": [
|
|
155
|
+
"dist/templates/few-shot-prompt-template.d.ts"
|
|
156
|
+
],
|
|
157
|
+
"chains": [
|
|
158
|
+
"dist/chains/index.d.ts"
|
|
159
|
+
],
|
|
160
|
+
"chains/retrieval-qa": [
|
|
161
|
+
"dist/chains/retrieval-qa.d.ts"
|
|
162
|
+
],
|
|
163
|
+
"chains/conversational-retrieval": [
|
|
164
|
+
"dist/chains/conversational-retrieval.d.ts"
|
|
165
|
+
],
|
|
166
|
+
"chains/summarization": [
|
|
167
|
+
"dist/chains/summarization.d.ts"
|
|
168
|
+
],
|
|
169
|
+
"chains/qa": [
|
|
170
|
+
"dist/chains/qa.d.ts"
|
|
171
|
+
],
|
|
172
|
+
"agent": [
|
|
173
|
+
"dist/agent/index.d.ts"
|
|
174
|
+
],
|
|
175
|
+
"agent/react": [
|
|
176
|
+
"dist/agent/react.d.ts"
|
|
177
|
+
],
|
|
178
|
+
"agent/plan-and-execute": [
|
|
179
|
+
"dist/agent/plan-and-execute.d.ts"
|
|
180
|
+
],
|
|
181
|
+
"agent/openai-functions": [
|
|
182
|
+
"dist/agent/openai-functions.d.ts"
|
|
183
|
+
],
|
|
184
|
+
"agent/structured-chat": [
|
|
185
|
+
"dist/agent/structured-chat.d.ts"
|
|
186
|
+
],
|
|
187
|
+
"agent/toolkits/sql": [
|
|
188
|
+
"dist/agent/toolkits/sql.d.ts"
|
|
189
|
+
],
|
|
190
|
+
"agent/toolkits/csv": [
|
|
191
|
+
"dist/agent/toolkits/csv.d.ts"
|
|
192
|
+
],
|
|
193
|
+
"evaluation": [
|
|
194
|
+
"dist/evaluation/index.d.ts"
|
|
195
|
+
],
|
|
196
|
+
"evaluation/assertions": [
|
|
197
|
+
"dist/evaluation/assertions.d.ts"
|
|
198
|
+
],
|
|
199
|
+
"evaluation/metrics": [
|
|
200
|
+
"dist/evaluation/metrics.d.ts"
|
|
201
|
+
],
|
|
202
|
+
"evaluation/reporters": [
|
|
203
|
+
"dist/evaluation/reporters.d.ts"
|
|
204
|
+
],
|
|
205
|
+
"evaluation/test-runner": [
|
|
206
|
+
"dist/evaluation/test-runner.d.ts"
|
|
207
|
+
],
|
|
208
|
+
"observability": [
|
|
209
|
+
"dist/observability/index.d.ts"
|
|
210
|
+
],
|
|
211
|
+
"observability/tracer": [
|
|
212
|
+
"dist/observability/tracer.d.ts"
|
|
213
|
+
],
|
|
214
|
+
"orchestration": [
|
|
215
|
+
"dist/orchestration/index.d.ts"
|
|
216
|
+
],
|
|
217
|
+
"orchestration/consensus": [
|
|
218
|
+
"dist/orchestration/consensus.d.ts"
|
|
219
|
+
],
|
|
220
|
+
"orchestration/race": [
|
|
221
|
+
"dist/orchestration/race.d.ts"
|
|
222
|
+
],
|
|
223
|
+
"orchestration/router": [
|
|
224
|
+
"dist/orchestration/router.d.ts"
|
|
225
|
+
],
|
|
226
|
+
"orchestration/load-balancer": [
|
|
227
|
+
"dist/orchestration/load-balancer.d.ts"
|
|
228
|
+
],
|
|
229
|
+
"resilience": [
|
|
230
|
+
"dist/resilience/index.d.ts"
|
|
231
|
+
],
|
|
232
|
+
"resilience/retry": [
|
|
233
|
+
"dist/resilience/retry.d.ts"
|
|
234
|
+
],
|
|
235
|
+
"resilience/fallback": [
|
|
236
|
+
"dist/resilience/fallback.d.ts"
|
|
237
|
+
],
|
|
238
|
+
"resilience/resilient-llm": [
|
|
239
|
+
"dist/resilience/resilient-llm.d.ts"
|
|
240
|
+
],
|
|
241
|
+
"workflow": [
|
|
242
|
+
"dist/workflow/index.d.ts"
|
|
243
|
+
],
|
|
244
|
+
"workflow/workflow": [
|
|
245
|
+
"dist/workflow/workflow.d.ts"
|
|
246
|
+
],
|
|
247
|
+
"workflow/steps": [
|
|
248
|
+
"dist/workflow/steps.d.ts"
|
|
249
|
+
],
|
|
250
|
+
"memory": [
|
|
251
|
+
"dist/memory/index.d.ts"
|
|
252
|
+
],
|
|
253
|
+
"memory/session-memory": [
|
|
254
|
+
"dist/memory/session-memory.d.ts"
|
|
255
|
+
],
|
|
256
|
+
"memory/memory": [
|
|
257
|
+
"dist/memory/memory.d.ts"
|
|
258
|
+
],
|
|
259
|
+
"prompts": [
|
|
260
|
+
"dist/prompts/index.d.ts"
|
|
261
|
+
],
|
|
262
|
+
"prompts/registry": [
|
|
263
|
+
"dist/prompts/registry.d.ts"
|
|
264
|
+
],
|
|
265
|
+
"prompts/file-persistence": [
|
|
266
|
+
"dist/prompts/file-persistence.d.ts"
|
|
267
|
+
],
|
|
268
|
+
"types": [
|
|
269
|
+
"dist/types/index.d.ts"
|
|
270
|
+
],
|
|
271
|
+
"errors": [
|
|
272
|
+
"dist/errors/index.d.ts"
|
|
273
|
+
],
|
|
274
|
+
"graph": [
|
|
275
|
+
"dist/graph/index.d.ts"
|
|
276
|
+
],
|
|
277
|
+
"graph/workflow": [
|
|
278
|
+
"dist/graph/graph-workflow.d.ts"
|
|
279
|
+
],
|
|
280
|
+
"graph/helpers": [
|
|
281
|
+
"dist/graph/helpers.d.ts"
|
|
282
|
+
]
|
|
283
|
+
}
|
|
284
|
+
},
|
|
8
285
|
"type": "module",
|
|
9
286
|
"files": [
|
|
10
287
|
"dist",
|
|
11
288
|
"README.md",
|
|
12
289
|
"LICENSE",
|
|
13
|
-
"CHANGELOG.md"
|
|
14
|
-
"adapters",
|
|
15
|
-
"agent",
|
|
16
|
-
"cache",
|
|
17
|
-
"chains",
|
|
18
|
-
"core",
|
|
19
|
-
"errors",
|
|
20
|
-
"evaluation",
|
|
21
|
-
"graph",
|
|
22
|
-
"loaders",
|
|
23
|
-
"memory",
|
|
24
|
-
"observability",
|
|
25
|
-
"orchestration",
|
|
26
|
-
"parsers",
|
|
27
|
-
"prompts",
|
|
28
|
-
"resilience",
|
|
29
|
-
"retrievers",
|
|
30
|
-
"splitters",
|
|
31
|
-
"templates",
|
|
32
|
-
"types",
|
|
33
|
-
"workflow"
|
|
290
|
+
"CHANGELOG.md"
|
|
34
291
|
],
|
|
35
292
|
"repository": {
|
|
36
293
|
"type": "git",
|
|
@@ -48,8 +305,7 @@
|
|
|
48
305
|
"dev": "tsup --watch",
|
|
49
306
|
"test": "vitest",
|
|
50
307
|
"lint": "eslint src/",
|
|
51
|
-
"typecheck": "tsc --noEmit"
|
|
52
|
-
"generate-exports": "node scripts/generate-subpath-exports.js"
|
|
308
|
+
"typecheck": "tsc --noEmit"
|
|
53
309
|
},
|
|
54
310
|
"sideEffects": false,
|
|
55
311
|
"keywords": [
|
|
@@ -79,22 +335,22 @@
|
|
|
79
335
|
"license": "MIT",
|
|
80
336
|
"devDependencies": {
|
|
81
337
|
"@types/node": "^20.11.0",
|
|
338
|
+
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
|
339
|
+
"@typescript-eslint/parser": "^6.19.0",
|
|
340
|
+
"eslint": "^8.56.0",
|
|
82
341
|
"tsup": "^8.0.1",
|
|
83
342
|
"typescript": "^5.3.3",
|
|
84
|
-
"vitest": "^1.2.0"
|
|
85
|
-
"eslint": "^8.56.0",
|
|
86
|
-
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
|
87
|
-
"@typescript-eslint/parser": "^6.19.0"
|
|
343
|
+
"vitest": "^1.2.0"
|
|
88
344
|
},
|
|
89
345
|
"peerDependencies": {
|
|
90
|
-
"openai": "^4.0.0",
|
|
91
346
|
"@anthropic-ai/sdk": "^0.14.0",
|
|
92
347
|
"@pinecone-database/pinecone": "^2.0.0",
|
|
93
348
|
"@qdrant/js-client-rest": "^1.7.0",
|
|
94
349
|
"chromadb": "^1.7.0",
|
|
350
|
+
"openai": "^4.0.0",
|
|
95
351
|
"pdf-parse": "^1.1.1",
|
|
96
|
-
"
|
|
97
|
-
"
|
|
352
|
+
"redis": "^4.6.0",
|
|
353
|
+
"zod": "^3.22.0"
|
|
98
354
|
},
|
|
99
355
|
"peerDependenciesMeta": {
|
|
100
356
|
"openai": {
|
package/adapters/anthropic.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/adapters/anthropic';
|
package/adapters/anthropic.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/adapters/anthropic.cjs');
|
package/adapters/chroma.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/adapters/chroma';
|
package/adapters/chroma.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/adapters/chroma.cjs');
|
package/adapters/memory.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/adapters/memory';
|
package/adapters/memory.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/adapters/memory.cjs');
|
package/adapters/mistral.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/adapters/mistral';
|
package/adapters/mistral.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/adapters/mistral.cjs');
|
package/adapters/ollama.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/adapters/ollama';
|
package/adapters/ollama.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/adapters/ollama.cjs');
|
package/adapters/openai.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/adapters/openai';
|
package/adapters/openai.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/adapters/openai.cjs');
|
package/adapters/pinecone.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/adapters/pinecone';
|
package/adapters/pinecone.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/adapters/pinecone.cjs');
|
package/adapters/qdrant.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/adapters/qdrant';
|
package/adapters/qdrant.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/adapters/qdrant.cjs');
|
package/agent/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/agent/index';
|
package/agent/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/agent/index.cjs');
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/agent/openai-functions';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/agent/openai-functions.cjs');
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/agent/plan-and-execute';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/agent/plan-and-execute.cjs');
|
package/agent/react.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/agent/react';
|
package/agent/react.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/agent/react.cjs');
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/agent/structured-chat';
|
package/agent/structured-chat.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/agent/structured-chat.cjs');
|
package/agent/toolkits/csv.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../dist/agent/toolkits/csv';
|
package/agent/toolkits/csv.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../../dist/agent/toolkits/csv.cjs');
|
package/agent/toolkits/sql.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../../dist/agent/toolkits/sql';
|
package/agent/toolkits/sql.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../../dist/agent/toolkits/sql.cjs');
|
package/cache/embeddings.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/cache/cached-embeddings';
|
package/cache/embeddings.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/cache/cached-embeddings.cjs');
|
package/cache/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/cache/index';
|
package/cache/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/cache/index.cjs');
|
package/cache/llm.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/cache/cached-llm';
|
package/cache/llm.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/cache/cached-llm.cjs');
|
package/cache/memory.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/cache/memory-cache';
|
package/cache/memory.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/cache/memory-cache.cjs');
|
package/cache/redis.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/cache/redis-cache';
|
package/cache/redis.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/cache/redis-cache.cjs');
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/chains/conversational-retrieval';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/chains/conversational-retrieval.cjs');
|
package/chains/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/chains/index';
|
package/chains/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/chains/index.cjs');
|
package/chains/qa.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/chains/qa';
|
package/chains/qa.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/chains/qa.cjs');
|
package/chains/retrieval-qa.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/chains/retrieval-qa';
|
package/chains/retrieval-qa.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/chains/retrieval-qa.cjs');
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/chains/summarization';
|
package/chains/summarization.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/chains/summarization.cjs');
|
package/core/chunker.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/core/chunker';
|
package/core/chunker.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/core/chunker.cjs');
|
package/core/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/core/index';
|
package/core/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/core/index.cjs');
|
package/core/knowledge.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/core/knowledge';
|
package/core/knowledge.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/core/knowledge.cjs');
|
package/core/orka.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/core/orka';
|
package/core/orka.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/core/orka.cjs');
|
package/errors/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/errors/index';
|
package/errors/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/errors/index.cjs');
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/evaluation/assertions';
|
package/evaluation/assertions.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/evaluation/assertions.cjs');
|
package/evaluation/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/evaluation/index';
|
package/evaluation/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/evaluation/index.cjs');
|
package/evaluation/metrics.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/evaluation/metrics';
|
package/evaluation/metrics.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/evaluation/metrics.cjs');
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/evaluation/reporters';
|
package/evaluation/reporters.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/evaluation/reporters.cjs');
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/evaluation/test-runner';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/evaluation/test-runner.cjs');
|
package/graph/helpers.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/graph/helpers';
|
package/graph/helpers.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/graph/helpers.cjs');
|
package/graph/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/graph/index';
|
package/graph/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/graph/index.cjs');
|
package/graph/workflow.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/graph/graph-workflow';
|
package/graph/workflow.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/graph/graph-workflow.cjs');
|
package/loaders/csv.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/loaders/csv-loader';
|
package/loaders/csv.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/loaders/csv-loader.cjs');
|
package/loaders/directory.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/loaders/directory-loader';
|
package/loaders/directory.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require('../dist/loaders/directory-loader.cjs');
|
package/loaders/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../dist/loaders/index';
|