Currently, the agent is not compiled in a way that's transparent to end-users. My proposal would be to move the build process to GitHub Actions this would:
- Improve transparency by showing how the agent is built from the code base.
- Help new users understand and reproduce the build process.
- Increase trust and security.
- Makes it easier for contributors to test and validate their changes
Even a basic CI workflow that builds the agent and uploads binaries would be a big step forward.
Currently, the agent is not compiled in a way that's transparent to end-users. My proposal would be to move the build process to GitHub Actions this would:
Even a basic CI workflow that builds the agent and uploads binaries would be a big step forward.