perplexity_llm_teacher/ │ ├── main.py ├── app.py ├── agents/ │ ├── init.py │ ├── content_creator.py │ ├── evaluator.py │ └── feedback_agent.py ├── models/ │ ├── init.py │ └── evaluation.py ├── utils/ │ ├── init.py │ ├── api_handler.py │ ├── guidelines.py │ └── memory.py ├── config.py ├── requirements.txt ├── README.md ├── .gitignore └── project-tree.md