MCPcopy Create free account

hub / github.com/Muuuun/luxas / functions

Functions585 in github.com/Muuuun/luxas

↓ 1 callersFunctionrefreshCodexToken
(refreshToken: string)
src/auth.ts:105
↓ 1 callersMethodregister
(provider: ReminderProvider)
src/reminders.ts:57
↓ 1 callersFunctionrel
(p: string)
src/active-agents.ts:289
↓ 1 callersFunctionreleaseInboxLock
()
src/meta-agents/state.ts:228
↓ 1 callersFunctionremoveWorktree
(cwd: string, worktreePath: string)
src/meta-agents/git-helpers.ts:73
↓ 1 callersMethodrender
* Evaluate all providers, return rendered section or null. * Called by buildResearchSnapshot every turn.
src/reminders.ts:85
↓ 1 callersFunctionrenderActiveAgents
(running: ActiveAgent[])
src/agents/context-builders.ts:181
↓ 1 callersFunctionrenderAuthorityEscalationSection
(records: AuthorityEscalationRecord[])
src/tools/authority-escalation.ts:167
↓ 1 callersFunctionrenderCompletedArtifacts
(projectDir: string)
src/agents/context-builders.ts:198
↓ 1 callersFunctionrenderMessageText
( message: TMessage, adapter: ConversationAdapter<TMessage>, maxMessageTextChars: number, )
src/compaction/summarizer.ts:65
↓ 1 callersFunctionrenderPlanStatus
(projectDir: string)
src/agents/context-builders.ts:228
↓ 1 callersFunctionrenderResearchDoc
* The prompt goes in a blockquote so any markdown inside it (headings, code * fences, horizontal rules) can't corrupt the document structure. A title
src/index.ts:810
↓ 1 callersFunctionrenderTranscript
( messages: TMessage[], adapter: ConversationAdapter<TMessage>, maxMessageTextChars: number, )
src/compaction/summarizer.ts:93
↓ 1 callersFunctionrepairMessageIntegrity
( messages: TMessage[], adapter: ConversationAdapter<TMessage>, )
src/compaction/integrity.ts:29
↓ 1 callersMethodreplacePlainText
(message: TMessage, text: string)
src/compaction/types.ts:144
↓ 1 callersMethodreplaceToolOutcomeText
(message: TMessage, text: string)
src/compaction/types.ts:143
↓ 1 callersMethodresetCap
()
src/agents/spawn.ts:587
↓ 1 callersFunctionresolveAnthropicKey
()
src/auth.ts:16
↓ 1 callersFunctionresolveBashTarget
* A bash-extracted write target is "in-project" if it resolves under * projectDir. Paths outside (e.g. /tmp, /var, /dev/null, absolute paths * to us
src/agents/safety-wrappers.ts:717
↓ 1 callersFunctionresolveCodexOAuthToken
* Resolve Codex OAuth token with automatic refresh. * Reads tokens.access_token, checks if it's expired (JWT exp claim), * and refreshes using token
src/auth.ts:51
↓ 1 callersFunctionresolveDeepSeekKey
()
src/auth.ts:149
↓ 1 callersFunctionresolveGLMKey
()
src/auth.ts:160
↓ 1 callersFunctionresolveKimiKey
()
src/auth.ts:154
↓ 1 callersFunctionresolveOpenAIKey
()
src/auth.ts:23
↓ 1 callersFunctionresolveTexPath
* Find pdflatex and return PATH prefix for TeX binaries. * Checks common install locations before falling back to auto-install.
src/tools/report.ts:23
↓ 1 callersFunctionresolveToolSets
(names: string[], projectDir: string)
src/agents/tool-sets.ts:80
↓ 1 callersFunctionrun
(dir: string, modelName: string, userDirective?: string, maxCostUsd?: number)
src/index.ts:209
↓ 1 callersMethodrunCycle
( input: RunPackingInput<TMessage>, )
src/compaction/engine.ts:48
↓ 1 callersFunctionrunFigures
(dir: string, opts: { figure?: string; auditOnly?: boolean; styleDomain?: string })
src/index.ts:478
↓ 1 callersFunctionrunSympyFallback
(query: string)
src/tools/wolfram.ts:97
↓ 1 callersFunctionrunWolframScript
(wPath: string, query: string)
src/tools/wolfram.ts:75
↓ 1 callersFunctionsafeKillJob
( state: JobState, )
src/jobs/registry.ts:173
↓ 1 callersFunctionsafeReadFile
(absPath: string)
src/agents/safety-wrappers.ts:218
↓ 1 callersFunctionsaveRegistry
(agentDir: string, agents: ActiveAgent[])
src/active-agents.ts:132
↓ 1 callersFunctionsaveState
(state)
monitor/analyze.cjs:92
↓ 1 callersFunctionscanTabularBlocks
(tex: string)
src/tools/report.ts:359
↓ 1 callersMethodsetLargeCap
()
src/agents/spawn.ts:586
↓ 1 callersFunctionsetupPIFallbackMonitor
( researchAgent: Agent, piReview: ReturnType<typeof createPIReviewTool>, opts: PIMonitorOptions, )
src/pi-agent.ts:152
↓ 1 callersFunctionshowStatus
(dir: string)
src/index.ts:563
↓ 1 callersFunctionsleepSync
(ms: number)
src/meta-agents/state.ts:102
↓ 1 callersMethodsnapshot
* Read-only view of all entries. Returned Map is a fresh copy so mutations * don't leak back into the cache — consumers can safely iterate and sort
src/agents/file-context-cache.ts:73
↓ 1 callersFunctionsnipHistoricText
( messages: TMessage[], adapter: ConversationAdapter<TMessage>, policy: SnipPolicy = {}, )
src/compaction/snip.ts:13
↓ 1 callersMethodstats
Stats for TUI display.
src/session.ts:236
↓ 1 callersFunctionstripTruncationBanner
(text: string)
src/agents/safety-wrappers.ts:316
↓ 1 callersFunctiontableFix
(float: TabularBlock["float"])
src/tools/report.ts:382
↓ 1 callersFunctiontailWholeReviews
* Keep the newest whole reviews from an append-only feedback file * (`\n\n---\n\n`-separated, newest last). The most recent review is always * inclu
src/context.ts:486
↓ 1 callersFunctiontouchKey
(path: string, via: "write" | "edit")
src/agents/spawn.ts:717
↓ 1 callersFunctiontruncateGlobalMemory
* Truncate ~/.sisyphus/memory.md at entry boundaries (`- **[project, date]**` * bullets), keeping the preamble and the NEWEST whole entries that fit.
src/context.ts:509
↓ 1 callersFunctionvalidateMetaSpawnGraph
* DFS over meta-agent definitions only. Production-agent names in * allowedTypes are ignored (would be silently dropped as unresolved), * which is t
src/meta-agents/registry.ts:206
↓ 1 callersFunctionvalidateSpawnGraph
(defs: Map<string, AgentDefinition>)
src/agents/registry.ts:217
↓ 1 callersFunctionwaitForJob
( projectDir: string, jobId: string, timeoutMs: number, )
src/jobs/registry.ts:125
↓ 1 callersFunctionwrapBash
( tool: any, projectDir: string, allowedWriteAbs: string[] | null, blockedRootsAbs: string[] | null, )
src/agents/safety-wrappers.ts:726
↓ 1 callersFunctionwrapEdit
( tool: any, cache: FileContextCache, projectDir: string, protectedAbs: Set<string>, allowedWriteAbs
src/agents/safety-wrappers.ts:323
↓ 1 callersFunctionwrapRead
( tool: any, cache: FileContextCache, projectDir: string, allowedReadRoots: string[] | null, hooks:
src/agents/safety-wrappers.ts:228
↓ 1 callersFunctionwrapWrite
( tool: any, cache: FileContextCache, projectDir: string, protectedAbs: Set<string>, allowedWriteAbs
src/agents/safety-wrappers.ts:498
↓ 1 callersFunctionwriteCarryforwardNote
( messages: TMessage[], adapter: ConversationAdapter<TMessage>, settings: SummarizerSettings, previous
src/compaction/summarizer.ts:103
↓ 1 callersFunctionwriteSessionStartMarker
* Append a `session_start` marker to .agent/log.jsonl so studio's SSE tail * surfaces a visible event for the new session within its first poll. With
src/index.ts:711
FunctionActivity
({ brainStatus, tasks, logs, stepInfo, running, maxLines, }: { brainStatus: string; tasks: Map
src/tui/activity.tsx:32
FunctionApp
({ baseDir, brainTool = "claude" }: { baseDir: string; brainTool?: "claude" | "codex" })
src/tui/app.tsx:44
FunctionInputBar
({ focused, onSubmit, onEscape, placeholder, }: { focused: boolean; onSubmit: (value: string) => v
src/tui/input-bar.tsx:23
FunctionRateBar
({ utilization, width = 10 }: { utilization: number; width?: number })
src/tui/app.tsx:32
FunctionShimmer
Shimmer text — oscillates between two colors
src/tui/activity.tsx:23
FunctionSidebar
({ projects, selectedIdx, selectedProject, focused, pdfPath, }: { projects: ProjectInfo[]; selec
src/tui/sidebar.tsx:17
FunctionSpinner
Claude Code-style spinner: ·|· ·/· ·—· ·\·
src/tui/activity.tsx:13
FunctionStatLine
({ label, value, color, }: { label: string; value: string; color?: string; })
src/tui/sidebar.tsx:89
Method__init__
(self, mult: np.ndarray, inv: np.ndarray, labels=None, abelian=None)
skills/qec-construct/scripts/kernel/group.py:17
Function_cbc_fn
(H, lv)
skills/qec-construct/scripts/kernel/tricycle_distance.py:455
Function_group_sub
Subtract b from a (componentwise mod group_shape).
skills/qec-construct/scripts/kernel/ccz_subrank.py:156
Function_gurobi_fn
(H, lv)
skills/qec-construct/scripts/kernel/tricycle_distance.py:426
Function_highs_fn
(H, lv)
skills/qec-construct/scripts/kernel/tricycle_distance.py:444
Functionafter
(ctx: any)
src/hooks.ts:139
FunctionarchiveInboxSlot
(slot: "current" | "evolution", outcome: "merged" | "rejected" | "tie")
src/meta-agents/state.ts:239
Functionattach
(a, t)
src/agents/spawn.ts:765
FunctionattachRecovery
(r)
src/agents/spawn.ts:766
FunctionattachRevisionNumber
(n)
src/agents/spawn.ts:767
FunctionautoRenameProject
(project: ProjectInfo)
src/tui/projects.ts:167
Functionbefore
(ctx: any)
src/hooks.ts:81
Methodbranch
Move the leaf to a different entry (tree navigation).
src/session.ts:195
FunctionbuildBrainContext
(projectDir: string, _extra?: Record<string, any>)
src/agents/context-builders.ts:167
FunctionbuildExperimentContext
(projectDir: string)
src/agents/context-builders.ts:75
FunctionbuildPIContext
(projectDir: string, extra?: Record<string, any>)
src/agents/context-builders.ts:279
FunctionbuildTypesetterContext
(projectDir: string)
src/agents/context-builders.ts:260
FunctionbumpRunCounter
()
src/meta-agents/state.ts:152
FunctionbumpVoteCounter
()
src/meta-agents/state.ts:156
Functioncheck
(label: string, cond: boolean, detail?: string)
scripts/_smoke.ts:13
Functionclear
()
src/agents/file-context-cache.ts:112
FunctionclearCache
()
src/agents/registry.ts:114
MethodclearFlag
(key: string)
src/reminders.ts:67
FunctionclearMetaCache
()
src/meta-agents/registry.ts:87
Methodcomp
(p, q)
skills/qec-construct/scripts/kernel/group.py:64
Functioncompute_distance_ilp
Compute d_Z (minimum-weight nontrivial logical Z operator) via ILP. Parameters ---------- H_X : np.ndarray, shape (m_X, n), dtype=uint8
skills/qec-construct/scripts/kernel/tricycle_distance.py:469
Functionconstruct_tricycle
Construct tricycle code parity check matrices and compute logical qubits. Parameters ---------- group_shape : tuple of ints Order
skills/qec-construct/scripts/kernel/tricycle_code.py:115
Methodconstructor
(budget = DEFAULT_BUDGET)
src/reminders.ts:53
Methodconstructor
(file: string, header: SessionHeader)
src/session.ts:95
Methodconstructor
(options: ContextPackerOptions<TMessage>)
src/compaction/engine.ts:24
FunctionconvertToLlm
(messages: any[])
src/messages.ts:45
FunctioncreateCarryforwardMessage
(payload)
src/compaction/adapter.ts:143
FunctioncreateCheck
()
scripts/_smoke.ts:11
FunctioncreateFileLedger
(path: string)
src/compaction/ledger-file.ts:14
FunctioncreateMissingToolOutcomeStub
(payload)
src/compaction/adapter.ts:130
← previousnext →401–500 of 585, ranked by callers