- Step1: Install Coaty packages via npm or yarn in your TypeScript/Node.js project.
- Step2: Import and configure a Coaty container with desired transport options (MQTT, WebSocket).
- Step3: Define your domain model and object schemas for agents to share.
- Step4: Create and register agent classes, implementing onMessage and onObject handlers.
- Step5: Launch multiple container instances on edge devices or cloud, pointing to the same broker.
- Step6: Use Coaty’s discovery service to locate and communicate with deployed agents.
- Step7: Monitor and extend agents by adding services like storage adapters or custom behaviors.