Commit Graph

39 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
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
77273bcfeb feat: 添加JWKS管理功能,支持基于用户token创建新token 2026-02-21 05:06:25 +08:00
7dfa96d165 Refactor app management to use Drizzle ORM
- Replaced Sequelize models with Drizzle ORM for app and app list management.
- Updated routes in app-manager to utilize new database queries.
- Removed obsolete Sequelize model files for app, app list, and app domain.
- Introduced new helper functions for app and app domain management.
- Enhanced user app management with improved file handling and user migration.
- Adjusted public API routes to align with new database structure.
- Implemented caching mechanisms for domain management.
2026-02-07 01:26:16 +08:00
82c9b834e9 更新依赖项,添加 flowme 插入触发器和监听器;重构数据库连接管理;优化用户路由和 SSE 处理 2026-02-01 03:58:40 +08:00
6100e9833d Refactor storage integration from MinIO to S3
- Removed MinIO client and related imports from various modules.
- Introduced S3 client and OSS integration for object storage.
- Updated all references to MinIO methods with corresponding S3 methods.
- Added new flowme table schema to the database.
- Adjusted upload and download routes to utilize S3 for file operations.
- Removed obsolete MinIO-related files and routes.
- Ensured compatibility with existing application logic while transitioning to S3.
2026-01-31 05:12:56 +08:00
8731801b52 feat(container): add CRUD operations for container management
- Implemented routes for listing, retrieving, updating, and deleting containers.
- Added ContainerModel with necessary fields and methods for data handling.
- Created utility functions for fetching container data by ID.

feat(page): enhance page management with CRUD and publish functionality

- Developed routes for managing pages, including listing, updating, and deleting.
- Integrated caching and zip file generation for page exports.
- Added publish functionality to manage app versions and file uploads.

feat(prompts): implement prompt management with CRUD operations

- Created routes for listing, updating, and deleting prompts.
- Added pagination and search capabilities for prompt listing.

test: add common query utilities and prompt tests

- Implemented common query utilities for API interactions.
- Added tests for prompt listing functionality.
2025-12-30 13:28:50 +08:00
8a633feb4f 更新依赖项,使用 Busboy 替代 formidable 处理文件上传,优化上传逻辑,改进权限检查 2025-12-21 06:41:27 +08:00
15fcfdad18 更新依赖项,优化 WebSocket 处理,添加文件流管道功能,改进用户认证逻辑 2025-12-21 02:06:38 +08:00
fe7863fbb8 update 2025-12-06 18:48:46 +08:00
98f68fe300 update 2025-12-03 16:40:46 +08:00
2838d6163e update 2025-11-27 19:20:46 +08:00
633eee4bee feat: add UserSecret 2025-06-20 16:22:59 +08:00
9d3336e1c2 feat: add runtime 2025-06-03 23:16:50 +08:00
7d93f0eef3 feat: clear app.config.json5 2025-03-26 00:55:03 +08:00
cb490470c1 feat: add login for plugin 2025-03-23 16:48:19 +08:00
d947043a16 config 2025-03-14 01:41:53 +08:00
7b25dbdf08 添加public管理 2025-03-08 22:44:23 +08:00
fc0fcb78cd update 2025-03-02 07:13:49 +08:00
3477d098b7 fix: fix错误 2025-02-26 01:59:46 +08:00
61bf2cc73b fix: 解决部署问题 2025-02-24 20:27:39 +08:00
c00bfcf011 bump 2024-12-07 02:05:55 +08:00
3efc3b3cc5 temp remove local-microapp 2024-12-06 22:36:08 +08:00
503727c6c4 fix: remove abearxiong/use-config 2024-11-22 22:11:30 +08:00
dc69b95f39 update new way 2024-11-17 01:35:05 +08:00
7ec8a001de remove webpack 2024-11-14 19:47:50 +08:00
696be2a28c feat: add load types 2024-11-10 21:12:45 +08:00
61d7004c8f bump: 修改router为kevisual的router 2024-10-25 20:00:07 +08:00
e05c042827 暂存 2024-09-30 01:39:07 +08:00
229ad7caed feat: add neo4j and prompt and prompt-graph 2024-09-26 01:18:43 +08:00
25c055b490 feat: add neo4j 2024-09-25 14:02:45 +08:00
645bfa7f85 feat: 更新订阅信息 2024-09-24 00:41:45 +08:00
9a378275e1 feat: add subscribe 2024-09-23 20:51:40 +08:00
e828a4c084 remove old version bump 2024-09-23 09:35:36 +08:00
63df5ba800 feat: add redis 2024-09-23 01:21:26 +08:00
0a9e5c1d4f feat: add Container and Page Module 2024-09-17 01:59:48 +08:00
60653a5ba8 feat: add delete route 2024-06-28 00:14:39 +08:00
776c1287b8 feat: add code-flow base load 2024-06-25 23:56:12 +08:00
xion
35f1182aec feat: init base module 2024-06-22 23:47:43 +08:00