Skip to main content

1. Edge Runtime Setup

Configure the edge runtime with resource limits and a hardware watchdog so agents run reliably on constrained devices.

2. GPIO Control

Read and write GPIO pins, and use PWM to control LED brightness from an agent tool.

3. Sensor Reading

Read I2C sensor data (temperature, humidity, pressure) and let the agent interpret the values.

4. Camera Capture

Take photos with a connected camera and analyze the image using a vision-capable model.

5. BLE Scanner

Scan for nearby Bluetooth Low Energy devices and read characteristics from known peripherals.

6. Edge Agent with Ollama

Run a fully local LLM on the Raspberry Pi using Ollama. No cloud calls, no internet required.

7. Edge-Cloud Sync

Synchronize agent state between an edge device and the cloud. The agent works offline and pushes updates when connectivity is restored.

8. Resource Monitoring

Monitor CPU, memory, and temperature on the edge device. Degrade gracefully when resources are constrained.

9. Smart Home Agent

A complete IoT agent that controls lights, reads sensors, and takes photos on a Raspberry Pi.

10. Fleet Management

Manage multiple edge agents from a central cloud dashboard. Deploy configs, monitor health, and issue remote commands.