Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/cncf/security-self-assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This document provides a self-assessment of the kagent project following the gui
| | |
| - | - |
| Software | [kagent Repository](https://github.com/kagent-dev/kagent) |
| Security Policy | [SECURITY.md](SECURITY.md) |
| Security Policy | [SECURITY.md](../../SECURITY.md) |
| Security Provider | No. kagent is designed to facilitate security and compliance validation, but it should not be considered a security provider. |
| Languages | Go, Python, TypeScript/JavaScript |
| Security Insights | See [Project Compliance > Future State](#future-state) |
Expand Down
2 changes: 1 addition & 1 deletion contrib/cncf/technical-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Kagent addresses data sovereignty through:

**Compliance:**

- **Apache 2.0 License**: Clear open-source [licensing](LICENSE.md)
- **Apache 2.0 License**: Clear open-source [licensing](../../LICENSE)
- **OpenSSF Best Practices**: Badge at [https://www.bestpractices.dev/projects/10723](https://www.bestpractices.dev/projects/10723)
- **Dependency Scanning**: Automated [CVE scanning via Trivy in CI/CD](https://github.com/kagent-dev/kagent/blob/9438c9c0f2c79daf632555df1d7d3cb2d04b7b81/.github/workflows/image-scan.yaml)
- **SBOM Generation**: Part of the [future state of the project](https://github.com/kagent-dev/kagent/blob/9438c9c0f2c79daf632555df1d7d3cb2d04b7b81/contrib/cncf/security-self-assessment.md#future-state)
Expand Down
8 changes: 4 additions & 4 deletions go/core/cmd/acp-shim/sandbox/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# acp-sandbox launcher scripts

Small POSIX `sh` launchers baked into the agent images defined by
[docker/acp-sandbox/Dockerfile](../../../../docker/acp-sandbox/Dockerfile). They
are kept here, next to the `acp-shim` binary they wrap
([main.go](main.go)), and `COPY`'d into `/usr/local/bin/` by the relevant agent
target. The Dockerfile build context is `go/`, so the copy paths are
[docker/acp-sandbox/Dockerfile](../../../../../docker/acp-sandbox/Dockerfile).
They are kept here, next to the `acp-shim` binary they wrap
([main.go](../main.go)), and `COPY`'d into `/usr/local/bin/` by the relevant
agent target. The Dockerfile build context is `go/`, so the copy paths are
`core/cmd/acp-shim/sandbox/<script>`.

## Why these scripts exist
Expand Down
4 changes: 2 additions & 2 deletions python/packages/kagent-openai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ agent = Agent(
)
```

See [skills README](../../kagent-skills/README.md) for skill format and structure.
See [skills README](../kagent-skills/README.md) for skill format and structure.

---

Expand Down Expand Up @@ -147,7 +147,7 @@ See `samples/openai/` for complete examples:
## See Also

- [OpenAI Agents SDK Docs](https://github.com/openai/agents)
- [KAgent Skills](../../kagent-skills/README.md)
- [KAgent Skills](../kagent-skills/README.md)
- [A2A Protocol](https://docs.kagent.ai/a2a)

---
Expand Down
Loading