I'm working through setting up a flyte agent at the moment. I find it a bit rough around the edges but the latest issue I've had is that the docker image that is built per the docs blows up with complains about missing
prometheus_client
. It seems like this should come as a dependency of flytekit no? I don't see it in the obvious requirements files.
docs with complete running examples of an example agent task
• This dumbs down the task a little bit but I think thats better than a non functional skeleton.
• Adds additional comments around the agent workflow and any gotchas (matching agent/task type, ensuring agent/task registration so pyflyte doesn't just noop with zero errors)