- Step1: Clone the AgentRpi repository to your Raspberry Pi via git.
- Step2: Install dependencies with pip install -r requirements.txt.
- Step3: Set environment variables (e.g., OPENAI_API_KEY) or configure local model paths.
- Step4: Edit config.yaml to define sensors, plugins, and agent parameters.
- Step5: Launch the agent using python agent.py or via Docker.
- Step6: Interact with the agent through voice, camera input, or CLI commands.
- Step7: Extend functionality by developing custom plugins or Python scripts.