Skip to content

Commit 33938cf

Browse files
committed
remove studio-related code
1 parent 47a3a6e commit 33938cf

File tree

340 files changed

+1
-1204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

340 files changed

+1
-1204
lines changed

docs/docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default defineUserConfig({
1313

1414
navbar: ['/', '/introduction'],
1515

16-
sidebar: ['introduction', 'installation', 'get-started', 'agent', 'memory', 'tool', 'knowledgebase', 'tracing', 'evaluation', 'deploy', 'cli', 'veadk-studio']
16+
sidebar: ['introduction', 'installation', 'get-started', 'agent', 'memory', 'tool', 'knowledgebase', 'tracing', 'evaluation', 'deploy', 'cli']
1717
}),
1818

1919
bundler: viteBundler(),

veadk/cli/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from veadk.cli.cli_deploy import deploy
1818
from veadk.cli.cli_init import init
1919
from veadk.cli.cli_prompt import prompt
20-
from veadk.cli.cli_studio import studio
2120
from veadk.cli.cli_web import web
2221
from veadk.version import VERSION
2322

@@ -34,7 +33,6 @@ def veadk():
3433
veadk.add_command(deploy)
3534
veadk.add_command(init)
3635
veadk.add_command(prompt)
37-
veadk.add_command(studio)
3836
veadk.add_command(web)
3937

4038
if __name__ == "__main__":

veadk/cli/cli_init.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def _render_prompts() -> dict[str, Any]:
6262

6363
deploy_mode_options = {
6464
"1": "A2A/MCP Server",
65-
# "2": "VeADK Studio",
6665
"2": "VeADK Web / Google ADK Web",
6766
}
6867

@@ -79,7 +78,6 @@ def _render_prompts() -> dict[str, Any]:
7978
"GATEWAY_NAME": gateway_name,
8079
"GATEWAY_SERVICE_NAME": gateway_service_name,
8180
"GATEWAY_UPSTREAM_NAME": gateway_upstream_name,
82-
"USE_STUDIO": False,
8381
"USE_ADK_WEB": deploy_mode == deploy_mode_options["2"],
8482
}
8583

veadk/cli/cli_studio.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

veadk/cli/studio/__init__.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)