Loading...
Loading...
Interactive AI patient simulations for medical students to practice clinical skills
lattice template use lattice/ai-patientsThis will create a new workspace using this template configuration.
Deploy AI-powered patient simulation agents for medical education and clinical skills practice.
The VM you run Lattice on must have a running Docker socket and the lattice user must be added to the Docker group:
# Add lattice user to Docker group
sudo adduser lattice docker
# Restart Lattice server
sudo systemctl restart lattice
# Test Docker
sudo -u lattice docker ps
Configure your preferred AI model for patient simulation:
export OPENAI_API_KEY="your-api-key-here"
# or use other models like Claude, Gemini, etc.
This agent definition provisions the following resources:
This means, when the workspace restarts, all patient cases and student progress are preserved in the home directory.
Note This template is designed to be a starting point! Edit the Terraform to extend the template to support your medical education use case.
Built for medical education and clinical skills training.