MCPcopy Create free account

hub / github.com/Kori-x/hermes-dashboard / functions

Functions82 in github.com/Kori-x/hermes-dashboard

↓ 77 callersFunctionago
(min: number)
src/data.ts:64
↓ 7 callersFunctionreadSafe
(path: string)
server/index.ts:177
↓ 6 callersFunction_base_payload
(event_name, session_id, status, **extra)
plugin/__init__.py:52
↓ 6 callersFunction_send
(payload)
plugin/__init__.py:65
↓ 6 callersFunctionnav
(v: View)
src/components/Farzapedia.tsx:410
↓ 5 callersFunctionformatTokens
(n: number)
src/data.ts:343
↓ 4 callersFunctionphaseColor
(phase: Phase)
src/data.ts:322
↓ 4 callersFunctionpushActivity
(s: Session, type: ActivityEntry['type'], content: string, color: string)
server/index.ts:150
↓ 3 callersFunctionextractLinks
(body: string)
src/farzapediaData.ts:15
↓ 3 callersFunctiongetCategories
()
src/farzapediaData.ts:58
↓ 3 callersFunctionparseFrontmatter
(content: string)
server/index.ts:187
↓ 3 callersFunctionscanSkills
()
server/index.ts:198
↓ 3 callersFunctionsessionDuration
(agent: Agent)
src/data.ts:365
↓ 3 callersFunctiontimeAgo
(date: Date)
src/data.ts:333
↓ 2 callersFunctiongetAllLinks
()
src/farzapediaData.ts:29
↓ 2 callersFunctiongetArticle
(slug: string)
src/farzapediaData.ts:9
↓ 2 callersFunctiongetStats
()
src/farzapediaData.ts:80
↓ 2 callersFunctiononSearch
(q: string)
src/components/Farzapedia.tsx:416
↓ 2 callersFunctionphaseLabel
(phase: Phase)
src/data.ts:311
↓ 2 callersFunctionpriority
(phase: string)
src/components/AgentList.tsx:65
↓ 2 callersFunctionscanPlugins
()
server/index.ts:225
↓ 2 callersFunctionserializeState
()
server/index.ts:159
↓ 1 callersFunction_cwd
()
plugin/__init__.py:35
↓ 1 callersFunction_ensure_server
Start the dashboard server if not already running.
plugin/__init__.py:79
↓ 1 callersFunction_tty
()
plugin/__init__.py:42
↓ 1 callersFunctionbroadcast
()
server/index.ts:302
↓ 1 callersFunctionconnect
()
src/useHermes.ts:38
↓ 1 callersFunctiondisplayTitle
(s: Session)
server/index.ts:155
↓ 1 callersFunctionformatDuration
(ms: number)
src/data.ts:349
↓ 1 callersFunctiongetBacklinks
(slug: string)
src/farzapediaData.ts:47
↓ 1 callersFunctiongetOrCreateSession
(sessionId: string, payload: Record<string, unknown>)
server/index.ts:59
↓ 1 callersFunctiongetToolBreakdown
(agentsList: Agent[])
src/data.ts:373
↓ 1 callersFunctionhandleResize
()
src/components/Farzapedia.tsx:274
↓ 1 callersFunctionhydrateDates
(raw: ServerState)
src/useHermes.ts:13
↓ 1 callersFunctionprocessEvent
(payload: Record<string, unknown>)
server/index.ts:93
↓ 1 callersFunctionrenderArticleHtml
(body: string)
src/components/Farzapedia.tsx:27
↓ 1 callersFunctionsearchArticles
(query: string)
src/farzapediaData.ts:69
↓ 1 callersFunctiontoolInputSummary
(tool: string, input: unknown)
server/index.ts:83
↓ 1 callersFunctiontoolStatusColor
(status: ToolStatus)
src/data.ts:355
↓ 1 callersFunctionuseHermes
()
src/useHermes.ts:30
↓ 1 callersFunctionuseLiveData
()
src/components/Wiki.tsx:69
↓ 1 callersFunctionwikiHandler
(url: string)
server/index.ts:239
FunctionActivityFeed
({ events }: { events: ActivityEvent[] })
src/components/ActivityFeed.tsx:3
FunctionAgentDetail
({ agent, onClose }: Props)
src/components/AgentDetail.tsx:108
FunctionAgentList
({ agents, selected, onSelect }: Props)
src/components/AgentList.tsx:63
FunctionApp
()
src/App.tsx:15
FunctionArticleCard
({ article, onClick }: { article: typeof articles[0]; onClick: () => void })
src/components/Farzapedia.tsx:42
FunctionArticleContent
({ slug, onNav }: { slug: string; onNav: (v: View) => void })
src/components/Farzapedia.tsx:128
FunctionAttentionBanner
({ agents }: { agents: Agent[] })
src/components/Stats.tsx:46
FunctionContextBar
({ agent }: { agent: Agent })
src/components/AgentDetail.tsx:41
FunctionContextMini
({ used, max }: { used: number; max: number })
src/components/AgentList.tsx:37
FunctionContextRing
({ used, max }: { used: number; max: number })
src/components/AgentDetail.tsx:18
FunctionFarzapedia
({ onBack }: { onBack: () => void })
src/components/Farzapedia.tsx:404
FunctionGraphContent
({ onNav }: { onNav: (v: View) => void })
src/components/Farzapedia.tsx:243
FunctionHeader
({ agents, connected, onWiki, onFarzapedia }: { agents: Agent[]; connected: boolean; onWiki?: () => void; onFa
src/components/Header.tsx:3
FunctionHeroSection
({ agents }: { agents: Agent[] })
src/components/Stats.tsx:3
FunctionIndexContent
({ onNav }: { onNav: (v: View) => void })
src/components/Farzapedia.tsx:63
FunctionMd
({ content }: { content: string })
src/components/Wiki.tsx:19
FunctionMiniBar
({ agent }: { agent: Agent })
src/components/AgentList.tsx:9
FunctionPhaseDot
({ phase }: { phase: Agent['phase'] })
src/components/AgentList.tsx:55
FunctionSearchContent
({ query, onNav }: { query: string; onNav: (v: View) => void })
src/components/Farzapedia.tsx:214
FunctionSessionTimeline
({ agents, now }: { agents: Agent[]; now: number })
src/components/SessionTimeline.tsx:3
FunctionSkillCard
({ skill, onClick }: { skill: Record<string, unknown>; onClick: () => void })
src/components/Wiki.tsx:25
FunctionToolBreakdown
({ agents }: { agents: Agent[] })
src/components/ToolBreakdown.tsx:13
FunctionToolRef
({ tool }: { tool: WikiTool })
src/components/Wiki.tsx:47
FunctionToolRow
({ tool }: { tool: ToolCall })
src/components/AgentDetail.tsx:92
FunctionToolSegments
({ agent }: { agent: Agent })
src/components/AgentDetail.tsx:65
FunctionWiki
({ onBack }: { onBack: () => void })
src/components/Wiki.tsx:96
Function_on_post_llm_call
(session_id="", assistant_response="", **kwargs)
plugin/__init__.py:175
Function_on_post_tool_call
(tool_name="", args=None, result="", task_id="", **kwargs)
plugin/__init__.py:148
Function_on_pre_llm_call
(session_id="", user_message="", platform="", **kwargs)
plugin/__init__.py:164
Function_on_pre_tool_call
(tool_name="", args=None, task_id="", **kwargs)
plugin/__init__.py:135
Function_on_session_end
(session_id="", completed=False, interrupted=False, **kwargs)
plugin/__init__.py:186
Function_on_session_start
(session_id="", platform="", **kwargs)
plugin/__init__.py:124
FunctionhandleClick
(e: React.MouseEvent)
src/components/Farzapedia.tsx:141
FunctiononClick
(e: React.MouseEvent)
src/components/Farzapedia.tsx:373
FunctiononDown
(e: React.MouseEvent)
src/components/Farzapedia.tsx:367
FunctiononKey
(e: KeyboardEvent)
src/App.tsx:27
FunctiononMove
(e: React.MouseEvent)
src/components/Farzapedia.tsx:357
FunctiononUp
()
src/components/Farzapedia.tsx:372
Functionregister
(ctx)
plugin/__init__.py:197
Functiontick
()
src/components/Farzapedia.tsx:293