You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): allow minimal installs without a provider API key
Treat the minimal install profile as a provider-less bootstrap path so kagent install --profile minimal no longer blocks on OPENAI_API_KEY.
Add a chart flag to skip rendering the default ModelConfig and enable it in the minimal profile so the installation does not create a broken default provider configuration.
Refs #1622
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
Copy file name to clipboardExpand all lines: go/core/cli/internal/profiles/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,6 @@ KAgent's profiles provide a simpler way to set up KAgent in a configured way bas
4
4
5
5
Currently, there are two profiles:
6
6
1.`Demo`: For an installation of kagent that includes all our agents. This is useful for demo purposes and new users.
7
-
2.`Minimal`: (default) For an installation that does not include any pre-defined agent. This is useful for users who want to start from scratch.
7
+
2.`Minimal`: (default) For an installation that does not include any pre-defined agent or a default model configuration. This is useful for users who want to start from scratch.
8
8
9
9
**Important**: When adding a new profile or updating a name, make sure to update the proper embeddings for it.
0 commit comments