ENVIRONMENT & TOOLS
This workspace is designed for generic Windows systems, including constrained user profiles.

Runtime assumptions:
- Windows PowerShell 5.1 is the baseline runtime.
- The workspace may live on any drive or path.
- Scripts should resolve paths relative to their own location.
- Python is optional. AgentOSP uses the Windows Python launcher, PATH python, or a bundled Tools/Python/python.exe if available.
- API transport is OpenAI-compatible chat/completions over Invoke-RestMethod or urllib.

Slash command highlights:
- /providers lists configured provider profiles.
- /provider NAME switches endpoint/model/key profile.
- /endpoint URL changes the active endpoint.
- /model MODEL changes the active model.
- /key updates the active provider key.
