Add FastMetal execution, Jev routing and free MCP discovery - #15
Merged
Merged
Conversation
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (36)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Braess can now execute fixed routes through FastMetal and use FastMetal-hosted Jev for routing decisions. The new
braess-fastmetalcompanion shares the existing bounded generation engine, durable reservations and image-reference checks with OpenRouter. It preserves uncertain attempts without retries and records reported costs separately in JPY.braess-fastmetal-discoveradds optional, free MCP discovery: initialization, tool enumeration, model pricing/capabilities, selected-model details and sanitized balances. Private, create-only snapshots have timestamps and bounded response sizes, deadlines and pagination. Discovery never changes routes or invokes paid MCP tools.0.1.0-alpha.8.Validation: all 15 offline validation stages and sealed-evidence verification passed; 96 Rust tests and 144 discovery-showcase tests passed; strict Clippy, Cargo package verification, version policy and Gitleaks passed. Focused live synthetic calls verified chat/image/reasoning/structured/tool/stream shapes, Jev decisions, the generation binary and the discovery binary. Live MCP returned 85 models and 12 tools. Total account spend after these experiments was approximately ¥0.10544; free MCP checks did not increase it.
Scope: generation remains non-streaming and has no tool execution loop. The companion offers JSON-object output, not a JSON-schema interface. MCP metadata is an observation, not an automatic routing policy or a guarantee of provider behavior. Existing USD demo accounting is not extended to JPY. No package publication or deployment is included.