wenjin272 commented on code in PR #32: URL: https://github.com/apache/flink-agents/pull/32#discussion_r2160977260
########## python/flink_agents/api/decorators.py: ########## @@ -0,0 +1,31 @@ +from typing import Callable, Tuple, Type + +from flink_agents.api.event import Event + + +#TODO: implement Closure to support access self in action function, like llama-index Review Comment: Mainly for using property of self in action functions, but it may import bigger complexity like closure implementation and cluster dispatcher, so I just remove it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
