Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.archetypeai.app/llms.txt

Use this file to discover all available pages before exploring further.

The Archetype platform is built around the concept of Lenses, which are software interfaces for building and interacting with real world through sensors and actuators. Developers can stream data in and out of a Lens by attaching one or more data streams to each Lens. This video file reader can be configured as the input stream to a Lens by sending the following event to an active Lens:
event:
  type: input_stream.set
  event_data:
    stream_type: video_file_reader
    stream_config:
      file_id: "your_video_file_id.mp4"