Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Added

- **NeMo Relay native plugin** — a dynamically loaded integration that loads
Switchyard's standard TOML deployment and executes its named routes in
process. Managed calls require NeMo Relay 0.8.0 or newer; unknown models use
Relay's continuation unchanged.

- **NeMo Relay routing marks** — routing-model usage, measured routing
overhead, and selected-model decisions are emitted as ATOF marks. The final
serving call remains represented only by Relay's outer LLM lifecycle event to
prevent double-counting.

- **Advisor-gate routing** — new `advisor` route type pairing the serving
executor with a stronger judge-only advisor that reviews terminal turns:
APPROVE releases the buffered turn, REDO discards it and feeds the advisor's
Expand Down
Loading
Loading