Skip to content

Add observability, evaluation and update workflow #383

Merged
james-tn merged 129 commits into
mainfrom
int-agentic
Feb 9, 2026
Merged

Add observability, evaluation and update workflow #383
james-tn merged 129 commits into
mainfrom
int-agentic

Conversation

@james-tn
Copy link
Copy Markdown
Contributor

@james-tn james-tn commented Feb 6, 2026

Add observability, evaluation and update workflow app to use durable.
Add workflow deployment to deployment script

James N. and others added 30 commits November 14, 2025 09:38
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
- 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>
James N. and others added 23 commits January 12, 2026 14:07
**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
@james-tn james-tn requested a review from heenajvs February 6, 2026 15:29
- 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
@james-tn james-tn merged commit d0d49b2 into main Feb 9, 2026
11 of 13 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.

4 participants