Overview
This is a comprehensive in depth guide for Actions. If you’re just getting started, check out Getting Started With AI Agents.
Credal Actions allow users to create well defined actions that agents can then use proactively in helping you as your personal assistants.
Some basic examples of actions are:
- Address Validation
- Updating Info on collaboration tools (Confluence, Google Drive)
- Consulting with other agents
Actions are a powerful tool to make your agents even stronger than they already are.
Action Templates
It’s helpful to have a good sense of what you want your actions to do from the start, so you can set it up to achieve its objectives.
To get started:
-
There is an open source directory of action templates which can help you create actions
-
Think of templates as the skeleton of your action, an example being a template to update confluence docs.
-
You can find the open source templates library here: https://github.com/Credal-ai/actions-sdk
Note: You can create custom actions to interface with your private internal systems using the “Fetch from an API or trigger a webhook” template and pasting an OpenAPI spec!
Before we get to creating your first action, let’s learn about action parameters!