File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " anode-iframe-outputs" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "private" : true ,
55 "description" : " Isolated iframe content server for Anode user-generated outputs" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " runt-ui" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "type" : " module" ,
55 "description" : " The UI for Runtime Agents" ,
66 "engines" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @runtimed/agent-core" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "exports" : " ./src/index.ts" ,
55 "license" : " BSD-3-Clause" ,
66 "imports" : {
7- "@runtimed/schema" : " jsr:@runtimed/schema@^0.2 .0"
7+ "@runtimed/schema" : " jsr:@runtimed/schema@^0.3 .0"
88 }
99}
Original file line number Diff line number Diff line change 11{
22 "name" : " @runtimed/agent-core" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "type" : " module" ,
55 "description" : " Core library for building Anode runtime agents" ,
66 "exports" : " ./src/index.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @runtimed/ai-core" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "exports" : " ./src/mod.ts" ,
55 "license" : " BSD-3-Clause" ,
66 "imports" : {
7- "@runtimed/agent-core" : " jsr:@runtimed/schema@^0.2 .0"
7+ "@runtimed/agent-core" : " jsr:@runtimed/schema@^0.3 .0"
88 }
99}
Original file line number Diff line number Diff line change 11{
22 "name" : " @runtimed/ai-core" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "type" : " module" ,
55 "description" : " Core library for building Anode runtime agents" ,
66 "exports" : " ./src/mod.ts" ,
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ export class AnacondaAIClient extends GroqClient {
113113 override defaultConfig : OpenAIConfig = {
114114 baseURL : "https://anaconda.com/api/assistant/v3/groq" ,
115115 defaultHeaders : {
116- "X-Client-Version" : "0.2 .0" ,
116+ "X-Client-Version" : "0.3 .0" ,
117117 "X-Client-Source" : "anaconda-runt-dev" ,
118118 } ,
119119 } ;
@@ -123,7 +123,7 @@ export class AnacondaAIClient extends GroqClient {
123123 const defaultConfig = {
124124 baseURL : "https://anaconda.com/api/assistant/v3/groq" ,
125125 defaultHeaders : {
126- "X-Client-Version" : "0.2 .0" ,
126+ "X-Client-Version" : "0.3 .0" ,
127127 "X-Client-Source" : "anaconda-runt-dev" ,
128128 } ,
129129 } ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @runtimed/pyodide-runtime" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "exports" : " ./src/index.ts" ,
55 "license" : " BSD-3-Clause" ,
66 "imports" : {
7- "@runtimed/agent-core" : " jsr:@runtimed/agent-core@^0.2 .0"
7+ "@runtimed/agent-core" : " jsr:@runtimed/agent-core@^0.3 .0"
88 }
99}
Original file line number Diff line number Diff line change 11{
22 "name" : " @runtimed/pyodide-runtime" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "type" : " module" ,
55 "description" : " Pyodide runtime agent" ,
66 "exports" : " ./src/index.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @runtimed/schema" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "exports" : " ./src/index.ts" ,
55 "license" : " BSD-3-Clause"
66}
You can’t perform that action at this time.
0 commit comments