Cursor-rules
PromptBeginner5 minmarkdown
Repo rules
- This provisioning code is designed to run on Manjaro Linux.
12
- **Always read `PLANNING.md`** at the start of new conversations to understand WitsV3's LLM wrapper architecture and goals
Loading actions...
Main instructions and any bundled files for this skill.
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
"""
- This provisioning code is designed to run on Manjaro Linux.
Project Summary:
ALWAYS use uv to run Python code, NOT python or python3!