open-notebook/tests
LUIS NOVO ab5560c9a2 refactor: reorganize folder structure for better maintainability
Changes:
- Move migrations/ under open_notebook/database/migrations/
- Extract AI models to open_notebook/ai/ (Model, ModelManager, provision)
- Extract podcasts to open_notebook/podcasts/ (EpisodeProfile, SpeakerProfile, PodcastEpisode)
- Reorganize prompts to mirror graphs structure (chat/, source_chat/)

This improves code organization by:
- Consolidating database concerns (migrations now with database code)
- Separating AI infrastructure from domain entities
- Isolating podcast feature into its own module
- Creating consistent prompt/graph naming conventions

All 52 tests pass.
2026-01-03 14:04:27 -03:00
..
conftest.py refactor: optimize duplicate model validation and improve error handling (#219) 2025-10-25 08:48:18 -03:00
README.md Initial commit with all features 2024-10-21 14:56:10 -03:00
test_domain.py refactor: reorganize folder structure for better maintainability 2026-01-03 14:04:27 -03:00
test_graphs.py feat: simplify reverse proxy configuration with Next.js rewrites (#213) 2025-10-24 11:24:14 -03:00
test_models_api.py refactor: reorganize folder structure for better maintainability 2026-01-03 14:04:27 -03:00
test_utils.py fix: preserve AIMessage metadata when cleaning thinking content 2025-12-19 20:08:12 -05:00

Coming Soon