Commit Graph

4 Commits

Author SHA1 Message Date
99141a926e feat: 添加 flowme-channel 功能,包括获取、创建、更新和删除接口;更新 flowme 列表接口以支持时间范围和类型过滤 2026-03-12 00:55:42 +08:00
66a19139b7 feat: implement AI agent for flowme-life interactions
- Add agent-run module to handle AI interactions with tools and messages.
- Create routes for proxying requests to OpenAI and Anthropic APIs.
- Implement flowme-life chat route for user queries and task management.
- Add services for retrieving and updating life records in the database.
- Implement logic for fetching today's tasks and marking tasks as done with next execution time calculation.
- Introduce tests for flowme-life functionalities.
2026-03-11 01:44:29 +08:00
027cbecab6 feat: 添加 flowme-life 功能,包括创建、更新、删除和列表接口,导入 life JSON 数据到数据库 2026-03-10 20:17:49 +08:00
48425c6120 feat: 添加短链管理功能,包括创建、更新、删除和列表接口 2026-03-10 19:46:50 +08:00