Agentic Plugins
What are agentic plugins?
Agentic plugins are the capabilities of AI agents. They are run on the Agentic Automation Engine which is designed from its core to build AI agents.
You can see our Plugin Library for some examples that you can add to the Moveworks AI Assistant.
How do I build agentic plugins?
To build plugins, navigate to the Plugin Workspace in Creator Studio.
When you build a plugin, there are a few key pieces required.
- Triggers - The trigger for the plugin. Read more about our Manifest Generator.
- Slots - The inputs from the user the plugin needs. Read more about our Slot Resolvers.
- Policies - The rules the plugin follows deterministically. Read more about our Policy Validators.
- Process - The automations the plugin executes. Read more about our Action Orchestrator.
What counts as a plugin?
In Creator Studio, one plugin has one launch configuration. This applies to both plugins built on the Agentic Automation Engine, as well as classic plugins like Paths, Queries, Events, Event-triggered Paths, & Query-triggered paths.
They all count as a single plugin. We referred to these as "use cases" on our Classic architecture.
Updated 6 days ago