feat(ui): Add individual forms for each connector

This commit is contained in:
Richard Palethorpe
2025-03-21 14:20:27 +00:00
parent 5f2a2eaa24
commit 84836b8345
6 changed files with 852 additions and 171 deletions

View File

@@ -244,6 +244,7 @@ func createAgentAvatar(APIURL, APIKey, model, imageModel, avatarDir string, agen
func (a *AgentPool) List() []string {
a.Lock()
defer a.Unlock()
var agents []string
for agent := range a.pool {
agents = append(agents, agent)