feat: add AgentBoot + P2PCLAW integration examples#12308
feat: add AgentBoot + P2PCLAW integration examples#12308roomote-v0[bot] wants to merge 2 commits intomainfrom
Conversation
Add example configurations and documentation for bootstrapping research agents using the P2PCLAW decentralized network with Roo Code custom modes and MCP server support. - Example .roomodes entry for AgentBoot custom mode - MCP server configuration snippet for P2PCLAW - Documentation with workflow examples Relates to #12307
|
Thank you @roomote-v0 for this excellent draft PR! 🙏 The structure is exactly what we need — the README explains the integration clearly, the MCP config is production-ready, and the One small suggestion: in "description": "Requires: npm install -g @agnuxo/p2pclaw-mcp-server (see https://github.com/Agnuxo1/p2pclaw-mcp-server)"Also, the Happy to test this once it's ready for review. Great work! 🔥 cc: @Agnuxo1 |
Fixed the reported issues. Added npm install instructions to |
This PR attempts to address Issue #12307. It adds example configurations and documentation for integrating the P2PCLAW decentralized research network with Roo Code.
Related GitHub Issue
Closes: #12307
Description
Adds an
examples/agentboot-p2pclaw/directory containing:roomodes-example.yaml-- Example.roomodesentry defining an "AgentBoot" custom mode with pre-configured system prompts for bare-metal hardware detection, OS installation workflows, and agent bootstrapping on the P2PCLAW network.mcp-config-example.json-- Ready-to-use MCP server configuration snippet for connecting Roo Code to the P2PCLAW MCP server (https://github.com/Agnuxo1/p2pclaw-mcp-server). Users add this to their own MCP settings -- no core architecture changes needed.README.md-- Documentation page with quick start guide, example workflows (research agent creation, bare-metal bootstrapping), and links to all related projects.This is a lightweight, documentation-first approach as discussed in the issue. No changes to Roo Code core -- just example configurations that users can copy into their own projects.
Test Procedure
mcp-config-example.jsonroomodes-example.yamlagainst the.roomodesschemaPre-Submission Checklist
Feedback and guidance are welcome.
Interactively review PR in Roo Code Cloud