-
Notifications
You must be signed in to change notification settings - Fork 6
Description
SDK Parity Update Required
This issue was automatically created by the AI-First Polling workflow to maintain SDK parity.
Source PR Information
Original PR: microsoft/Agent365-nodejs#121 - Add option to auto instrumentation to prevent sending the LLM [FILTERED] β¦
PR URL: microsoft/Agent365-nodejs#121
PR Author: @fpfp100
PR Description
[Node.js SDK] Add option to auto instrumentation to prevent sending the LLM [FILTERED] on InvokeAgent scopes.
Parity Task
Changes detected in: Node.js/TypeScript SDK
Target SDK: Python
Action Required
Please apply the changes described in the original PR (microsoft/Agent365-nodejs#121) to the Python SDK to maintain feature parity across all SDKs.
Before implementing:
- First, check if this feature already exists in the Python SDK
- If the feature is already implemented, close this issue with the
wontfixlabel and add a comment explaining that parity already exists
For bug fixes (IMPORTANT):
- Bug fixes require extra caution - only act if the same bug exists in the Python SDK
- Carefully analyze whether the bug described in the original PR replicates in the target platform
- If the bug does NOT exist in the Python SDK, close this issue with the
wontfixlabel and explain that the bug is not present - Stay strictly in context - only fix the specific bug described, do not make additional changes or "improvements"
- Do not port bug fixes that are specific to the source SDK's language or platform constraints
When creating the PR for this implementation:
- Assign the PR to @fpfp100 (the author of the original PR)
- Reference this issue in the PR description
- Ensure the PR description explains what parity changes were made
Implementation Guidelines for Python
When implementing this feature in the Python SDK:
- Review existing code in
python/libraries/to understand the codebase structure and patterns - Follow the coding style, naming conventions, and architectural patterns used in the Python SDK
- Check for configuration files (e.g.,
pyproject.toml,.flake8,mypy.ini) that define coding standards - Ensure your implementation is consistent with existing SDK components
- Include appropriate tests following the testing patterns in the Python SDK
Related Information
- Workflow Run: https://github.com/microsoft/AI-First-Development/actions/runs/20860864857
- Trigger: Polling workflow
- Detected: 2026-01-09 18:01:11 UTC
This is an automated issue. Please close with wontfix label if parity is not needed.