Cursor-rules
PromptBeginner5 minmarkdown
Repo rules
- This provisioning code is designed to run on Manjaro Linux.
1
- **Always read `PLANNING.md`** at the start of new conversations to understand WitsV3's LLM wrapper architecture and goals
Sign in to like and favorite skills
- This provisioning code is designed to run on Manjaro Linux.
.llmrules
Code Style and Structure
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 """