CLaaS
Continual model learning from live user feedback
All Skills in This Repository (5)
Pure Emerald Level Indicatorspr-feedback
Categorize and address GitHub pull request reviewer feedback with code fixes or explanations.
clear-tinker-storage
Delete all training and sampler checkpoints from a Tinker account.
setup-local
Set up the CLaaS local environment with vLLM, API, and Telegram gateway.
setup-modal
Deploy the CLaaS Modal serverless distillation API with DistillWorker and FastAPI.
setup-tinker
Deploy the CLaaS Tinker stack with Docker Compose for GPU-free operation.
Frequently Asked Questions
FAQPage SchemaHow to install CLaaS?โผ
Run `npx skills add kfallah/CLaaS --all -g -y` in your terminal to install all skills in this suite globally.
What does CLaaS do?โผ
CLaaS continually trains a language model from live user feedback by distilling corrections into LoRA weight updates, so the model retains what it learns between conversations.
Do I need a GPU to run CLaaS?โผ
No. The Tinker engine runs hosted training with just an API key, while the local engine requires an NVIDIA GPU with at least 24 GB of VRAM.
How do I deploy the CLaaS training stack?โผ
Use the setup-local, setup-tinker, or setup-modal skills, which configure Docker, environment variables, and inference services automatically from your plain-English request.
Can CLaaS measure whether training actually helps?โผ
Yes. The built-in eval harness runs automated feedback loops and tracks metrics like preference alignment and collapse detection through web dashboards.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core