We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e183f8 commit 7a18c39Copy full SHA for 7a18c39
pyproject.toml
@@ -21,6 +21,7 @@ dependencies = [
21
"opentelemetry-exporter-otlp>=1.35.0",
22
"opentelemetry-instrumentation-logging>=0.56b0",
23
"wrapt>=1.17.2", # For patching built-in functions
24
+ "typer>=0.16.0", # For command-line implementation
25
]
26
27
[project.scripts]
@@ -41,8 +42,6 @@ eval = [
41
42
43
cli = [
44
"volcengine-python-sdk==4.0.3", # For Volcengine API
- "typer>=0.16.0", # For command-line implementation
45
- "streamlit==1.46.1", # For running VeADK studio app
46
"agent-pilot-sdk>=0.0.9", # Prompt optimization by Volcengine AgentPilot/PromptPilot toolkits
47
"fastmcp>=2.11.3", # For running MCP
48
0 commit comments