feat: visual indicator for global agent, remove author when serving to non-author

This commit is contained in:
Danny Avila 2024-09-04 21:02:01 -04:00
parent 1bc0689134
commit 2c6874013a
No known key found for this signature in database
GPG key ID: 2DD9CC89B9B50364
6 changed files with 77 additions and 29 deletions

View file

@ -83,6 +83,7 @@ const getListAgents = async (searchParameter) => {
id: 1,
name: 1,
avatar: 1,
projectIds: 1,
}).lean();
const hasMore = agents.length > 0;