GenkitG
Genkitโ€ข11mo ago
uncertain-scarlet

Genkit Agents Implementation

I know that genkit supports MultiAgent and the can be defined using ai.definePrompt and then call ai.chat

Have 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)
Was this page helpful?