Paritosh Mohan
Paritosh Mohan
Changing the title to better reflect the current issue. 1) The original issue was that ruby 2.0 doesn't allow any locking (rightly so) in trap contexts. While we don't explicitly...
Flow could potentially do this in 3 ways - 1) Try to register the workflow/activity and if it fails with TypeAlreadyExists, then continue on (this is what flow does currently)....
Domain#activity_types is just a ruby sdk abstraction that sits on top of the SWF client. It calls #list_activity_types internally and pages through all the results to return back the entire...
Right, it returns all the types if you don't specify a name. What I meant to say was if the list is large enough, it will make multiple calls to...
We will explore using List before trying to register and look at the cost difference between the two methods.
We have changed the implementation of the runner to register only using the first worker for each set of workers. This should reduce the number of register calls by a...
+1 for websocket support as well.
Thanks for the detailed response @saqadri ! I think I'll come back to the auth stuff in a bit as that requirements may have cleared for me. But wrt supporting...
@saqadri - added support for websocket and an example here: https://github.com/lastmile-ai/mcp-agent/pull/114 Will work on passing auth soon.
Ignore the last comment. Added a new PR with both websockets and auth here: https://github.com/lastmile-ai/mcp-agent/pull/116. Wanted to raise a stacked PR but I don't have write permissions on this repo...