Add Hermes Asia partner services — Asia news, currency, and macro data for AI agents#172
Add Hermes Asia partner services — Asia news, currency, and macro data for AI agents#172kten-agent wants to merge 3 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughAdds three Hermes Asia partner service definitions to PARTNER_SERVICES: ChangesHermes Asia services registration
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 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 `@src/partners/registry.ts`:
- Around line 1051-1055: The registry array has a syntax error: the voice_status
object literal isn’t closed before the next entry hermes_asia_news; locate the
voice_status entry (look for the "voice_status" key and its "example" field) and
add the missing closing brace (and trailing comma if required) after the example
field so the registry array and the subsequent hermes_asia_news object parse
correctly.
🪄 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: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: ef0f3c95-1cf9-459e-988b-a3b260acbce4
📒 Files selected for processing (1)
src/partners/registry.ts
Coderabbitai flagged: voice_status object was not closed before starting hermes_asia_news, causing a syntax error in the registry array. Added missing } after the voice_call example block.
Coderabbit flagged: 'voice_status' object closed after hermes_asia_news starts. Root cause: extra '},'' inserted between the array elements and the array close. Removed the stray closing brace so PARTNER_SERVICES array closes correctly.
Add Hermes Asia to ClawRouter Partner Registry
Add 3 Hermes Asia partner services covering CN/JP/TW/KR/SEA markets — news, currency, and macro data.
What's Added
hermes_asia_newshermes_currencyhermes_macroTechnical Details
https://base-worker-01.j23726919.workers.dev(x402 v2, USDC on Base)/api/asia-news-api,/api/cn-jp-currency-api,/api/asia-market-dataWhy Hermes Asia
ClawRouter has 27 partner services but zero Asia-specific market data providers.
Hermes fills the gap for CN/JP/TW/KR/SEA markets — designed for AI agent consumption:
hermes_asia_news— any question about CN/JP/TW news or policy changes in Asiahermes_currency— USD/CNY/JPY rates for trading agents doing cross-border workhermes_macro— macro indicators for quantitative agents building Asia trading modelsVerification
Summary by CodeRabbit