| Action Engine
             | 
A registry for ActionEngine actions.
This file contains the definition of the ActionRegistry class, which is used to register actions with their schemas and handlers, and provides methods to create action messages and instances based on the registered schemas.
#include <memory>#include <string>#include <string_view>#include <vector>#include <absl/container/flat_hash_map.h>#include "actionengine/actions/schema.h"#include "actionengine/data/types.h"Go to the source code of this file.
| Classes | |
| class | act::ActionRegistry |