AI & ML
Trust: 39/100 (Limited)io.github.IgorGanapolsky/rlhf-feedback-loop Guide
RLHF feedback loop for AI agents. Capture feedback, block mistakes, export DPO data.
by IgorGanapolsky
Quick Start
Install
npx rlhf-feedback-loopClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-igorganapolsky-rlhf-feedback-loop": {
"command": "npx",
"args": [
"rlhf-feedback-loop"
]
}
}
}