open-notebook/open_notebook
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
..
ai refactor: reorganize folder structure for better maintainability 2026-01-03 14:04:27 -03:00
database refactor: reorganize folder structure for better maintainability 2026-01-03 14:04:27 -03:00
domain refactor: reorganize folder structure for better maintainability 2026-01-03 14:04:27 -03:00
graphs refactor: reorganize folder structure for better maintainability 2026-01-03 14:04:27 -03:00
plugins Api podcast migration (#93) 2025-07-17 08:36:11 -03:00
podcasts refactor: reorganize folder structure for better maintainability 2026-01-03 14:04:27 -03:00
utils fix: strip <think> tags from chat responses 2025-12-18 16:31:23 -05:00
__init__.py refactor: move environment variables loading to application entry point (#283) 2025-12-01 14:59:50 -03:00
config.py feat: add persistent tiktoken cache to reduce re-downloads (#171) 2025-10-19 14:50:52 -03:00
exceptions.py refactor database module and migrations 2024-10-30 16:33:07 -03:00