Open
Conversation
iplay88keys
reviewed
Mar 13, 2026
| @@ -121,9 +121,6 @@ A Helm chart for kagent, built with Google ADK | |||
| | database.postgres.url | string | `"postgres://postgres:kagent@pgsql-postgresql.kagent.svc.cluster.local:5432/postgres"` | | | |||
There was a problem hiding this comment.
There are additional fields as part of the work to remove sqlite. See the values file in the PR.
| - The `database.type` configuration option has been removed. | ||
| - SQLite-related Helm values (`database.sqlite.*`) have been removed. | ||
| - A PostgreSQL instance with pgvector is now bundled in the Helm chart by default. | ||
| - The bundled PostgreSQL is deployed automatically when both `database.postgres.url` and `database.postgres.urlFile` are empty. |
There was a problem hiding this comment.
Probably worth mentioning the additional settable fields for configuring the bundled postgres image, resources, username/password, etc. See the values file in the PR.
…ntation Add 17 new MDX pages covering: - Core Concepts: tools ecosystem, human-in-the-loop, agent memory, prompt templates, multi-runtime (Go/Python ADK), git-based skills, context management - Resources: full Agent CRD reference (Agent, ModelConfig, RemoteMCPServer, MCPServer, ModelProviderConfig) - Solo Enterprise: overview, installation, security & access control, multicluster federation, observability (OTel/ClickHouse), enterprise UI, BYO agent frameworks (ADK/CrewAI/LangGraph), model providers, tools & MCP Update navigation.json with entries for all new pages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Art Berger <art.berger@solo.io>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Art Berger <art.berger@solo.io>
1. All tool names wrong — kubectl_* prefix should be k8s_*, many tools fabricated or misnamed 2. Memory config YAML wrong — uses nonexistent enabled/embeddingProvider fields; should be modelConfig/ttlDays 3. Context management YAML wrong — eventsCompaction.enabled should be compaction with compactionInterval/etc. 4. Prompt template dataSources wrong — configMapRef.name should be flat kind/name/alias fields 5. BYO agent YAML nesting wrong — image/replicas should be under byo.deployment, not at byo level 6. Memory API endpoints wrong — uses path params but actual API uses query params, plus missing endpoints 7. OCI skills refs format wrong — refs is a string array, not objects with image key 8. Read-only mode (kagentTools.readOnly) — no evidence this exists 9. navigation.json indentation bug — line 292 lost leading whitespace Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Art Berger <art.berger@solo.io>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Art Berger <art.berger@solo.io>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Art Berger <art.berger@solo.io>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Art Berger <art.berger@solo.io>
… items, namespace in YAML Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Art Berger <art.berger@solo.io>
…section Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Art Berger <art.berger@solo.io>
the rendering of the codeblock did not work Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
- Concepts: add cards for Tools Ecosystem, Human-in-the-Loop, Agent Memory, Prompt Templates, Multi-Runtime, Git-Based Skills, Context Management - Getting Started: add Local Development card - Examples: add Agents via MCP, BYO CrewAI, BYO LangGraph cards - Resources: fix Helm chart href (/helm/helm -> /helm) Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
Related to kagent-dev/kagent#1502 Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Yaniv Marom Nachumi <yanivmar@amdocs.com> Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Yaniv Marom Nachumi <yanivmar@amdocs.com> Signed-off-by: Art Berger <art.berger@solo.io>
683226e to
0922925
Compare
Signed-off-by: Art Berger <art.berger@solo.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow up to #321, #332
Adds concepts, guides, and release notes for new 0.8 features, including: