afferens_ingest
Ingest live sensor data from physical hardware into the Afferens sensory layer. Make real-time perception events queryable for AI agents.
Instructions
Push live sensor data into the Afferens sensory layer. Use this when your AI agent is connected to physical hardware and wants to contribute real-time perception events. The data becomes queryable via afferens_perceive. Requires AFFERENS_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The raw sensor payload. Shape depends on modality — e.g. spatial_coords for SPATIAL, decibels for ACOUSTIC. | |
| modality | Yes | Sensory modality of the data being ingested. | |
| classification | No | Optional label for this reading (e.g. 'vessel', 'human', 'obstacle'). |