Commit Graph

4 Commits

Author SHA1 Message Date
69bd8f9a21 refactor: separate ais module from rest handler into dedicated file 2025-09-14 11:31:37 +00:00
51b29c00be refactor: separate ais module from rest handler into dedicated package
Extract all AI-related logic from the main REST handler into a new standalone `ais` package. This improves code organization by isolating AI-specific concerns, reduces coupling in the handler layer, and prepares for independent testing and future extension of AI capabilities.
2025-09-14 11:31:28 +00:00
c1cbfe8ae1 chore: remove trailing whitespace from README.md line 42 2025-09-14 09:58:50 +00:00
8a8b28860c feat: implement initial working version with core application structure and basic functionality 2025-09-10 09:49:38 +00:00