docs: add bolyra-crewai integration for per-agent authorization#6382
docs: add bolyra-crewai integration for per-agent authorization#6382saneGuy wants to merge 3 commits into
Conversation
Add documentation for the bolyra-crewai community integration, which provides pre-execution authorization guards for CrewAI tool calls. Agents authenticate via ZKP handshake and receive scoped permissions that the guard verifies before each tool invocation. - New doc page at tools/integration/bolyracrewai.mdx - Card added to integration overview - Navigation entry in docs.json Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdds a new documentation page for the ChangesBolyra CrewAI Integration Documentation
Suggested Reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
docs/edge/en/tools/integration/overview.mdx (1)
12-25: 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick winAdd the missing Bolyra card to the integrations grid.
This section still renders only the Bedrock, CrewAI Automation, and Merge cards, so the new
bolyracrewaipage is reachable from the sidebar but not from the overview page itself.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@docs/edge/en/tools/integration/overview.mdx` around lines 12 - 25, The integrations overview grid is missing the Bolyra entry, so add a new Card in the CardGroup alongside Merge Agent Handler Tool, CrewAI Run Automation Tool, and Bedrock Invoke Agent Tool. Use the existing overview section in the mdx file and point the new card to the bolyracrewai page with the correct title, icon, and short description so it is discoverable from the overview page.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/edge/en/tools/integration/bolyracrewai.mdx`:
- Around line 97-121: The delegation example is missing the import for
SerperDevTool, which is used when building the junior Agent. Update the import
block at the top of this snippet alongside BolyraAuthTool, BolyraDelegateTool,
BolyraGuard, BolyraSession, and BolyraDelegationFlow so SerperDevTool is
included and the example runs as written.
---
Outside diff comments:
In `@docs/edge/en/tools/integration/overview.mdx`:
- Around line 12-25: The integrations overview grid is missing the Bolyra entry,
so add a new Card in the CardGroup alongside Merge Agent Handler Tool, CrewAI
Run Automation Tool, and Bedrock Invoke Agent Tool. Use the existing overview
section in the mdx file and point the new card to the bolyracrewai page with the
correct title, icon, and short description so it is discoverable from the
overview page.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 5c26b921-35a8-4619-a348-00143e31b1c6
📒 Files selected for processing (3)
docs/docs.jsondocs/edge/en/tools/integration/bolyracrewai.mdxdocs/edge/en/tools/integration/overview.mdx
Summary
Adds a docs page for the
bolyra-crewaicommunity integration under Tools > Integrations.What it is:
bolyra-crewaiadds per-agent authorization to CrewAI workflows.BolyraGuardwraps existingBaseToolinstances with pre-execution identity checks, so each agent in a crew proves it has the right permissions before executing tools.What's shipped: Published on PyPI as
bolyra-crewaiv0.2.0, 99 tests passing.Files changed:
docs/edge/en/tools/integration/bolyracrewai.mdx— new integration doc page (community integration, not bundled with crewai[tools])docs/docs.json— nav entry added alphabeticallyFollows the existing integration page pattern (Bedrock, Merge, CrewAI Automation).
Summary by CodeRabbit