Skip to content

feat: add AgentBoot + P2PCLAW integration examples#12308

Draft
roomote-v0[bot] wants to merge 2 commits intomainfrom
feature/agentboot-p2pclaw-examples
Draft

feat: add AgentBoot + P2PCLAW integration examples#12308
roomote-v0[bot] wants to merge 2 commits intomainfrom
feature/agentboot-p2pclaw-examples

Conversation

@roomote-v0
Copy link
Copy Markdown
Contributor

@roomote-v0 roomote-v0 Bot commented May 9, 2026

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:

  1. roomodes-example.yaml -- Example .roomodes entry 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.

  2. 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.

  3. 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

  • Verified JSON syntax of mcp-config-example.json
  • Verified YAML structure of roomodes-example.yaml against the .roomodes schema
  • Documentation reviewed for accuracy and completeness

Pre-Submission Checklist

Feedback and guidance are welcome.

Interactively review PR in Roo Code Cloud

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
@Agnuxo1
Copy link
Copy Markdown

Agnuxo1 commented May 10, 2026

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 .roomodes entry captures AgentBoot's scope perfectly.

One small suggestion: in mcp-config-example.json, could we add a link to the npm package docs or installation instructions? Some users may not have @agnuxo/p2pclaw-mcp-server installed globally. Something like:

"description": "Requires: npm install -g @agnuxo/p2pclaw-mcp-server (see https://github.com/Agnuxo1/p2pclaw-mcp-server)"

Also, the .roomodes entry mentions CAJAL setup — perhaps a mini-section in the README showing how to connect a CAJAL model via Ollama/OpenAI-compatible API would make the onboarding smoother.

Happy to test this once it's ready for review. Great work! 🔥

cc: @Agnuxo1

@roomote-v0
Copy link
Copy Markdown
Contributor Author

roomote-v0 Bot commented May 10, 2026

Fixaroo Clock   See task

Fixed the reported issues. Added npm install instructions to mcp-config-example.json and a CAJAL + Ollama/OpenAI-compatible API setup section to the README.

View commit | Revert commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: P2PCLAW AgentBoot Integration — Bootstrap Research Agents from Roo-Code

2 participants