Cursor-rules
PromptBeginner5 minmarkdown
Repo rules
- This provisioning code is designed to run on Manjaro Linux.
4
- **Always read `PLANNING.md`** at the start of new conversations to understand WitsV3's LLM wrapper architecture and goals
Loading actions...
- This provisioning code is designed to run on Manjaro Linux.
Project Summary:
This guide outlines the project structure and provides step-by-step instructions for setting up the Geometry Tutor application.
PLANNING.md at the start of new conversations to understand WitsV3's LLM wrapper architecture and goalsTASK.md before starting work. Add tasks if not listed with dateagents/ - Agent implementations (BaseAgent, Orchestrators, Control Center)core/ - Core functionality (config, LLM interface, memory, schemas)tools/ - Tool implementations extending BaseTool/tests mirroring structureasync def method_name(self, param: str) -> StreamData:
"""
Brief description of method.
Args:
param: Description of parameter
Yields:
StreamData objects for streaming responses
"""