Spaces:
Running
Running
| """ | |
| 🧠 Agent Components | |
| Core agent classes for course generation. | |
| """ | |
| from .simple_course_agent import SimpleCourseAgent | |
| from .llm_client import LlmClient | |
| __all__ = [ | |
| "SimpleCourseAgent", | |
| "LlmClient" | |
| ] |