agentstack-cli 0.4.1rc2__tar.gz → 0.4.2rc1__tar.gz
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.
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/PKG-INFO +1 -1
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/pyproject.toml +1 -1
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/commands/platform/base_driver.py +1 -2
- agentstack_cli-0.4.2rc1/src/agentstack_cli/data/helm-chart.tgz +0 -0
- agentstack_cli-0.4.1rc2/src/agentstack_cli/data/helm-chart.tgz +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/README.md +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/__init__.py +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/api.py +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/async_typer.py +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/auth_manager.py +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/commands/__init__.py +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/commands/agent.py +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/commands/build.py +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/commands/mcp.py +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/commands/model.py +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/commands/platform/__init__.py +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/commands/platform/istio.py +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/commands/platform/lima_driver.py +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/commands/platform/wsl_driver.py +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/commands/self.py +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/commands/server.py +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/configuration.py +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/console.py +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/data/.gitignore +0 -0
- {agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/utils.py +0 -0
|
@@ -113,10 +113,9 @@ class BaseDriver(abc.ABC):
|
|
|
113
113
|
"externalRegistries": {"public_github": str(Configuration().agent_registry)},
|
|
114
114
|
"encryptionKey": "Ovx8qImylfooq4-HNwOzKKDcXLZCB3c_m0JlB9eJBxc=",
|
|
115
115
|
"features": {
|
|
116
|
-
"uiNavigation": True,
|
|
117
116
|
"selfRegistration": True,
|
|
118
|
-
"localSetup": True,
|
|
119
117
|
"generateConversationTitle": False, # TODO: enable when UI implementation is ready
|
|
118
|
+
"uiLocalSetup": True,
|
|
120
119
|
},
|
|
121
120
|
"auth": {"enabled": False},
|
|
122
121
|
}
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/commands/platform/__init__.py
RENAMED
|
File without changes
|
{agentstack_cli-0.4.1rc2 → agentstack_cli-0.4.2rc1}/src/agentstack_cli/commands/platform/istio.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|