## Description The core business logic that takes sanitized text and returns a list of cards using the infrastructure from #27 and #28 ## To do - [ ] Create services/card_generator.py - [ ] Write a robust system prompt instructing the AI to generate accuratecards - [ ] Implement error handling from OpenRouter ## Notes ## Acceptance Criteria - [ ] Service successfully converts a 500-word text into a valid CardDeckModel JSON payload.
Description
The core business logic that takes sanitized text and returns a list of cards using the infrastructure from #27 and #28
To do
Notes
Acceptance Criteria