Agents are the part of the Replicante ecosystem that ensure stores conform with the specification.
Beside the task of exporting stores information in the correct format, agents also implement additional features that stores do not implement directly such as actions.
The Replicante Core project provides some official agents as well. This documentation is targeted to official agents but much of it can be useful for all agents built with the Agent SDK.
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.
Here is a list of knows agents (in alphabetical order):
Official agents are built in rust making use of the Agent SDK. This reduces code duplication and improves consistency across the ecosystem.
Using an SDK also mean that:
If you are looking to build a new agent in rust take advantage of the Agent SDK to speed up the development and help improve the SDK itself.