Add observability, evaluation and update workflow #383
Merged
Conversation
Enhanced Agentic AI with Secure Azure Deployment
…ough an exception Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…ted NPM libraries and added Dockerfile for containerization
React UI Conversion & Updates
- Add intentionalClose flag to WebSocket manager to prevent auto-reconnect on intentional close - Fix Dockerfile to copy from Vite 'dist' instead of CRA 'build' directory - Update backend static file serving to handle both Vite (assets/) and CRA (static/) structures - Add catch-all exception handler for WebSocket disconnections in backend
* WIP: Save local changes before switching to int-agentic * Fix WebSocket reconnect issue and Vite build compatibility - Add intentionalClose flag to WebSocket manager to prevent auto-reconnect on intentional close - Fix Dockerfile to copy from Vite 'dist' instead of CRA 'build' directory - Update backend static file serving to handle both Vite (assets/) and CRA (static/) structures - Add catch-all exception handler for WebSocket disconnections in backend --------- Co-authored-by: James N. <james.nguyen@microsoft.com>
…ed lychee checker
**feat: Add comprehensive AI Agent Evaluation Framework with Azure AI Foundry integration**
- Fix backend port typo (700 -> 7000) in run_agent_eval.py - Comment out unused Cosmos DB import to avoid dependency issues for users without azure-cosmos package
🚀 Upgrade Fraud Detection Workflow to current version Agent Framework 1.0.0b260130
update deployment to include workflow application
… management - Replace deprecated McpServerManager with MCPStreamableHTTPTool - Fix import path from agent_framework.openai to agent_framework.azure - Add proper async context management with __aenter__/__aexit__ for fail-fast error handling - Improve error handling during agent initialization and cleanup - Merge previous int-agentic branch changes and resolve conflicts
Observability Test
fix observability bug
…e superseded durable_agent README
- Replace removed MAGENTIC_EVENT_TYPE_ORCHESTRATOR/AGENT_DELTA with MagenticOrchestratorEvent and MagenticOrchestratorEventType - Fix participants() call: **kwargs -> Sequence (list of agents) - Rename with_standard_manager() -> with_manager() - Fix plan review blocking: handle RequestInfoEvent for MagenticPlanReviewRequest with auto-approve via workflow.send_responses_streaming() - Add plan_review_requested/plan_review_approved WebSocket broadcasts - Update _process_workflow_event to use isinstance checks on new event types instead of string-based additional_properties
heenajvs
approved these changes
Feb 9, 2026
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.
Add observability, evaluation and update workflow app to use durable.
Add workflow deployment to deployment script