Joe; a slop assistant
| .joe | ||
| proposals | ||
| src/joe | ||
| test | ||
| .editorconfig | ||
| .gitignore | ||
| .venv | ||
| pyproject.toml | ||
| README.md | ||
| STYLEGUIDE.md | ||
Sloppy Joe
A testbed to see how far I can stretch LLM slop.
Implements a series of clients and planning loops intended for applying tools to tasks in hybrid planning strategies.
Coding style
- Python code MUST be two space indented, not four space PEP-8 style
- Prefer short variable names (
itanditemfor intermediate or loop values are good names) - Avoid using intermediate variables whenever possible
- Library code should live in src/joe
- Only console binaries should live in src/joe/scripts
Booting an instance
ollama pull qwen3:30b-a3b-q8_0
ollama pull qwen3-coder:30b-a3b-q8_0
ollama pull qwen3:30b-a3b-thinking-2507-q8_0