Commit Graph

8 Commits

Author SHA1 Message Date
xiongxiao
6467e6dea8 feat: 更新 N5Proxy 以支持生成带有刷新令牌的 JWKS 令牌 2026-03-18 22:31:31 +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
48425c6120 feat: 添加短链管理功能,包括创建、更新、删除和列表接口 2026-03-10 19:46:50 +08:00
91eaad04d7 feat: 更新N5Proxy逻辑,使用baseURL构建请求链接,并优化错误处理与HTML渲染 2026-03-10 18:18:22 +08:00
efb30708eb feat: 添加checkAppId函数以验证上下文中的App ID,并在auth中间件中使用 2026-03-09 19:23:51 +08:00
d2913dd32d feat: 更新JWKS token创建逻辑,支持refresh token选项 2026-03-03 19:10:57 +08:00
bb4096ce7e feat: 更新N5代理逻辑,支持使用用户JWKS令牌进行身份验证 2026-03-03 18:33:41 +08:00
120303961c feat: integrate Convex API and add N5 proxy functionality
- Added Convex client setup in a new module for handling Convex API interactions.
- Implemented N5Proxy to handle requests for the /n5/:slug route, querying Convex for application links.
- Updated app context to include Convex client and API.
- Adjusted routing to support new Convex API endpoints.
- Enhanced error handling for missing applications in the N5 proxy.
2026-03-03 14:35:46 +08:00