Logo
Explore
Register Sign In
agent/agent-framework
1
0
Fork 0
You've already forked agent-framework
mirror of https://github.com/microsoft/agent-framework.git synced 2026-06-16 21:04:09 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
15256bb616860e686ba6669002bd46e201c845e0
agent-framework/python/samples/getting_started/workflows/human-in-the-loop
T
Evan Mattson 0f3f4dbcaf [BREAKING] Python: Refactor workflow events to unified discriminated union pattern (#3690)
* Refactor events

* Merge main

* Fixes

* Cleanup

* Update samples and tests

* Remove unused imports

* PR feedback

* Merge main. Add properties for events to help typing

* Formatting

* Cleanup

* use builtins.type to avoid shadowing by WorkflowEvent.type attribute

* Final improvements
0f3f4dbcaf ยท 2026-02-06 07:47:20 +00:00
History
..
agents_with_approval_requests.py
[BREAKING] Python: Refactor workflow events to unified discriminated union pattern (#3690)
2026-02-06 07:47:20 +00:00
agents_with_HITL.py
[BREAKING] Python: Refactor workflow events to unified discriminated union pattern (#3690)
2026-02-06 07:47:20 +00:00
concurrent_request_info.py
[BREAKING] Python: Refactor workflow events to unified discriminated union pattern (#3690)
2026-02-06 07:47:20 +00:00
group_chat_request_info.py
[BREAKING] Python: Refactor workflow events to unified discriminated union pattern (#3690)
2026-02-06 07:47:20 +00:00
guessing_game_with_human_input.py
[BREAKING] Python: Refactor workflow events to unified discriminated union pattern (#3690)
2026-02-06 07:47:20 +00:00
sequential_request_info.py
[BREAKING] Python: Refactor workflow events to unified discriminated union pattern (#3690)
2026-02-06 07:47:20 +00:00