orkajs 3.5.0 → 3.6.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +35 -26
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  <p align="center">
2
- <img src="https://orkajs.com/loutre-orka.png" alt="OrkaJS" width="120" />
2
+ <img src="https://orkajs.com/loutre-orka.png" alt="OrkaJS" width="180" />
3
3
  </p>
4
4
 
5
5
  <h1 align="center">OrkaJS</h1>
6
6
 
7
7
  <p align="center">
8
- <strong>TypeScript framework for building production-ready LLM systems. RAG, agents, workflows, multi-model orchestration.</strong>
8
+ <strong>Ship AI features 10x faster. Production-ready RAG, agents, and workflows with type-safe TypeScript. Zero boilerplate, infinite possibilities.</strong>
9
9
  </p>
10
10
 
11
11
  <p align="center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orkajs",
3
- "version": "3.5.0",
3
+ "version": "3.6.1",
4
4
  "description": "OrkaJS - TypeScript framework for building production-ready LLM systems",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -26,7 +26,16 @@
26
26
  "anthropic",
27
27
  "rag",
28
28
  "agent",
29
- "framework"
29
+ "framework",
30
+ "gpt3",
31
+ "chain",
32
+ "prompt",
33
+ "prompt engineering",
34
+ "chatgpt",
35
+ "machine learning",
36
+ "openai",
37
+ "embeddings",
38
+ "vectorstores"
30
39
  ],
31
40
  "author": "Orka Team",
32
41
  "license": "MIT",
@@ -43,30 +52,30 @@
43
52
  "node": ">=18.0.0"
44
53
  },
45
54
  "dependencies": {
46
- "@orka-js/core": "1.3.1",
47
- "@orka-js/openai": "1.2.1",
48
- "@orka-js/ollama": "1.1.3",
49
- "@orka-js/mistral": "1.1.3",
50
- "@orka-js/memory": "1.0.5",
51
- "@orka-js/anthropic": "1.1.3",
52
- "@orka-js/chroma": "1.0.5",
53
- "@orka-js/pinecone": "1.0.5",
54
- "@orka-js/agent": "1.1.3",
55
- "@orka-js/qdrant": "1.0.5",
56
- "@orka-js/tools": "1.2.2",
57
- "@orka-js/evaluation": "1.0.5",
58
- "@orka-js/observability": "1.0.5",
59
- "@orka-js/cache": "1.0.5",
60
- "@orka-js/memory-store": "1.1.2",
61
- "@orka-js/ocr": "1.1.4",
62
- "@orka-js/devtools": "1.4.2",
63
- "@orka-js/resilience": "1.0.5",
64
- "@orka-js/workflow": "1.0.5",
65
- "@orka-js/prompts": "1.0.5",
66
- "@orka-js/graph": "1.2.2",
67
- "@orka-js/mcp": "1.1.0",
68
- "@orka-js/orchestration": "1.0.5",
69
- "@orka-js/finetuning": "1.1.0"
55
+ "@orka-js/openai": "1.2.2",
56
+ "@orka-js/core": "1.3.2",
57
+ "@orka-js/memory": "1.0.6",
58
+ "@orka-js/anthropic": "1.1.4",
59
+ "@orka-js/ollama": "1.1.4",
60
+ "@orka-js/mistral": "1.1.4",
61
+ "@orka-js/chroma": "1.0.6",
62
+ "@orka-js/qdrant": "1.0.6",
63
+ "@orka-js/graph": "1.2.3",
64
+ "@orka-js/orchestration": "1.0.6",
65
+ "@orka-js/prompts": "1.0.6",
66
+ "@orka-js/resilience": "1.0.6",
67
+ "@orka-js/workflow": "1.0.6",
68
+ "@orka-js/tools": "1.2.3",
69
+ "@orka-js/ocr": "1.1.5",
70
+ "@orka-js/evaluation": "1.0.6",
71
+ "@orka-js/observability": "1.0.6",
72
+ "@orka-js/cache": "1.0.6",
73
+ "@orka-js/pinecone": "1.0.6",
74
+ "@orka-js/devtools": "1.4.3",
75
+ "@orka-js/memory-store": "1.1.3",
76
+ "@orka-js/mcp": "1.1.1",
77
+ "@orka-js/agent": "1.3.0",
78
+ "@orka-js/finetuning": "1.1.1"
70
79
  },
71
80
  "devDependencies": {
72
81
  "tsup": "^8.0.1",