promptlooper/backend
John Lightner 5a1d029b9b MAESTRO: Add comprehensive engine test suite achieving 90% coverage
Created tests/test_engine_core.py with 52 tests covering webhook dispatch
engine (sync+async delivery, retries, dispatch), format scorer structure/length
edge cases, cache hash determinism with nested/special chars, adapter mock call
tracking, grid sweep combo verification, scorer integration with known inputs,
and EventBus. Engine coverage improved from 83% to 90%, webhooks.py from 27%
to 99%.
2026-04-07 03:45:24 -05:00
..
engine MAESTRO: Implement webhook CRUD router, async dispatch with retry logic, and delivery logging 2026-04-07 03:41:04 -05:00
mcp MAESTRO: Create full directory structure with placeholder files 2026-04-07 01:40:27 -05:00
routers MAESTRO: Implement webhook CRUD router, async dispatch with retry logic, and delivery logging 2026-04-07 03:41:04 -05:00
tests MAESTRO: Add comprehensive engine test suite achieving 90% coverage 2026-04-07 03:45:24 -05:00
websocket MAESTRO: Implement WebSocket connection manager with per-experiment routing, Redis pub/sub bridge, and message replay 2026-04-07 03:34:21 -05:00
__init__.py MAESTRO: Create full directory structure with placeholder files 2026-04-07 01:40:27 -05:00
auth.py MAESTRO: Create backend/auth.py with JWT, API key auth, and first-boot setup flow 2026-04-07 01:59:24 -05:00
config.py MAESTRO: Create backend/config.py with Pydantic Settings and SQLite/in-process fallback 2026-04-07 01:46:30 -05:00
encryption.py MAESTRO: Implement LLM endpoints router with CRUD, test_connection, and Fernet-encrypted API key storage 2026-04-07 03:13:52 -05:00
main.py MAESTRO: Implement WebSocket connection manager with per-experiment routing, Redis pub/sub bridge, and message replay 2026-04-07 03:34:21 -05:00
models.py MAESTRO: Implement webhook CRUD router, async dispatch with retry logic, and delivery logging 2026-04-07 03:41:04 -05:00
requirements.txt MAESTRO: Implement LLM endpoints router with CRUD, test_connection, and Fernet-encrypted API key storage 2026-04-07 03:13:52 -05:00
schemas.py MAESTRO: Implement runs router with full CRUD, filtering, scoring, and leaderboard 2026-04-07 03:24:56 -05:00
worker.py MAESTRO: Add entrypoint migrations, worker config, and stack integration tests 2026-04-07 02:09:56 -05:00