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
ef798629e5974aa35a6f3342647e058a97efb8be
agent-framework/python/samples/getting_started/workflows/checkpoint
T
Evan Mattson f56218fa1e Python: Add explicit input, output, and workflow_output parameters to @handler, @executor and request_info (#3472)
* Support specifying types via handler and executor decorators

* Add handling for string types

* Fix typing

* Address PR feedback

* All or nothing for handler typing approach

* Fix mypy issues

* type support for request info

* Fix naming issue

* Fix mypy
f56218fa1e ยท 2026-02-03 22:47:40 +00:00
History
..
checkpoint_with_human_in_the_loop.py
Python: [BREAKING] changed AIFunction to FunctionTool and @ai_function to @tool (#3413)
2026-01-28 14:53:53 +00:00
checkpoint_with_resume.py
Python: [BREAKING] changed AIFunction to FunctionTool and @ai_function to @tool (#3413)
2026-01-28 14:53:53 +00:00
handoff_with_tool_approval_checkpoint_resume.py
Python: Add explicit input, output, and workflow_output parameters to @handler, @executor and request_info (#3472)
2026-02-03 22:47:40 +00:00
sub_workflow_checkpoint.py
Python: [BREAKING] changed AIFunction to FunctionTool and @ai_function to @tool (#3413)
2026-01-28 14:53:53 +00:00
workflow_as_agent_checkpoint.py
Python: [BREAKING] changed AIFunction to FunctionTool and @ai_function to @tool (#3413)
2026-01-28 14:53:53 +00:00