How do we use AIP agents via OSDK. It says possible here but the linked docs are not useful. Could someone help?
My intended use case is actually with something like a voice agent (via ElevenLabs or similar) to audibly interact with the Ontology to ask basic broad questions of the data and I believe OSDK is the best way for me to achieve that, but yeah, this got in the way since I wanted to try Agents instead of Logic. Any ideas?
Hi @jpa do you want to take a peak at this community post and let me know if it gives you what you need. It has some example code.
The docs span all our endpoints, which is the entire list on the sidebar, please click on the sidebar links to view how to create sessions, send streaming request, get session content, etc.
I’ve tried out a few things which the post mentioned and some of my own fix ideas, but I have a feeling that the limited ingress customisation options in Dev tier is preventing me from using the agent as a webhook in 11Labs since I have now published the agent as an endpoint in OSDK.
I can still make curl requests from my laptop to osdk with a custom token, which works in curl. But I have a suspicion that the ingress policies and all block 11Labs webhook doing the same things and the ingress settings are
I’m currently doing the Pal Launch program with a deadline very soon, so is there any chance to grant permissions? My other idea is to (temporarily only for demo) make a local python program that 11Labs can call, which then is able to call OSDK but I fear it’s the same problem as it is not currently working.