Conversation
Add Morpheus as a GenLayer partner with documentation about decentralized AI inference via the Morpheus marketplace.
Include horizontal brand lockup on the Morpheus partner documentation page, consistent with partner page visual identity.
|
@morpheus-dev is attempting to deploy a commit to the YeagerAI Team on Vercel. A member of the Team first needs to authorize it. |
✅ Deploy Preview for genlayer-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds Morpheus as a new partner: updates partners metadata, adds a Morpheus partner page, and updates validator/setup docs to include MORPHEUS_API_KEY in examples and provider lists. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 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 |
|
@dohernandez @AgustinRamiroDiaz — this is ready for review. Adds the Morpheus partner page with logo, following the existing Heurist/io.net/Comput3 pattern. Netlify preview is live. |
|
@betterbrand thanks for your submission! We are adding the config to the node. We'll be adding the envvar |
|
Thanks @AgustinRamiroDiaz! Added MORPHEUS_API_KEY references to the docs to match — the companion Studio PR #1488 on genlayer-studio has MORPHEUS_API_KEY as the env var name in both schemas and .env.example. |
Add Morpheus to the partner LLM provider callout, env var export examples, Docker .env listing, and GenVM configuration env var list.
There was a problem hiding this comment.
🧹 Nitpick comments (1)
pages/validators/setup-guide.mdx (1)
676-676: Consider aligning.envprovider examples with the binary section.This block now includes
MORPHEUS_API_KEY, but it still omitsCOMPUT3KEYandIOINTELLIGENCE_API_KEYshown in the binary instructions. Keeping both sections in sync would reduce copy/paste confusion.Suggested doc-only diff
# LLM API Key (required for GenVM LLM module) HEURISTKEY= +COMPUT3KEY= +IOINTELLIGENCE_API_KEY= ANTHROPICKEY= XAIKEY= GEMINIKEY= ATOMAKEY= MORPHEUS_API_KEY=🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@pages/validators/setup-guide.mdx` at line 676, Update the .env provider example so it matches the binary examples by adding the missing keys: include COMPUT3KEY= and IOINTELLIGENCE_API_KEY= alongside the existing MORPHEUS_API_KEY= entry in the setup-guide.mdx provider block to keep both sections consistent and avoid copy/paste confusion.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@pages/validators/setup-guide.mdx`:
- Line 676: Update the .env provider example so it matches the binary examples
by adding the missing keys: include COMPUT3KEY= and IOINTELLIGENCE_API_KEY=
alongside the existing MORPHEUS_API_KEY= entry in the setup-guide.mdx provider
block to keep both sections consistent and avoid copy/paste confusion.
Syncs the Docker Compose .env block with the binary setup section.
With the integration of the Morpheus Marketplace, Intelligent Contracts gain censorship-resistant inference with no single point of failure, and the available model catalog updates automatically as new providers join the marketplace. Morpheus is a decentralized peer-to-peer network where open-source LLM providers compete on price and performance — DeepSeek, Llama, Qwen, GLM, Kimi, Mistral, and more — all accessible through a single OpenAI-compatible API that GenLayer validators can plug into directly.
Summary
/partners/morpheus_meta.jsonFiles changed
pages/partners/morpheus.mdx— new partner page (follows existing Heurist/io.net/Comput3 pattern)pages/partners/_meta.json— add "Morpheus" to sidebar navigationpublic/morpheus.png— Morpheus horizontal logo lockupTest plan
pnpm buildsucceeds/partners/morpheuswith logo and contentSummary by CodeRabbit