Add TokenFence — Runtime Guardrails SDK for AI Agents#107
Add TokenFence — Runtime Guardrails SDK for AI Agents#107u4ma-kev wants to merge 2 commits intocorca-ai:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughREADME.md의 Tools 섹션에 TokenFence 항목이 추가되었습니다. 항목에는 Python 및 Node.js GitHub 리포지토리 링크, GitHub 스타 배지, 그리고 런타임 가드레일 SDK 기능(예: 워크플로별 예산 제한, 자동 모델 다운그레이드, 킬스위치, 최소 권한 정책 엔진, 감사 로그) 설명이 포함됩니다. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can approve the review once all CodeRabbit's comments are resolved.Enable the |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
README.md (1)
121-121: 링크 대상과 설명 범위를 일치시켜 주세요.Line 121은 Python 저장소만 링크하면서 “Python + Node.js”를 함께 강조하고 있어, 독자가 Node 패키지 위치를 바로 찾기 어렵습니다. Node npm(또는 Node 저장소) 링크를 같이 추가하거나, 문구를 Python 중심으로 좁히는 쪽이 더 정확합니다.
✏️ 제안 수정안
-- [TokenFence](https://github.com/u4ma-kev/tokenfence-python): Runtime guardrails SDK for AI agents — per-workflow budget caps, automatic model downgrade, kill switches, and a least-privilege policy engine (allow/deny/require_approval) with audit trail. Python + Node.js.  +- [TokenFence](https://github.com/u4ma-kev/tokenfence-python): Runtime guardrails SDK for AI agents — per-workflow budget caps, automatic model downgrade, kill switches, and a least-privilege policy engine (allow/deny/require_approval) with audit trail. [Python SDK](https://github.com/u4ma-kev/tokenfence-python) + [Node SDK](https://www.npmjs.com/package/tokenfence). 🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@README.md` at line 121, 문구와 링크 불일치를 수정하세요: 현재 항목 TokenFence(링크: u4ma-kev/tokenfence-python)는 Python 저장소만 연결되어 있는데 설명은 "Python + Node.js"로 되어 있으므로 README의 해당 라인(TokenFence)에서 설명을 그대로 유지하려면 Node용 링크(npm 패키지 또는 Node 저장소)를 추가하거나, Node 링크를 추가할 수 없으면 설명을 "Python"으로 축소해야 합니다; 구체적으로 TokenFence 및 tokenfence-python 표기를 찾아(description text "Python + Node.js") 두 링크(현재 tokenfence-python + Node 패키지/레포 링크)로 병기하거나 설명을 "Python"으로 변경해 일관성을 맞추세요.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@README.md`:
- Line 121: 문구와 링크 불일치를 수정하세요: 현재 항목 TokenFence(링크: u4ma-kev/tokenfence-python)는
Python 저장소만 연결되어 있는데 설명은 "Python + Node.js"로 되어 있으므로 README의 해당 라인(TokenFence)에서
설명을 그대로 유지하려면 Node용 링크(npm 패키지 또는 Node 저장소)를 추가하거나, Node 링크를 추가할 수 없으면 설명을
"Python"으로 축소해야 합니다; 구체적으로 TokenFence 및 tokenfence-python 표기를 찾아(description
text "Python + Node.js") 두 링크(현재 tokenfence-python + Node 패키지/레포 링크)로 병기하거나 설명을
"Python"으로 변경해 일관성을 맞추세요.
TokenFence
Runtime guardrails and cost circuit breaker SDK for AI agents.
What it does:
Fits the Tools section alongside LLM Guard, Rebuff, Garak, etc. as a runtime defense tool for AI agent security.
Details:
Summary by CodeRabbit