Joe; a slop assistant
Find a file
Reid D McKenzie ad71b8bdf8 [NO TESTS] WIP
2025-11-14 01:12:41 -07:00
.joe Synchronize TUI with simple UI features 2025-11-14 01:05:40 -07:00
src/joe [NO TESTS] WIP 2025-11-14 01:12:41 -07:00
test Synchronize TUI with simple UI features 2025-11-14 01:05:40 -07:00
.editorconfig [NO TESTS] WIP 2025-11-13 23:04:33 -07:00
.gitignore wip 2025-08-23 10:03:27 -06:00
.venv wip 2025-08-23 10:03:27 -06:00
pyproject.toml Synchronize TUI with simple UI features 2025-11-14 01:05:40 -07:00
README.md [NO TESTS] WIP 2025-08-23 13:13:58 -06:00

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 (it and item for 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