Skip to content

Commit 204a63a

Browse files
committed
Remove development artifacts from reference-agent
Remove 14 development/testing files: - SETUP_PLAN.md, TESTING_GUIDE.md, SETUP_MEMORY_SERVER.md (redundant docs) - course_catalog_clean.json, course_catalog_unique.json (unused data) - debug_agent.py, final_test.py, verify_courses.py (deprecated scripts) - example_user_knowledge_summary.py, generate_unique_courses.py (unused utilities) - test_agent.py, test_full_setup.py, test_user_knowledge_tool.py (redundant with tests/) - simple_check.py (not referenced) Update QUICK_START.md to remove references to deleted files. Keep only essential files for package installation and usage.
1 parent ee464e4 commit 204a63a

15 files changed

+6
-8105
lines changed

python-recipes/context-engineering/reference-agent/QUICK_START.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,17 +163,16 @@ python examples/basic_usage.py
163163
## 📖 Next Steps
164164

165165
1. **Read the full README**: `README.md`
166-
2. **Check examples**: `examples/` directory
167-
3. **Follow setup plan**: `SETUP_PLAN.md`
168-
4. **Troubleshoot issues**: `INVESTIGATION_GUIDE.md`
169-
5. **Customize the agent**: Modify `redis_context_course/agent.py`
166+
2. **Check examples**: `examples/` directory
167+
3. **Customize the agent**: Modify `redis_context_course/agent.py`
168+
4. **Explore the notebooks**: See `../notebooks/` for educational content
170169

171170
## 🆘 Need Help?
172171

173172
1. **Run health check**: `python simple_health_check.py`
174-
2. **Check investigation guide**: `INVESTIGATION_GUIDE.md`
175-
3. **Review logs**: Look for error messages in terminal
176-
4. **Reset everything**: Follow rollback plan in `SETUP_PLAN.md`
173+
2. **Review logs**: Look for error messages in terminal
174+
3. **Check Redis**: Ensure Redis is running on port 6379
175+
4. **Check Agent Memory Server**: Ensure it's running on port 8088
177176

178177
## 🎉 Success!
179178

python-recipes/context-engineering/reference-agent/SETUP_MEMORY_SERVER.md

Lines changed: 0 additions & 285 deletions
This file was deleted.

0 commit comments

Comments
 (0)