Skip to content

Commit e09ae3b

Browse files
committed
feat(asset-owner): add invitation & user management support
- Add tenant_id migration and asset owner permissions/menu SQL - Expose northbound knowledge/vector database updates for asset owner visibility - Add backend auth/utils and invitation/agent/user management services - Update invitation list UI
1 parent 013fb45 commit e09ae3b

2 files changed

Lines changed: 133 additions & 71 deletions

File tree

backend/apps/agent_app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ async def list_all_agent_info_api(
304304
)
305305
return agent_list + asset_agent_list
306306
return agent_list
307-
return await list_all_agent_info_impl(tenant_id=tenant_id, user_id=user_id)
308307
except Exception as e:
309308
logger.error(f"Agent list error: {str(e)}")
310309
raise HTTPException(

0 commit comments

Comments
 (0)