- Step1: Clone the repository with `git clone https://github.com/bigdata-ustc/Agent4Edu.git`
- Step2: Install dependencies via `pip install -r requirements.txt`
- Step3: Configure your LLM provider API key or local model path in `config.yaml`
- Step4: Prepare your domain knowledge graph or CSV data and update `data/schema.json`
- Step5: Launch the core agent server with `python run_agent.py`
- Step6: Use provided REST endpoints or CLI to request tutoring, exercise generation, or grading
- Step7: Customize agent behavior by editing prompt templates in the `prompts/` folder
- Step8: Integrate with an LMS by enabling the adapter plugin in `plugins/` and deploying with Docker