Closed
Conversation
Validated all content against kagent-dev/kagent source code. Fixes CRD field structures, API routes, and terminology.
Fixes dataSources config structure, BYO agent path, Go startup time.
All tool names validated against kagent-dev/kagent source code. Replaces fabricated kubectl_*, prometheus_*, grafana_*, utility tool names with actual registered tool names from Helm agent templates. Removes fabricated readOnly mode and Prometheus metrics claims. Adds correct Grafana MCP server tool names organized by category.
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.
Summary
Adds 7 new concept documentation pages for the 0.8 release. This is a corrected version of #321 — all content has been validated against the actual code in
kagent-dev/kagent.New pages
Fixes vs original PR #321
CRD field structures corrected:
modelConfig(string ref to ModelConfig CR), notembeddingProvidersub-object. Noenabledflag — presence of the field enables memory.dataSourcesusesTypedLocalReference(kind/apiGroup/name), notconfigMapRef.namecontext.compaction, notcontext.eventsCompaction.enabled[]string, not objects withimagefieldspec.byo.deployment.image, notspec.byo.imageTools Ecosystem rewritten:
kubectl_*→k8s_*(e.g.,k8s_get_resources,k8s_describe_resource)helm_list→helm_list_releases, addedhelm_get_release, removed fabricatedhelm_installistio_install_istio,istio_generate_manifest,istio_analyze_cluster_configuration)argo_verify_argo_rollouts_controller_installdatetime_format,shell_execute, etc.)kagentTools.readOnlyHelm value claimOther fixes:
summarizerconfigsystemMessageFromsupports Secrets (dataSources are ConfigMap-only)Validation method
Every claim was verified by searching the
kagent-dev/kagentsource code at commit2dcdd113onmain. Tool names were extracted from Helm agent templates (helm/agents/*/templates/agent.yaml). CRD structures were verified againstgo/api/v1alpha2/agent_types.go.