liyupi/yu-auto-reply
An autonomous agent system built with Java Spring Boot that monitors knowledge planet posts and automatically responds using OpenAI/ChatGPT.

This is an auto-reply agent that monitors specified platforms and generates AI-powered responses. The system uses a decoupled architecture separating monitors (platform watchers) from answerers (response generators). Currently supports monitoring 知识星球 and responding via OpenAI with configurable models like GPT-4. Supports multiple concurrent tasks with cron-based scheduling, Docker deployment, and environment variable configuration.