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: PengF (@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
wontfix label 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
wontfix label 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 PengF (@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
This is an automated issue. Please close with wontfix label if parity is not needed.
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: PengF (@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:
wontfixlabel and add a comment explaining that parity already existsFor bug fixes (IMPORTANT):
wontfixlabel and explain that the bug is not presentWhen creating the PR for this implementation:
Implementation Guidelines for Python
When implementing this feature in the Python SDK:
python/libraries/to understand the codebase structure and patternspyproject.toml,.flake8,mypy.ini) that define coding standardsRelated Information
This is an automated issue. Please close with
wontfixlabel if parity is not needed.