Feat: which bot to move

This commit is contained in:
Grail Finder
2025-05-20 16:16:57 +03:00
parent 2342c56aed
commit 59cccbbe8e
6 changed files with 81 additions and 12 deletions

View File

@ -6,6 +6,7 @@ import (
"errors"
"fmt"
"golias/broker"
"golias/llmapi"
"golias/models"
"golias/utils"
"golias/wordloader"
@ -121,6 +122,10 @@ func loadState(username string) (*models.UserState, error) {
return resp, nil
}
func loadBot(botName, roomID string) (*llmapi.Bot, error) {
return nil, nil
}
func getAllNames() []string {
names := []string{}
// will not scale