Multi-Agent Orchestration Timeout Issues and Best Practices

Im not sure if this is the right way to do it, but would like to see if there is a better way to do this

As a workaround, added the AIP logic functions to OSDK , create a conda SDK, created Data connection for the foundry endpoint, then I created a python transform repo, added the sources and SDK to the repo

Then wrote a python transform that would read the ontology object and pass them as input to the functions via OSDK, get the output and write it to a dataset

The next step would be be wire the dataset to ontology object, so I can use the inference in ontology layer

I guess another idea would be to build some UDF where we can use the AIP logic function in PB

let me know if anyone else can think of a better option,