Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/corbt/agent.exe
/ functions
Functions
35 in github.com/corbt/agent.exe
⨍
Functions
35
◇
Types & classes
7
↓ 5 callers
Function
fadeWindow
(show: boolean, immediate = false)
src/main/window.ts:46
↓ 5 callers
Function
getAiScaledScreenDimensions
()
src/main/store/runAgent.ts:20
↓ 3 callers
Function
executeFade
(show: boolean, resolve: () => void)
src/main/window.ts:14
↓ 3 callers
Function
getScreenDimensions
()
src/main/store/runAgent.ts:15
↓ 2 callers
Function
extractAction
( message: BetaMessageParam, )
src/main/store/extractAction.ts:4
↓ 2 callers
Function
hideWindowBlock
( operation: () => Promise<T> | T, )
src/main/window.ts:167
↓ 2 callers
Function
mapFromAiSpace
(x: number, y: number)
src/main/store/runAgent.ts:73
↓ 2 callers
Function
msgTemplate
(pingPong: string)
src/main/main.ts:28
↓ 1 callers
Method
buildDarwinTemplate
()
src/main/menu.ts:55
↓ 1 callers
Method
buildDefaultTemplate
()
src/main/menu.ts:195
↓ 1 callers
Method
buildMenu
()
src/main/menu.ts:21
↓ 1 callers
Method
click
()
src/main/menu.ts:159
↓ 1 callers
Function
createMainWindow
( getAssetPath: (...paths: string[]) => string, )
src/main/window.ts:80
↓ 1 callers
Function
getAssetPath
(...paths: string[])
src/main/main.ts:67
↓ 1 callers
Function
getScreenshot
()
src/main/store/runAgent.ts:40
↓ 1 callers
Function
initializeApp
()
src/main/main.ts:58
↓ 1 callers
Function
installExtensions
()
src/main/main.ts:45
↓ 1 callers
Function
mapToAiSpace
(x: number, y: number)
src/main/store/runAgent.ts:64
↓ 1 callers
Function
performAction
(action: NextAction)
src/main/store/runAgent.ts:145
↓ 1 callers
Function
promptForAction
( runHistory: BetaMessageParam[], )
src/main/store/runAgent.ts:82
↓ 1 callers
Function
resolveHtmlPath
(htmlFileName: string)
src/main/util.ts:5
↓ 1 callers
Function
runAgent
( setState: (state: AppState) => void, getState: () => AppState, )
src/main/store/runAgent.ts:201
↓ 1 callers
Method
setupDevelopmentEnvironment
()
src/main/menu.ts:40
↓ 1 callers
Function
startRun
()
src/renderer/App.tsx:37
Function
App
()
src/renderer/App.tsx:251
Function
Main
()
src/renderer/App.tsx:22
Function
RunHistory
()
src/renderer/RunHistory.tsx:6
Method
constructor
()
src/main/main.ts:20
Method
constructor
(mainWindow: BrowserWindow)
src/main/menu.ts:17
Function
handleKeyDown
(e: React.KeyboardEvent<HTMLTextAreaElement>)
src/renderer/App.tsx:43
Function
on
(channel: Channels, func: (...args: unknown[]) => void)
src/main/preload.ts:15
Function
once
(channel: Channels, func: (...args: unknown[]) => void)
src/main/preload.ts:24
Function
sendMessage
(channel: Channels, ...args: unknown[])
src/main/preload.ts:12
Function
showWindow
(show: boolean)
src/main/window.ts:161
Function
subscription
(_event: IpcRendererEvent, ...args: unknown[])
src/main/preload.ts:16