feat(tools): request_tool_connection — l'assistant demande un outil manquant (capacité B v2) - #10
Merged
Merged
Conversation
…anquant (capacité B v2) Quand il manque un outil pour une demande (facturer, encaisser, suivre des candidatures), l'assistant appelle cet outil avec une INTENTION ; il POSTe au control daemon (loopback 127.0.0.1, sans mTLS), qui relaie au control-plane → outil ALLOWLISTÉ (jamais inventé) + message white-label + lien de branchement. - tools/request_tool_connection.py : outil self-contained (urllib loopback), message honnête si le daemon est injoignable (pas de bluff), gated check_fn = JB_DECISION_PUSH_URL (invisible hors box Jean-Billie). - toolsets.py : ajout à _HERMES_CORE_TOOLS (exposé CLI + plateformes de gateway) ; toolset « messaging ». - PURELY INTERNE (loopback) → jb_outbound classify = PASS, jamais intercepté. L'ACTION qui suit (créer la facture) reste, elle, une proposition à valider. py_compile + unité (registre, message si daemon down, gate) verts. Intégration = vérif live (monorepo tasks/pr3v2-live-verification.md). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🔎 Lint report:
|
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.
Outil agent
request_tool_connection(capacité B de l'architecture hybride Jean-Billie). Quand il manque un outil pour une demande (facturer, encaisser, suivre des candidatures), l'assistant envoie une intention ; l'outil POSTe au control daemon (loopback, sans mTLS), qui relaie au control-plane → outil allowlisté (jamais inventé) + message white-label + lien de branchement.tools/request_tool_connection.py: self-contained (urllib loopback), message honnête si le daemon est injoignable (pas de bluff), gatedcheck_fn = JB_DECISION_PUSH_URL(invisible hors box).toolsets.py: ajout à_HERMES_CORE_TOOLS(exposé CLI + plateformes gateway), toolsetmessaging.jb_outboundclassify = PASS, jamais intercepté ; l'action qui suit reste une proposition à valider.Vérif :
py_compile+ unité (registre, message si daemon down, gate). Contrat/daemon/control-plane côté monorepo (PR NousResearch#84). Intégration mTLS bout-en-bout = vérif live.🤖 Generated with Claude Code