Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kagent-dev/kagent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.2
Choose a base ref
...
head repository: kagent-dev/kagent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.3
Choose a head ref
  • 6 commits
  • 67 files changed
  • 6 contributors

Commits on Oct 30, 2025

  1. docker-compose should be lower case (issue on Linux machines) (#1076)

    Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
    peterj authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    658b41a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. feat: use controller name env var: (#1078)

    Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
    EItanya authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    cebffe2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

  1. fixed the tools desciption bug (#1079)

    fixes(ui): correct tool descriptions and agent card display issues
    
    -Changed server reference comparison from partial name matching to full
    reference matching, ensuring tools display their correct descriptions
    and prevent adding the same tool multiple times
     -Resolved AgentCard overlay interfering with model name visibility
    
    Fixes incorrect tool descriptions in ToolsSection and SelectToolsDialog
    components, and improves AgentCard UI rendering.
    Closes issue #1003
    
    ---------
    
    Signed-off-by: killjoycircuit <rutujdhawale@gmail.com>
    Signed-off-by: Rutuj Dhawale <148652804+killjoycircuit@users.noreply.github.com>
    killjoycircuit authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    3a8d2ba View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. feat: skills for declarative agents (#1077)

    follow up tasks
    - [ ] use a different venv for sandbox with bunch of python packages
    - [ ] make running code not require privileged
    
    ---------
    
    Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
    yuval-k authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    d46efdc View commit details
    Browse the repository at this point in the history
  2. feat: Grafana-MCP Helm Chart Volume Mounts & Additional Arguments (#1081

    )
    
    This adds the possibility to add Volume Mounts and Arguments to the
    binary to the Grafana MCP Deployment
    
    Signed-off-by: schmiddim <schmiddim@gmx.at>
    schmiddim authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    4c207cd View commit details
    Browse the repository at this point in the history
  3. feat: Use Sandbox Runtime for Bash tool and refactor artifact utils t…

    …ools (#1071)
    
    This PR follows #1062:
    
    - Wrap bash commands with Anthropic Sandbox Runtime ("srt") to replace
    manually handling security
    - Creates working directory for agent based on session id, where
    `skills/` is symlinked to the `/skills` loaded into the container or any
    other customised skills base path. This directory is where all commands
    are run, python imports from skills are handled by modifying the
    `PYTHONPATH` env variable
    - Added write, read, edit file tools to help the agent perform better at
    simple coding tasks when skill requires them
    - The following enhancement to artifact related utils
    - Tool to "stage" artifact from the storage to working directory so the
    agent can perform action on them
    - Tool to "return" output artifacts from working directory to the
    storage so the client can download later
    - Currently, working with artifacts require custom `Runner` loop (run
    locally) due to frontend limitations
    
    ## Testing
    
    Features in this PR will work to the full capacity of the examples
    listed in #1062, this includes everything from accessing skills to
    writing code, managing dependencies, and creating files / images,
    **subject to the limitations below**.
    
    ## Limitations
    
    - This only works locally, to work in BYO or any other environment we
    need to install srt + setup `.srt-config.json` properly, for local
    testing just adding `pypi.org` to allowed network
    
    ---------
    
    Signed-off-by: Jet Chiang <jetjiang.ez@gmail.com>
    supreme-gg-gg authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    00e0082 View commit details
    Browse the repository at this point in the history
Loading