Skip to content

Commit f0c824c

Browse files
committed
Bump schema version to v0.3.0
1 parent a008958 commit f0c824c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/ai/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@llamaindex/openai": "npm:@llamaindex/openai@^0.4.16",
1515
"@llamaindex/readers": "npm:@llamaindex/readers@^3.1.18",
1616
"llamaindex": "npm:llamaindex@^0.11.26",
17-
"@runtimed/agent-core": "jsr:@runtimed/agent-core@^0.2.0",
17+
"@runtimed/agent-core": "jsr:@runtimed/agent-core@^0.3.0",
1818
"npm:pyodide": "npm:pyodide@^0.27.7",
1919
"@std/async": "jsr:@std/async@^1.0.0",
2020
"@std/path": "jsr:@std/path@^1.0.0",

packages/ai/groq-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class AnacondaAIClient extends GroqClient {
7171
override defaultConfig: OpenAIConfig = {
7272
baseURL: "https://anaconda.com/api/assistant/v3/groq",
7373
defaultHeaders: {
74-
"X-Client-Version": "0.2.0",
74+
"X-Client-Version": "0.3.0",
7575
"X-Client-Source": "anaconda-runt-dev",
7676
},
7777
};

packages/lib/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"imports": {
1717
"@runt/schema": "jsr:@runt/schema@^0.13.0",
18-
"@runtimed/agent-core": "jsr:@runtimed/agent-core@^0.2.0",
18+
"@runtimed/agent-core": "jsr:@runtimed/agent-core@^0.3.0",
1919
"@std/cli": "jsr:@std/cli@^1.0.0",
2020
"@std/assert": "jsr:@std/assert@^1.0.0",
2121
"@std/crypto": "jsr:@std/crypto@^1.0.0",

packages/pyodide-runtime-agent/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"imports": {
1717
"@runt/ai": "jsr:@runt/ai@^0.13.0",
18-
"@runtimed/agent-core": "jsr:@runtimed/agent-core@^0.2.0",
18+
"@runtimed/agent-core": "jsr:@runtimed/agent-core@^0.3.0",
1919
"@runt/schema": "jsr:@runt/schema@^0.13.0",
2020
"npm:pyodide": "npm:pyodide@^0.27.7",
2121
"@std/async": "jsr:@std/async@^1.0.0",

packages/python-runtime-agent/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"pyrunt": "./mod.ts"
1515
},
1616
"imports": {
17-
"@runtimed/agent-core": "jsr:@runtimed/agent-core@^0.2.0",
17+
"@runtimed/agent-core": "jsr:@runtimed/agent-core@^0.3.0",
1818
"@runt/schema": "jsr:@runt/schema@^0.13.0",
1919
"npm:@livestore/adapter-web": "npm:@livestore/adapter-web@^0.3.1"
2020
},

packages/tui/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"imports": {
2525
"@runt/schema": "jsr:@runt/schema@^0.13.0",
26-
"@runtimed/agent-core": "jsr:@runtimed/agent-core@^0.2.0",
26+
"@runtimed/agent-core": "jsr:@runtimed/agent-core@^0.3.0",
2727
"@runt/ai": "jsr:@runt/ai@^0.13.0",
2828
"@inkjs/ui": "npm:@inkjs/ui@^2.0.0",
2929
"@livestore/adapter-node": "npm:@livestore/adapter-node@^0.3.1",

0 commit comments

Comments
 (0)