@bike4mind/cli 0.2.31-feat-wolfram-alpha-tool.19541 → 0.2.31-feat-python-playground.19625

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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-KTHRGR3M.js";
4
+ } from "./chunk-EEGKRFVP.js";
5
5
 
6
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/llmMarkdownGenerator.js
7
7
  var DEFAULT_OPTIONS = {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CurationArtifactType
4
- } from "./chunk-KTHRGR3M.js";
4
+ } from "./chunk-EEGKRFVP.js";
5
5
 
6
6
  // ../../b4m-core/packages/services/dist/src/notebookCurationService/markdownGenerator.js
7
7
  var DEFAULT_OPTIONS = {
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  findMostSimilarMemento,
4
4
  getRelevantMementos
5
- } from "./chunk-RCVCDNU6.js";
6
- import "./chunk-WZURXWHI.js";
7
- import "./chunk-KTHRGR3M.js";
5
+ } from "./chunk-LAZAO77H.js";
6
+ import "./chunk-2PXPXXDN.js";
7
+ import "./chunk-EEGKRFVP.js";
8
8
  import "./chunk-PFBYGCOW.js";
9
9
  export {
10
10
  findMostSimilarMemento,
@@ -228,6 +228,8 @@ import {
228
228
  ProjectEvents,
229
229
  PromptMetaZodSchema,
230
230
  PurchaseTransaction,
231
+ PythonArtifactSchema,
232
+ PythonArtifactV2Schema,
231
233
  QueryComplexity,
232
234
  QueryFilters,
233
235
  QueryPaginate,
@@ -442,12 +444,13 @@ import {
442
444
  validateMermaidArtifactV2,
443
445
  validatePassword,
444
446
  validatePasswordServer,
447
+ validatePythonArtifactV2,
445
448
  validateQuest,
446
449
  validateQuestMasterArtifactV2,
447
450
  validateReactArtifactV2,
448
451
  validateSvgArtifactV2,
449
452
  wikiMarkupToAdf
450
- } from "./chunk-KTHRGR3M.js";
453
+ } from "./chunk-EEGKRFVP.js";
451
454
  export {
452
455
  ALL_IMAGE_MODELS,
453
456
  ALL_IMAGE_SIZES,
@@ -678,6 +681,8 @@ export {
678
681
  ProjectEvents,
679
682
  PromptMetaZodSchema,
680
683
  PurchaseTransaction,
684
+ PythonArtifactSchema,
685
+ PythonArtifactV2Schema,
681
686
  QueryComplexity,
682
687
  QueryFilters,
683
688
  QueryPaginate,
@@ -893,6 +898,7 @@ export {
893
898
  validateMermaidArtifactV2,
894
899
  validatePassword,
895
900
  validatePasswordServer,
901
+ validatePythonArtifactV2,
896
902
  validateQuest,
897
903
  validateQuestMasterArtifactV2,
898
904
  validateReactArtifactV2,
@@ -139,12 +139,12 @@ import {
139
139
  validateUrlForFetch,
140
140
  warmUpSettingsCache,
141
141
  withRetry
142
- } from "./chunk-WZURXWHI.js";
142
+ } from "./chunk-2PXPXXDN.js";
143
143
  import {
144
144
  buildRateLimitLogEntry,
145
145
  isNearLimit,
146
146
  parseRateLimitHeaders
147
- } from "./chunk-KTHRGR3M.js";
147
+ } from "./chunk-EEGKRFVP.js";
148
148
  import {
149
149
  Logger,
150
150
  NotificationDeduplicator,
@@ -2,9 +2,9 @@
2
2
  import {
3
3
  SubtractCreditsSchema,
4
4
  subtractCredits
5
- } from "./chunk-MHXRROUI.js";
6
- import "./chunk-WZURXWHI.js";
7
- import "./chunk-KTHRGR3M.js";
5
+ } from "./chunk-ZHXVJFCI.js";
6
+ import "./chunk-2PXPXXDN.js";
7
+ import "./chunk-EEGKRFVP.js";
8
8
  import "./chunk-PFBYGCOW.js";
9
9
  export {
10
10
  SubtractCreditsSchema,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bike4mind/cli",
3
- "version": "0.2.31-feat-wolfram-alpha-tool.19541+d5cf6be99",
3
+ "version": "0.2.31-feat-python-playground.19625+2188a6ca0",
4
4
  "type": "module",
5
5
  "description": "Interactive CLI tool for Bike4Mind with ReAct agents",
6
6
  "license": "UNLICENSED",
@@ -111,10 +111,10 @@
111
111
  },
112
112
  "devDependencies": {
113
113
  "@bike4mind/agents": "0.1.0",
114
- "@bike4mind/common": "2.52.1-feat-wolfram-alpha-tool.19541+d5cf6be99",
115
- "@bike4mind/mcp": "1.31.1-feat-wolfram-alpha-tool.19541+d5cf6be99",
116
- "@bike4mind/services": "2.50.1-feat-wolfram-alpha-tool.19541+d5cf6be99",
117
- "@bike4mind/utils": "2.7.1-feat-wolfram-alpha-tool.19541+d5cf6be99",
114
+ "@bike4mind/common": "2.52.1-feat-python-playground.19625+2188a6ca0",
115
+ "@bike4mind/mcp": "1.31.1-feat-python-playground.19625+2188a6ca0",
116
+ "@bike4mind/services": "2.50.1-feat-python-playground.19625+2188a6ca0",
117
+ "@bike4mind/utils": "2.7.1-feat-python-playground.19625+2188a6ca0",
118
118
  "@types/better-sqlite3": "^7.6.13",
119
119
  "@types/diff": "^5.0.9",
120
120
  "@types/jsonwebtoken": "^9.0.4",
@@ -135,5 +135,5 @@
135
135
  "optionalDependencies": {
136
136
  "@vscode/ripgrep": "^1.17.0"
137
137
  },
138
- "gitHead": "d5cf6be99a4a0d53c912b9edb33b438be97b6e3d"
138
+ "gitHead": "2188a6ca0657db95ea8770071ddb90cc84b8b601"
139
139
  }