lanceyq
abbd92b74c
Interface performance optimization, using only one function
2026-04-02 14:19:27 +08:00
lanceyq
8abd59b26e
changes:(controllers & services) The method for calculating general data is extracted and presented as a shared function.
2026-04-02 13:02:21 +08:00
lanceyq
bd48b4fdbe
changes:(controllers) Modify the statistical method of the knowledge base
2026-04-02 12:26:20 +08:00
lanceyq
6eca5f6cdf
feat:(controllers & services) Changes in data from yesterday to today
2026-04-02 10:44:14 +08:00
Mark
7b5b2ab31a
Merge pull request #757 from wanxunyang/feature/tenant-billing-user-management
...
feat: enhance homepage version management with database persistence
2026-04-01 17:50:38 +08:00
wxy
5f7db778b5
refactor: remove debug print statements from home page version endpoint
2026-04-01 17:22:49 +08:00
Timebomb2018
258c19f9e0
fix(app service)Sourcery mistook the log f-string for SQL.:
2026-04-01 16:02:27 +08:00
Timebomb2018
386ed2b914
feat(models): support reasoning_content streaming
2026-04-01 15:57:02 +08:00
Timebomb2018
264183cec2
feat(models): support reasoning_content streaming
2026-04-01 15:47:43 +08:00
Ke Sun
99ff07ccac
Merge pull request #760 from SuanmoSuanyangTechnology/feat/update-enduser-api
...
feat(end-user-api): add authenticated API endpoint for end user creation
2026-04-01 13:44:02 +08:00
wxy
8b997b422a
feat: enhance homepage version management with database persistence
2026-04-01 11:04:27 +08:00
lanceyq
6d6338eb06
[changes] Modify the data format and improve the query logic.
2026-04-01 10:36:29 +08:00
lanceyq
ab45b7abac
[feat] Optimize the performance of the /end_users interface and introduce performance monitoring tools
2026-03-31 22:13:12 +08:00
lanceyq
2dfc3b25d8
[feat] User list pagination function
2026-03-31 22:13:12 +08:00
Ke Sun
3ea42ac27f
Merge remote-tracking branch 'origin/release/v0.2.9' into develop
2026-03-31 19:16:13 +08:00
Mark
5e70d436a8
Merge pull request #740 from wanxunyang/feat/app-log-wxy
...
refactor: extract app log SQL queries to Service and Repository layers
2026-03-30 20:20:54 +08:00
wxy
b7198f1abd
fix: allow shared users to view request logs for their own API keys
2026-03-30 20:08:12 +08:00
wxy
4974f9aa98
refactor: extract app log SQL queries to Service and Repository layers
2026-03-30 18:27:44 +08:00
Mark
ceed61167f
Merge pull request #738 from wanxunyang/feat/app-log-wxy
...
feat: optimize app log controller code structure
2026-03-30 18:11:41 +08:00
wxy
83774d7443
feat: optimize app log controller code structure
2026-03-30 18:09:35 +08:00
Ke Sun
891cfc2704
feat(end-user-api): add authenticated API endpoint for end user creation
...
- Should be merged after v0.2.9
- Create new end_user_api_controller.py with POST /end_user/create endpoint
- Implement API Key authentication requirement with memory scope
- Add support for optional memory_config_id parameter with workspace default fallback
- Update memory_api_schema.py to remove workspace_id from request (now derived from API key auth)
- Add memory_config_id field to CreateEndUserResponse schema
- Register end_user_api_controller router in service module
- Migrate end user creation from unauthenticated to authenticated API flow
2026-03-30 16:50:56 +08:00
Ke Sun
f7e89af9d2
fix(app): memory config initialization for end users
...
- Add memory_config_id extraction and assignment when creating new end users in public share chat
- Introduce get_or_create_end_user_with_config method to handle memory config setup in single transaction
- Add batch_update_memory_config_id_by_app method for bulk updating end user memory configs
- Rename _update_endusers_memory_config_by_workspace to _update_endusers_memory_config_by_app for correct scope
- Update app publish flow to use app_id instead of workspace_id for memory config updates
- Remove unused actual_end_user_id variable in langchain_agent
- Ensures end users are properly associated with memory configs on creation and during app updates
2026-03-30 16:44:43 +08:00
Ke Sun
643bbbcf5c
Merge pull request #723 from SuanmoSuanyangTechnology/fix/forgetting-task
...
[fix] Remove the limit on the number of output items.
2026-03-30 15:37:09 +08:00
Mark
6702e86536
Merge pull request #725 from wanxunyang/fix/app-share-log
...
fix: standardize app list pagination and fix session log isolation
2026-03-30 15:15:58 +08:00
Timebomb2018
8285250096
fix(public_share_chat): History conversation message returns audio status
2026-03-30 15:06:35 +08:00
Timebomb2018
c89eccf8fe
fix(public_share_chat): History conversation message returns audio status
2026-03-30 14:55:04 +08:00
lanceyq
5703fc0cb4
[fix] Set the page for the nodes to be forgotten
2026-03-30 13:45:17 +08:00
Eternity
7acb7045f0
feat(agent, memory): add agent-perceived memory writing
2026-03-30 13:39:49 +08:00
wxy
13352178ad
fix: standardize app list pagination and fix session log isolation
2026-03-30 11:55:21 +08:00
wxy
e659ca9fa2
refactor(app): merge API Key search into search parameter
2026-03-27 15:48:21 +08:00
wxy
539999131c
feat: Update user controller
2026-03-27 14:26:46 +08:00
wxy
d0ca5c8b27
feat: Update user controller
2026-03-27 14:17:22 +08:00
wxy
14838dc064
feat: Update user controller
2026-03-27 13:58:31 +08:00
wxy
f30260939a
feat: Add feature_billing and feature_user_management fields to tenant model
2026-03-27 12:20:03 +08:00
Ke Sun
a5bce221bd
refactor(memory-api): migrate end user creation to authenticated API endpoint
...
- Remove unauthenticated end_user_controller and its router registration
- Move end user creation logic to authenticated memory_api_controller endpoint
- Add create_end_user method to MemoryAPIService with workspace authorization
- Fix retrieve_nodes import in read_graph to use correct function reference
- Consolidate end user management under authenticated memory API with API key scoping
2026-03-26 20:12:11 +08:00
Ke Sun
7556468c6e
Merge pull request #686 from SuanmoSuanyangTechnology/feature/user-alias
...
Feature/user alias
2026-03-26 17:34:00 +08:00
lanceyq
863be50aaf
[changes] Spatial verification, retrieval synchronization
2026-03-26 15:03:33 +08:00
lanceyq
e981f066a3
[changes] Remove the interface and modify the parameters passed in
2026-03-25 18:47:30 +08:00
lanceyq
db14d40fb3
[changes] user_alias修改为end_user_info
2026-03-25 18:47:29 +08:00
lanceyq
e8d575fd0b
[add] Separate the definitions of end_user and user_alias
2026-03-25 18:47:29 +08:00
lanceyq
a7285e35ad
【add】Create user alias table and functionality
2026-03-25 18:47:29 +08:00
Timebomb2018
2df615eca0
fix(mcp market): Handling 401 error
2026-03-25 18:46:43 +08:00
Timebomb2018
504e5ba61e
Merge branch 'refs/heads/develop' into feature/20260105_xjn
2026-03-25 18:46:26 +08:00
lanceyq
14413fd413
[changes] Statistical analysis of shared and non-shared applications in the RAG storage mode
2026-03-25 17:54:52 +08:00
Timebomb2018
caab58dd2f
fix(file and app):
...
1. Handle the encoding issue when downloading Markdown files;
2. Experience the sharing of memory configuration
2026-03-25 17:54:27 +08:00
Eternity
89d188fbf3
Merge branch 'develop' into feature/multimodel_memory
...
# Conflicts:
# api/app/core/memory/storage_services/extraction_engine/knowledge_extraction/embedding_generation.py
# api/app/repositories/neo4j/add_nodes.py
# api/app/repositories/neo4j/cypher_queries.py
# api/app/repositories/neo4j/graph_saver.py
# api/app/services/memory_agent_service.py
# api/app/services/multimodal_service.py
2026-03-24 14:15:18 +08:00
Eternity
6bba574ca6
feat(memory, model): update multi-modal memory write and model list API
...
- Adjust multi-modal memory write behavior for text and visual data
- Mask API keys in model list response to prevent exposure
- Add capability-based filtering to the model list API
2026-03-24 13:54:15 +08:00
山程漫悟
95b7df7e38
Merge branch 'develop' into feature/agent-tool_xjn
2026-03-23 17:18:04 +08:00
Timebomb2018
efeead41b2
feat(app):
...
1. Handling the storage of multimodal messages and adapting to the loading of historical messages for multi-round conversations;
2. Obtain the interface for retrieving the voice status of the reply;
3. File Information Retrieval Interface
2026-03-23 17:10:49 +08:00
Mark
2d1a1b4a1f
Merge pull request #652 from wanxunyang/feature/app-search-by-apikey
...
feat(app): support searching application list by API Key
2026-03-23 16:08:14 +08:00