Skip to content

feat: support fetching skills from S3 - #2405

Open
supreme-gg-gg wants to merge 2 commits into
kagent-dev:release/v0.10.xfrom
supreme-gg-gg:feat/s3-skills
Open

feat: support fetching skills from S3#2405
supreme-gg-gg wants to merge 2 commits into
kagent-dev:release/v0.10.xfrom
supreme-gg-gg:feat/s3-skills

Conversation

@supreme-gg-gg

Copy link
Copy Markdown
Contributor

This targets 0.10.x release. An example:

apiVersion: kagent.dev/v1alpha2
kind: Agent
metadata:
  name: s3-skills-agent
  namespace: kagent
spec:
  skills:
    s3Refs:
      - uri: s3://kagent-skills-bucket/team-a/kebab-maker // S3 folder
        name: kebab-maker
      - uri: s3://kagent-skills-bucket/bundles/ops.zip // A single archive in S3
         region: us-east-1
    initContainer:
      env:
        - name: AWS_ACCESS_KEY_ID
          valueFrom:
            secretKeyRef:
              name: aws-creds
              key: AWS_ACCESS_KEY_ID
        - name: AWS_SECRET_ACCESS_KEY
          valueFrom:
            secretKeyRef:
              name: aws-creds
              key: AWS_SECRET_ACCESS_KEY
        - name: AWS_SESSION_TOKEN
          valueFrom:
            secretKeyRef:
              name: aws-creds
              key: AWS_SESSION_TOKEN
        - name: AWS_REGION
          value: us-west-2
  type: Declarative
  declarative:
    systemMessage: You are a helpful assistant with skills.
    modelConfig: default-model-config
    tools: []

Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
@supreme-gg-gg
supreme-gg-gg requested a review from a team as a code owner August 7, 2026 21:50
Copilot AI lite review requested due to automatic review settings August 7, 2026 21:50

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions github-actions Bot added the enhancement New feature or request label Aug 7, 2026
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants