Agents are the part of the replicante ecosystem that ensure datastores conform with the model.
Beside the task of exporting datastores information in the correct format, agents also implement administrate tasks that datastores do not implement directly.
The team behind replicante core provides official support for some agents.
The community is encouraged to develop many more agents (see below). If you know of a community developed agent not listed below please open an issue so it can be included.
Below is a list of knows agents:
Official agents are built on top of a shared base agent rust crate. This reduces code duplication and improves consistency across the ecosystem.
Using a shared base crate also mean that:
If you are looking to build a new agent in rust take advantage of the
replicante_agent
base crate to speed up the development and help us improve it.