I have an Agent, that edits the ontology (it calls Actions, etc.).
I want to run this agent regularly, to perform some operation. So, I use Automate to trigger this agent regularly.
Will the agent’s Ontology edits actually be applied ? Do I need to wrap this agent call in an action ?
1 Like
Hey,
Yes you currently need to trigger the agent via the Action effect in automate, which requires:
- Creating a function-backed action type
- Creating a wrapper
OntologyEditFunction
to back the action type, which calls the agent (there’s an example of this setup in the DevCon demo here as a reference)
2 Likes