PLAIful Movement Interface Multimodal Agent Agents Framework.
Clone the repository and install dependencies to a virtual environment:
cd multimodal-agent-python
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtSet up the environment by copying .env.example to .env.local and filling in the required values:
LIVEKIT_URLLIVEKIT_API_KEYLIVEKIT_API_SECRETOPENAI_API_KEY
You can also do this automatically using the LiveKit CLI:
lk app envRun the agent:
python3 agent.py devThis agent requires a frontend application to communicate with. Go to this github link to set up the front end
https://github.com/plailab/PMI-IOS.git