mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
feat: update openagentpack sdk
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
version: "1"
|
||||
|
||||
providers:
|
||||
bailian:
|
||||
api_key: ${DASHSCOPE_API_KEY}
|
||||
workspace_id: ${BAILIAN_WORKSPACE_ID}
|
||||
|
||||
defaults:
|
||||
provider: bailian
|
||||
|
||||
environments:
|
||||
dev:
|
||||
config:
|
||||
type: cloud
|
||||
networking:
|
||||
type: unrestricted
|
||||
|
||||
agents:
|
||||
assistant:
|
||||
description: "General-purpose assistant"
|
||||
model: qwen3.7-max
|
||||
instructions: |
|
||||
You are a helpful assistant.
|
||||
environment: dev
|
||||
tools:
|
||||
builtin: [bash, read, glob, grep]
|
||||
@@ -40,7 +40,7 @@
|
||||
"check": "vp check"
|
||||
},
|
||||
"dependencies": {
|
||||
"@openagentpack/sdk": "0.1.0",
|
||||
"@openagentpack/sdk": "0.3.0-beta-8d9edcd-20260722",
|
||||
"bailian-cli-core": "workspace:*",
|
||||
"bailian-cli-runtime": "workspace:*",
|
||||
"boxen": "catalog:",
|
||||
|
||||
Generated
+5
-9
@@ -40,10 +40,6 @@ catalogs:
|
||||
specifier: ^3.4.0
|
||||
version: 3.4.0
|
||||
|
||||
overrides:
|
||||
vite: npm:@voidzero-dev/vite-plus-core@latest
|
||||
vitest: npm:@voidzero-dev/vite-plus-test@latest
|
||||
|
||||
importers:
|
||||
|
||||
.:
|
||||
@@ -104,8 +100,8 @@ importers:
|
||||
packages/commands:
|
||||
dependencies:
|
||||
'@openagentpack/sdk':
|
||||
specifier: 0.1.0
|
||||
version: 0.1.0
|
||||
specifier: 0.3.0-beta-8d9edcd-20260722
|
||||
version: 0.3.0-beta-8d9edcd-20260722
|
||||
bailian-cli-core:
|
||||
specifier: workspace:*
|
||||
version: link:../core
|
||||
@@ -449,8 +445,8 @@ packages:
|
||||
'@emnapi/core': ^1.7.1
|
||||
'@emnapi/runtime': ^1.7.1
|
||||
|
||||
'@openagentpack/sdk@0.1.0':
|
||||
resolution: {integrity: sha512-6IsFwOyuLnB/WIW9CGtpaJaRcGylYIs6UPW/Yz1gZveiuTTFdEWOi8LQ52JmOHB10J1lar+TrW2DJBEejxxu0Q==}
|
||||
'@openagentpack/sdk@0.3.0-beta-8d9edcd-20260722':
|
||||
resolution: {integrity: sha512-WqF8srhE4Gu2fBRb6jFpuCNq+Bkzp/acPRW2TNsWOpb1qSwi7vRfrv2tBf8iMDXtDFOQP4jb/j7QS5/1/X5ShQ==}
|
||||
engines: {node: '>=22'}
|
||||
|
||||
'@oxc-project/runtime@0.129.0':
|
||||
@@ -1593,7 +1589,7 @@ snapshots:
|
||||
'@tybys/wasm-util': 0.10.1
|
||||
optional: true
|
||||
|
||||
'@openagentpack/sdk@0.1.0':
|
||||
'@openagentpack/sdk@0.3.0-beta-8d9edcd-20260722':
|
||||
dependencies:
|
||||
jszip: 3.10.1
|
||||
yaml: 2.9.0
|
||||
|
||||
Reference in New Issue
Block a user