From 4d52e255ce7adb144ffa1ba67aca344cfcc4afce Mon Sep 17 00:00:00 2001 From: fossabot Date: Fri, 22 May 2026 15:37:20 -0400 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a26539b..d94abc7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![PyPI version](https://img.shields.io/pypi/v/agentproof.svg)](https://pypi.org/project/agentproof/) [![Python versions](https://img.shields.io/pypi/pyversions/agentproof.svg)](https://pypi.org/project/agentproof/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsust4in%2Fagentproof.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fsust4in%2Fagentproof?ref=badge_shield) Composable reward signals from agent trajectories using programmatic verification. agentproof runs real tools against agent outputs and produces deterministic scores for RL training (GRPO, DPO, SFT filtering) or agent quality analysis. @@ -215,3 +216,6 @@ make all # runs lint + format-check + typecheck + test ## License MIT + + +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsust4in%2Fagentproof.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fsust4in%2Fagentproof?ref=badge_large) \ No newline at end of file