Skip to content

Conversation

@Fr4nc3
Copy link
Collaborator

@Fr4nc3 Fr4nc3 commented Oct 27, 2025

Purpose

  • ...

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

Replaces Azure AI Search and code interpreter tool logic with HostedFileSearchTool and HostedCodeInterpreterTool. Updates lifecycle to use async MCP tool preparation and simplifies tool/resource collection. Removes legacy compatibility and diagnostics code, streamlining agent initialization and invocation for improved maintainability.
Refactored ReasoningAgentTemplate to use direct AzureAIAgentClient and integrate Azure AI Search via a new ReasoningSearch helper. Improved initialization, search augmentation, and resource management. Updated reasoning_search.py for better logging, error handling, and framework-agnostic usage. Added detailed docstrings and clarified configuration and usage patterns.
Replaces AzureOpenAIChatClient with AzureAIAgentClient for orchestration, updates callback signatures to match new agent framework, and enhances logging throughout the orchestration process. Improves error handling, updates workflow execution to use run_stream, and ensures compatibility with legacy WebSocket updates. Cleans up legacy shims and streamlines agent/participant management.
@Fr4nc3 Fr4nc3 merged commit f8150f0 into microsoft:macae-rfp-agent-framework Oct 27, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant