Which open source projects are here?
Six so far — EnCoder, QQbot, Minimind-notes, Simple_CNN, interview-skill, and homework-web_blog — mostly agent tooling and reproductions of deep-learning basics.
The public work comes down to two things: agent tooling, and reproductions of deep-learning basics. Repositories are on GitHub: https://github.com/HYDtomako
EnCoder extends CoreCoder — a minimal agent — with cron scheduling, long-term memory, an agent team, and task management. QQbot pairs pi as the brain with NapCatQQ as the connection, covering knowledge Q&A, timetable lookup, group management, scheduled tasks, long-term memory, and hot model switching.
Minimind-notes works through model architecture and training methods, and Simple_CNN reproduces convolution and pooling through a full training run. The other two are practice: interview-skill pairs a job description with your resume for targeted interview prep, and homework-web_blog is the final project for a Python web course.
Status, tags, and repository links for each are on the projects page.