You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to replace the current file system-based exercise generation system with an in-memory service that can manage and provide exercises dynamically.
Requirements:
Create an Exercise Service:
Implement a service to handle exercises in memory.
The service should support storing exercises that are generated dynamically.
Manage Exercises:
The service must allow adding new exercises which can be created by Exercise Creator Chat Agent.
Provide a way to retrieve exercises stored in the service for use by Exercise Creator and Exercise COnductor Chat Agents.
The text was updated successfully, but these errors were encountered:
We need to replace the current file system-based exercise generation system with an in-memory service that can manage and provide exercises dynamically.
Requirements:
Create an Exercise Service:
Manage Exercises:
The text was updated successfully, but these errors were encountered: