-
Notifications
You must be signed in to change notification settings - Fork 357
Comparing changes
Open a pull request
base repository: kagent-dev/kagent
base: v0.7.2
head repository: kagent-dev/kagent
compare: v0.7.3
- 6 commits
- 67 files changed
- 6 contributors
Commits on Oct 30, 2025
-
docker-compose should be lower case (issue on Linux machines) (#1076)
Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
Configuration menu - View commit details
-
Copy full SHA for 658b41a - Browse repository at this point
Copy the full SHA 658b41aView commit details
Commits on Oct 31, 2025
-
feat: use controller name env var: (#1078)
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Configuration menu - View commit details
-
Copy full SHA for cebffe2 - Browse repository at this point
Copy the full SHA cebffe2View commit details
Commits on Nov 1, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3a8d2ba - Browse repository at this point
Copy the full SHA 3a8d2baView commit details
Commits on Nov 3, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for d46efdc - Browse repository at this point
Copy the full SHA d46efdcView commit details -
feat: Grafana-MCP Helm Chart Volume Mounts & Additional Arguments (#1081
Configuration menu - View commit details
-
Copy full SHA for 4c207cd - Browse repository at this point
Copy the full SHA 4c207cdView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 00e0082 - Browse repository at this point
Copy the full SHA 00e0082View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.7.2...v0.7.3