dspy-fleet-rlm
Installation
SKILL.md
DSPy fleet-rlm Integration
Patterns, debugging techniques, and integration guidance for using DSPy within the qredence/fleet-rlm-dspy codebase.
Environment Setup
This skill requires uv as the Python package manager.
uv venv
source .venv/bin/activate
uv pip install dspy
Rule: Never use raw
pip. Always useuv pipfor installs anduv runfor script execution.