Genkit Agents Implementation
ai.definePrompt and then call ai.chatHave you consider implement something similar to openais' swarm?
JS: https://github.com/youseai/openai-swarm-node
PY: https://github.com/openai/swarm
(it is very similar to what genkit has now) probably is more about naming:
ai.defineAgent (maybe a wrapper from ai.definePrompt)