Commit Graph

4 Commits

Author SHA1 Message Date
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
94d7d6e8a2 fix: fix pipe types 2026-01-15 23:43:41 +08:00
18a7c15a76 优化文件流处理,添加对 Bun 环境的支持,重构管道传输函数,改进内容类型获取逻辑 2025-12-21 14:53:22 +08:00
15fcfdad18 更新依赖项,优化 WebSocket 处理,添加文件流管道功能,改进用户认证逻辑 2025-12-21 02:06:38 +08:00