MCPcopy Create free account

hub / github.com/carlosazaustre/tenacitOS / functions

Functions443 in github.com/carlosazaustre/tenacitOS

↓ 1 callersFunctiongetCostByModel
(db: Database.Database, days: number = 30)
src/lib/usage-queries.ts:146
↓ 1 callersFunctiongetCostSummary
(db: Database.Database)
src/lib/usage-queries.ts:64
↓ 1 callersFunctiongetDailyCost
(db: Database.Database, days: number = 30)
src/lib/usage-queries.ts:175
↓ 1 callersFunctiongetDatabase
(dbPath: string = DEFAULT_DB_PATH)
src/lib/usage-queries.ts:53
↓ 1 callersFunctiongetDeskStyle
()
src/components/office/PixelCharacter.tsx:36
↓ 1 callersFunctiongetFileExtension
(filename: string)
src/components/FilePreview.tsx:21
↓ 1 callersFunctiongetFileIcon
(name: string)
src/components/FileTree.tsx:29
↓ 1 callersFunctiongetFileTree
(workspacePath: string)
src/app/api/files/route.ts:27
↓ 1 callersFunctiongetFiles
()
src/app/api/memory/search/route.ts:59
↓ 1 callersFunctiongetHourlyCost
(db: Database.Database)
src/lib/usage-queries.ts:209
↓ 1 callersFunctiongetIntegrationStatus
()
src/app/api/system/route.ts:29
↓ 1 callersFunctiongetIntensityStyle
(count: number, max: number)
src/components/charts/HourlyHeatmap.tsx:29
↓ 1 callersFunctiongetInterval
()
src/components/Office3D/MovingAvatar.tsx:123
↓ 1 callersFunctiongetIntervalMs
(schedule: string | Record<string, unknown>)
src/components/CronWeeklyTimeline.tsx:51
↓ 1 callersFunctiongetLabel
(rate: number)
src/components/charts/SuccessRateGauge.tsx:25
↓ 1 callersFunctiongetLanguage
(ext: string)
src/components/FilePreview.tsx:25
↓ 1 callersFunctiongetLineColor
(line: string)
src/app/(dashboard)/logs/page.tsx:21
↓ 1 callersFunctiongetMimeType
(filename: string)
src/app/api/files/download/route.ts:13
↓ 1 callersFunctiongetMonacoLanguage
(name: string)
src/components/FileBrowser.tsx:76
↓ 1 callersFunctiongetMonitorEmissive
()
src/components/Office3D/AgentDesk.tsx:46
↓ 1 callersFunctiongetOpenClawStatus
()
src/lib/usage-collector.ts:41
↓ 1 callersFunctiongetRelativeTime
(dateStr: string | null)
src/components/CronJobCard.tsx:131
↓ 1 callersFunctiongetReportType
(filename: string)
src/app/api/reports/route.ts:26
↓ 1 callersFunctiongetRepos
()
src/app/api/git/route.ts:29
↓ 1 callersFunctiongetScheduleExpr
(schedule: string | Record<string, unknown>)
src/components/CronWeeklyTimeline.tsx:43
↓ 1 callersFunctiongetScreenColor
()
src/components/office/HabboFurniture.tsx:75
↓ 1 callersFunctiongetSessionMessages
(sessionId: string)
src/app/api/sessions/route.ts:191
↓ 1 callersFunctiongetStatusBgColor
()
src/components/Office3D/AgentPanel.tsx:23
↓ 1 callersFunctiongetStatusColor
()
src/components/Office3D/AgentPanel.tsx:13
↓ 1 callersFunctiongetTasksForDayAndHour
(day: Date, hour: number)
src/components/WeeklyCalendar.tsx:38
↓ 1 callersFunctionhandleClick
(index: number)
src/components/Breadcrumbs.tsx:14
↓ 1 callersFunctionhandleCreateFile
()
src/components/FileBrowser.tsx:399
↓ 1 callersFunctionhandleCreateFolder
()
src/components/FileBrowser.tsx:382
↓ 1 callersFunctionhandleDelete
(item: FileEntry)
src/components/FileBrowser.tsx:360
↓ 1 callersFunctionhandleDelete
(id: string)
src/app/(dashboard)/cron/page.tsx:53
↓ 1 callersFunctionhandleDeskClick
(agentId: string)
src/components/Office3D/Office3D.tsx:38
↓ 1 callersFunctionhandleMouseEnter
( e: React.MouseEvent, day: number, hour: number, count: number )
src/components/charts/HourlyHeatmap.tsx:54
↓ 1 callersFunctionhandleNotificationClick
(notification: Notification)
src/components/NotificationDropdown.tsx:141
↓ 1 callersFunctionhandlePresetClick
(days: number, index: number)
src/app/(dashboard)/activity/page.tsx:191
↓ 1 callersFunctionhandleSave
()
src/components/MarkdownEditor.tsx:48
↓ 1 callersFunctionhandleSave
()
src/components/FileBrowser.tsx:124
↓ 1 callersFunctionhandleWorkspaceSelect
(workspaceId: string)
src/app/(dashboard)/files/page.tsx:34
↓ 1 callersFunctionhandleWorkspaceSelect
(workspaceId: string)
src/app/(dashboard)/memory/page.tsx:99
↓ 1 callersFunctioninitDatabase
(dbPath: string)
src/lib/usage-collector.ts:132
↓ 1 callersFunctionisAuthenticated
(request: NextRequest)
src/middleware.ts:10
↓ 1 callersFunctionisCodeFile
(ext: string)
src/components/FilePreview.tsx:53
↓ 1 callersFunctionisCommandAllowed
(cmd: string)
src/app/api/terminal/route.ts:62
↓ 1 callersFunctionisImageFile
(ext: string)
src/components/FilePreview.tsx:45
↓ 1 callersFunctionisMarkdown
(ext: string)
src/components/FilePreview.tsx:49
↓ 1 callersFunctionisReportFile
(filename: string)
src/app/api/reports/route.ts:17
↓ 1 callersFunctionisoToScreen
(isoX: number, isoY: number)
src/components/office/HabboCharacter.tsx:17
↓ 1 callersFunctionlayoutDFS
(agent: Agent, level: number)
src/components/AgentOrganigrama.tsx:99
↓ 1 callersFunctionlistSessions
()
src/app/api/sessions/route.ts:119
↓ 1 callersFunctionloadImages
()
src/components/office/OfficeCanvas.tsx:65
↓ 1 callersFunctionmain
()
scripts/collect-usage.ts:14
↓ 1 callersFunctionmatchesCron
* Check if a date matches the cron expression
src/lib/cron-parser.ts:161
↓ 1 callersFunctionnormalizeModelId
(modelId: string)
src/lib/pricing.ts:117
↓ 1 callersFunctionnormalizePm2Status
(status: string)
src/app/api/system/monitor/route.ts:43
↓ 1 callersFunctionparseAgentsFile
* Parse AGENTS.md to extract available_skills
src/lib/agent-skills.ts:16
↓ 1 callersFunctionparseFrontMatter
* Parse SKILL.md front matter (YAML between --- delimiters)
src/lib/skill-parser.ts:47
↓ 1 callersFunctionparseIdentityMd
()
src/app/api/system/route.ts:12
↓ 1 callersFunctionparseMarkdown
(markdown: string)
src/components/MarkdownPreview.tsx:10
↓ 1 callersFunctionparseSessionKey
(key: string)
src/app/api/sessions/route.ts:51
↓ 1 callersFunctionparseSkill
(skillPath: string, skillName: string, agents: string[] = [])
src/lib/skill-parser.ts:141
↓ 1 callersFunctionpm2Action
(name: string, action: string)
src/app/api/system/services/route.ts:16
↓ 1 callersFunctionpoll
()
src/app/api/activities/stream/route.ts:25
↓ 1 callersFunctionprocessChromaKey
(img: HTMLImageElement)
src/components/office/OfficeCanvas.tsx:109
↓ 1 callersFunctionreadNetStats
()
src/app/api/system/monitor/route.ts:103
↓ 1 callersFunctionrecordFailure
(ip: string)
src/app/api/auth/login/route.ts:56
↓ 1 callersFunctionrender
(ctx: CanvasRenderingContext2D, time: number)
src/components/office/OfficeCanvas.tsx:172
↓ 1 callersFunctionrenderMarkdown
(text: string)
src/components/FilePreview.tsx:74
↓ 1 callersFunctionrunAction
(action: QuickAction)
src/app/(dashboard)/actions/page.tsx:80
↓ 1 callersFunctionrunAction
(repo: RepoStatus, action: "status" | "pull" | "log" | "diff")
src/app/(dashboard)/git/page.tsx:66
↓ 1 callersFunctionrunAction
(action: string)
src/app/api/actions/route.ts:23
↓ 1 callersFunctionsave
()
src/components/Notepad.tsx:36
↓ 1 callersFunctionsaveSnapshot
( db: Database.Database, snapshot: UsageSnapshot )
src/lib/usage-collector.ts:169
↓ 1 callersFunctionscanAllSkills
()
src/lib/skill-parser.ts:236
↓ 1 callersFunctionscanDir
(dir: string, prefix: string = '')
src/lib/skill-parser.ts:118
↓ 1 callersFunctionsearchFile
(filePath: string, query: string, displayPath: string)
src/app/api/memory/search/route.ts:20
↓ 1 callersFunctionsearchInFile
(filePath: string, query: string)
src/app/api/search/route.ts:16
↓ 1 callersFunctionstopStream
()
src/app/(dashboard)/logs/page.tsx:73
↓ 1 callersFunctionsystemdAction
(name: string, action: string)
src/app/api/system/services/route.ts:41
↓ 1 callersFunctiontoggleDay
(day: number)
src/components/CronJobModal.tsx:147
↓ 1 callersFunctiontoggleType
(type: string)
src/app/(dashboard)/activity/page.tsx:209
↓ 1 callersFunctionvalidate
()
src/components/CronJobModal.tsx:119
FunctionAboutPage
()
src/app/(dashboard)/about/page.tsx:59
FunctionActionsPage
()
src/app/(dashboard)/actions/page.tsx:74
FunctionActivityFeed
({ limit = 10 }: ActivityFeedProps)
src/components/ActivityFeed.tsx:69
FunctionActivityHeatmap
()
src/components/ActivityHeatmap.tsx:29
FunctionActivityLineChart
({ data }: ActivityLineChartProps)
src/components/charts/ActivityLineChart.tsx:33
FunctionActivityPage
()
src/app/(dashboard)/activity/page.tsx:100
FunctionActivityPieChart
({ data }: ActivityPieChartProps)
src/components/charts/ActivityPieChart.tsx:41
FunctionActivityRow
({ time, agent, description }: ActivityRowProps)
src/components/TenacitOS/ActivityRow.tsx:12
FunctionAgentDesk
({ agent, state, onClick, isSelected }: AgentDeskProps)
src/components/Office3D/AgentDesk.tsx:20
FunctionAgentOrganigrama
({ agents }: AgentOrganigramaProps)
src/components/AgentOrganigrama.tsx:35
FunctionAgentPanel
({ agent, state, onClose }: AgentPanelProps)
src/components/Office3D/AgentPanel.tsx:12
FunctionAgentRow
({ emoji, name, status, model, statusDot = "positive", }: AgentRowProps)
src/components/TenacitOS/AgentRow.tsx:14
FunctionAgentsPage
()
src/app/(dashboard)/agents/page.tsx:39
FunctionAnalyticsPage
()
src/app/(dashboard)/analytics/page.tsx:17
FunctionAvatar
({ agent, position }: AvatarProps)
src/components/Office3D/Avatar.tsx:11
← previousnext →101–200 of 443, ranked by callers