Advertise service.reauthorize through the NyxID assistant tool surface - #3497
Draft
eanz17 wants to merge 5 commits into
Draft
Conversation
Mount nyxid_request_service_reauthorize on the NyxID agent and assistant tool sources, register the service_reauthorize turn-intent candidate and built-in materializer member (nyxid_services + nyxid_request_service_reauthorize), and name the handoff in the system prompt. Deploy only after NyxID production serves nyxid-assistant-actions.v8 and the process has re-snapshotted the registry; a v7 process still fails such turns closed with NYXID_ACTION_UNSUPPORTED. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Restore the ServiceReauthorize arms in the conversation GAgent route-to-intent mapping and the executor built-in intent checks now that the materializer resolves the built-in and the verb is advertised, and flip the profile-authored route test to expect the built-in intent. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## feat/2026-08-19_nyxid-reauthorize-registry-v8 #3497 +/- ##
================================================================================
Coverage ? 83.23%
================================================================================
Files ? 1652
Lines ? 184773
Branches ? 22275
================================================================================
Hits ? 153788
Misses ? 20619
Partials ? 10366
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Problem
#3496 makes
service.reauthorizeexecutable at registry v8 but keeps it unadvertised. Once NyxID publishes v8, the verb has to be exposed to the model and the built-in intent router.Solution
NyxIdRequestServiceReauthorizeToolinNyxIdAgentToolSource/NyxIdAssistantToolSource.service_reauthorizebuilt-in intent:NyxIdChatTurnIntentClassifiercandidate + routing description,AgentProfileTurnCatalogMaterializerbuilt-in member (nyxid_services+nyxid_request_service_reauthorize), executor/GAgent intent mapping.Impact
src/Aevatar.AI.ToolProviders.NyxIdtool sources,agents/Aevatar.GAgents.NyxidChat(AgentProfiles, executor, GAgent,Skills/system-prompt.md), docs.Verification (on this tip)
dotnet build aevatar.slnx --nologo— 0 errorsdotnet test test/Aevatar.AI.Tests --nologo --filter FullyQualifiedName~NyxId— 2354/0~NyxIdChat44/0; CapabilitiesMainnetHostCompositionTests|NyxId111/0; ChannelRuntimeConversationReplyGeneratorTests86/0bash tools/ci/nyxid_conformance_guard.sh/architecture_guards.sh/test_stability_guards.sh/tools/docs/lint.sh— passPost-merge: follow
docs/contracts/nyxid-assistant-conformance/v1/README.md"When NyxID publishes v8" (sources.json bump, coverage-manifest flip needs a fresh semantic-evaluation run).🤖 Generated with Claude Code