logoalt Hacker News

trallnagyesterday at 6:04 PM1 replyview on HN

Can I have graphs as the default and fall back to agentic behavior if the prompt / task can't be mapped to a known process graph?


Replies

drob518yesterday at 8:57 PM

Sure. You could easily have the model choose a workflow/graph for execution and then call a tool that implements the execution engine for that. The tool then makes calls for model inferencing at various points in the processing.