You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Ovtcharov
committed
feat(gaia): give the agent a sense of where it lives
Asked where it was running, GAIA used to answer in generalities. It now goes and
looks: "Running locally on your Windows 11 box — 32 cores, 68GB RAM (61% used),
1.5TB disk. Your working directory is C:\Users\14255\Work\gaia." Verified against
the machine: correct.
The always-on voice skill gains three sections. Know where you are, by checking
rather than guessing — it runs on the user's own machine and saying "I don't have
access to your system" is simply false. Know who you are talking to, using what
it remembers without reciting it back, and asking once when something is missing
rather than inventing shared history. And be curious but ask before looking —
noticing and offering is character, rummaging through files uninvited is not.
Costs ~1,700 always-on tokens, up from ~900. Worth it: two of the four bugs found
this session were the agent asserting things about its own environment that it
had never checked.
0 commit comments