test: PR 233 on ARC runners#1
Draft
sipercai wants to merge 105 commits into
Draft
Conversation
Co-authored-by: musi <admin@arms-test-agent033059173062.os30> Co-authored-by: root <root@arms-test-agent033059173062.os30> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com> Co-authored-by: 流屿 <caishipeng.csp@alibaba-inc.com>
- P0: react_step_patch wrappers now return coroutines from sync wrappers so MAF's await layer.get_response no longer raises TypeError. ContextVar tokens are set inside the coroutine body so set/reset share the same asyncio task context. - P1: extend op_name override condition to include CLIENT span kind so MCP tools/call inner spans get gen_ai.operation.name=mcp even when MAF pre-wrote execute_tool. - P3: provider.name normalization now handles sequence values (MAF emits list-wrapped values on AGENT spans) and falls back to case-insensitive matching so microsoft.agent_framework -> openai on AGENT spans. - P5: instrument() prepends MAFSemanticProcessor to the SDK processor tuple so on_end enrichments run before exporter processors registered earlier in bootstrap. Adds 7 unit tests; pytest tests/ -> 36 passed.
Add license header to all 11 files in the microsoft-agent-framework instrumentation package. Resolves the check-license-header CI failure.
…e-pr208-229-232 # Conflicts: # loongsuite-distro/src/loongsuite/distro/bootstrap_gen.py
…e-pr208-229-232 # Conflicts: # .github/workflows/loongsuite_test_0.yml # loongsuite-distro/src/loongsuite/distro/bootstrap_gen.py
|
This PR has been automatically marked as stale because it has not had any activity for 14 days. It will be closed if no further activity occurs within 14 days of this 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.
Temporary fork-only CI validation branch for alibaba#233 on ACK/ACS ARC runners.\n\nThis PR is not intended to merge. It exists to compare CI queue/runtime behavior with generated workflows using the fork runner label loongsuite-python-agent-fork-arc.