MCPcopy Create free account

hub / github.com/Muuuun/luxas / functions

Functions585 in github.com/Muuuun/luxas

↓ 1 callersMethodcreatePreambleMessages
(payload: { note: string; removedCount: number; })
src/compaction/types.ts:156
↓ 1 callersFunctioncreateProjectShell
(baseDir: string, topic: string)
src/tui/projects.ts:151
↓ 1 callersFunctioncreateRecentFilesProvider
( cache: FileContextCache, opts: RecentFilesProviderOptions, )
src/compaction/attachments.ts:79
↓ 1 callersFunctioncreateSafetyWrapper
(opts: SafetyOptions)
src/agents/safety-wrappers.ts:815
↓ 1 callersFunctioncreateSubAgentFinishTool
()
src/tools/sub-agent-exit.ts:23
↓ 1 callersFunctioncreateTokenTap
()
src/compaction/token-tap.ts:31
↓ 1 callersFunctioncreateWolframTool
()
src/tools/wolfram.ts:50
↓ 1 callersFunctiondefaultFix
(ctx: OverfullHit["ctx"])
src/tools/report.ts:393
↓ 1 callersFunctiondetectNoProgress
(entries, threshold = 10)
monitor/analyze.cjs:189
↓ 1 callersFunctiondetectPhases
(entries)
monitor/analyze.cjs:334
↓ 1 callersFunctiondetectPingPong
(entries)
monitor/analyze.cjs:141
↓ 1 callersFunctiondetectSilentFail
(entries)
monitor/analyze.cjs:165
↓ 1 callersFunctiondetectStuckLoop
(entries, window = 15, threshold = 5)
monitor/analyze.cjs:133
↓ 1 callersFunctiondfs
(name: string, path: string[])
src/meta-agents/registry.ts:209
↓ 1 callersFunctiondfs
(name: string, path: string[])
src/agents/registry.ts:220
↓ 1 callersMethoddihedral
D_n of order 2n via two permutation generators (rotation r, flip s).
skills/qec-construct/scripts/kernel/group.py:92
↓ 1 callersFunctiondirectiveImpliesNewWork
(directive: string | undefined)
src/tools/index.ts:162
↓ 1 callersFunctiondiscoverSkills
* Discover skills from the Luxas package's skills/ directory. * Follows Agent Skills spec: parse SKILL.md frontmatter for name + description. * Retu
src/context.ts:642
↓ 1 callersFunctionensureDir
()
src/memory.ts:37
↓ 1 callersFunctionensureMetaDirs
()
src/meta-agents/state.ts:70
↓ 1 callersFunctionensureMethodologyFile
(projectDir: string)
src/methodology.ts:47
↓ 1 callersFunctionensureSummarizer
()
src/compaction/create-transform.ts:85
↓ 1 callersFunctionerrorContent
(text: string)
src/agents/safety-wrappers.ts:202
↓ 1 callersMethodevaluate
* Return a short string (1–2 lines) or null to suppress. * Must be fast and synchronous — reads disk state or flags, nothing else.
src/reminders.ts:41
↓ 1 callersFunctionextractBashWriteTargets
(cmd: string)
src/agents/safety-wrappers.ts:670
↓ 1 callersFunctionextractErrorText
Extract error text from tool result.
src/hooks.ts:267
↓ 1 callersFunctionextractExpectedArtifact
(task: string)
src/active-agents.ts:204
↓ 1 callersFunctionextractReadContent
* Pull the text payload from a pi-coding-agent Read tool result. The tool * returns { content: [{ type:"text", text }], details? } (or image blocks
src/agents/safety-wrappers.ts:305
↓ 1 callersFunctionextractResearchQuestion
* Extract the actual research question from RESEARCH.md. Anchored on the * verbatim user request blockquote when present (renderResearchDoc shape);
src/memory.ts:269
↓ 1 callersFunctionextractTokenCount
(usage: any)
src/compaction/token-tap.ts:19
↓ 1 callersFunctionfileExists
(rel)
monitor/analyze.cjs:60
↓ 1 callersFunctionfileSize
(path: string)
src/usage-log.ts:48
↓ 1 callersFunctionfileSize
(rel)
monitor/analyze.cjs:70
↓ 1 callersFunctionfindExperimentsModifiedSince
( projectDir: string, sinceMs: number, )
src/tools/index.ts:175
↓ 1 callersFunctionfindLatestIllustratorNotes
* Find the most-recently-written illustrator notes file. Each illustrator * spawn writes to reviews/illustrator_notes.{spawn_id}.md so concurrent run
src/agents/context-builders.ts:356
↓ 1 callersFunctionfindOldTextLine
(fileContent: string, oldText: string)
src/agents/edit-recovery.ts:136
↓ 1 callersFunctionfindPdf
(dir: string)
src/tui/projects.ts:110
↓ 1 callersFunctionfindTailStart
( messages: TMessage[], adapter: ConversationAdapter<TMessage>, keepTailMessages: number, )
src/compaction/rounds.ts:20
↓ 1 callersFunctionfindUnprocessedPapers
(projectDir: string)
src/methodology.ts:100
↓ 1 callersFunctionfindWolfram
()
src/tools/wolfram.ts:23
↓ 1 callersFunctionformatCost
(usd: number)
src/tui/theme.ts:85
↓ 1 callersFunctionformatElapsed
(ms: number)
src/tui/theme.ts:90
↓ 1 callersFunctionformatTrailer
( trunc: ReturnType<typeof truncateTail>, fullOutput: string, logPath: string, )
src/tools/bash-hardened.ts:80
↓ 1 callersMethodfrom_permutations
Close a set of permutation generators (tuples) into a group. generators: list of permutations as tuples perm where perm[i] is the ima
skills/qec-construct/scripts/kernel/group.py:55
↓ 1 callersMethodgc
Remove expired flags.
src/reminders.ts:72
↓ 1 callersFunctiongenId
()
src/session.ts:83
↓ 1 callersFunctiongenerate
(prompt: str, out_path: Path, model: str, remove_bg: bool)
skills/figure/scripts/hybrid_gen.py:20
↓ 1 callersFunctiongenerateProjectSummary
* Generate a compact summary from a project's notes files. * Extracts section headers + key conclusions.
src/memory.ts:145
↓ 1 callersFunctiongetActiveBackgroundAgents
(projectDir?: string)
src/tools/spawn-agent.ts:223
↓ 1 callersMethodgetToolOutcomeName
(message: TMessage)
src/compaction/types.ts:140
↓ 1 callersFunctiongroupByAssistantRounds
( messages: TMessage[], adapter: ConversationAdapter<TMessage>, )
src/compaction/rounds.ts:40
↓ 1 callersFunctionhandleContinue
( params: { id?: string; task?: string; templateVars?: Record<string, string> }, ctx: ContinueContext, )
src/tools/spawn-agent.ts:84
↓ 1 callersFunctionhasFileNewerThan
(dir: string, sinceMs: number, depth: number)
src/tools/index.ts:194
↓ 1 callersFunctioninboxLocked
()
src/meta-agents/state.ts:205
↓ 1 callersFunctioninitProject
(dir: string, prompt?: string)
src/index.ts:765
↓ 1 callersFunctioninjectSnapshot
(messages: any[], snapshot: string)
src/context.ts:243
↓ 1 callersFunctionintersection_N
(supp_a, supp_b, supp_c, group_shape)
skills/qec-construct/scripts/kernel/cheap_screen.py:131
↓ 1 callersFunctionisJwtExpired
(jwt: string)
src/auth.ts:93
↓ 1 callersMethodisToolCall
(message: TMessage)
src/compaction/types.ts:141
↓ 1 callersFunctionjobLogPath
(projectDir: string, jobId: string)
src/jobs/registry.ts:72
↓ 1 callersFunctionlastAssistantStopReason
(agent: InstanceType<typeof Agent>)
src/agents/spawn.ts:601
↓ 1 callersFunctionlistAgentDescriptions
()
src/agents/registry.ts:105
↓ 1 callersFunctionlistAuthoritativeArtifactPaths
( projectDir: string, tiers: AuthoritativeArtifactTier[] = DEFAULT_AUTHORITATIVE_ARTIFACTS, )
src/compaction/attachments.ts:238
↓ 1 callersFunctionlistJobsByOwner
(projectDir: string, ownerAgentId: string)
src/jobs/registry.ts:107
↓ 1 callersFunctionlistPaperIds
(projectDir: string)
src/methodology.ts:80
↓ 1 callersFunctionlistProjects
()
src/index.ts:603
↓ 1 callersFunctionliteraturePath
(projectDir: string)
src/methodology.ts:125
↓ 1 callersFunctionloadMetaAgentDefinitions
()
src/meta-agents/registry.ts:52
↓ 1 callersFunctionloadState
()
monitor/analyze.cjs:87
↓ 1 callersFunctionlooksTooLarge
(error: unknown)
src/compaction/summarizer.ts:54
↓ 1 callersFunctionmain
()
src/subagent-runner.ts:78
↓ 1 callersFunctionmain
()
skills/figure/scripts/hybrid_gen.py:77
↓ 1 callersFunctionmakeScaffold
(title: string)
src/tools/init-report.ts:14
↓ 1 callersMethodmarkAttempt
()
src/agents/spawn.ts:588
↓ 1 callersFunctionmarkDone
(agentDir: string, agentId: string, result: string, exit?: SubAgentExit)
src/active-agents.ts:236
↓ 1 callersFunctionmeasurePressure
( observedTokenCount: number | undefined, observedCharCount: number, windowPlan: PackingWindowPlan, ch
src/compaction/thresholds.ts:62
↓ 1 callersFunctionmergeRuntimeHooks
Combine several SafetyRuntimeHooks instances into one; undefined entries ignored.
src/agents/spawn.ts:382
↓ 1 callersFunctionnewJobId
()
src/jobs/registry.ts:76
↓ 1 callersFunctionnormalizeEvidencePath
(projectDir: string, evidencePath: string)
src/tools/authority-escalation.ts:45
↓ 1 callersFunctionnormalizeStopReason
* Map pi-ai's stop reason vocabulary to the SubAgentExit contract. * pi-ai emits: "stop" | "length" | "toolUse" | "error" | "aborted" | undefined. *
src/agents/spawn.ts:698
↓ 1 callersFunctiononAbort
()
src/tools/bash-hardened.ts:238
↓ 1 callersFunctionparseAgentDefinition
( raw: string, filename: string, )
src/meta-agents/registry.ts:93
↓ 1 callersFunctionparseAgentDefinition
(raw: string, filename: string)
src/agents/registry.ts:120
↓ 1 callersFunctionparseArgs
()
src/subagent-runner.ts:54
↓ 1 callersFunctionparseConvJsonl
(conversationFile: string)
src/active-agents.ts:401
↓ 1 callersFunctionparseExperimentSections
(text: string)
src/tools/index.ts:67
↓ 1 callersFunctionparseLiteratureCiteKeys
(content: string | null)
src/methodology.ts:154
↓ 1 callersFunctionparsePlanSections
(text: string)
src/tools/index.ts:48
↓ 1 callersFunctionparseProcessedLedger
(content: string | null)
src/methodology.ts:61
↓ 1 callersFunctionparseSkillFrontmatter
* Parse YAML frontmatter from SKILL.md — extracts name and description only. * Minimal parser (no yaml dependency), handles the standard frontmatter
src/context.ts:680
↓ 1 callersFunctionpeelOldestRounds
( messages: TMessage[], adapter: ConversationAdapter<TMessage>, dropFraction: number, )
src/compaction/rounds.ts:63
↓ 1 callersFunctionpersistDirectiveIfNew
* Persist --directive into notes/directives/<ts>.md so it survives session * restart / resume. context.ts and pi-agent.ts read the UNION of all files
src/index.ts:742
↓ 1 callersFunctionpickCJKFont
()
src/tools/report.ts:93
↓ 1 callersFunctionpromoteTablesInTwoColumn
* In a `[twocolumn]` document, `\begin{table}` constrains the float to a single * ~3.4in column; wide content overflows into the adjacent column's bo
src/tools/report.ts:268
↓ 1 callersFunctionpruneHistoricToolOutputs
( messages: TMessage[], adapter: ConversationAdapter<TMessage>, policy: ToolPrunePolicy = {}, )
src/compaction/tool-pruner.ts:48
↓ 1 callersFunctionquantum_distance_upper
Fast heuristic UPPER bound on d_Z (min-weight nontrivial logical Z). Randomized information-set style: permute columns, GF(2)-reduce ker(H_X) so
skills/qec-construct/scripts/kernel/cheap_screen.py:45
↓ 1 callersFunctionreadAuthorityEscalations
(projectDir: string)
src/tools/authority-escalation.ts:76
↓ 1 callersFunctionreadContentForCache
Read a file's content for caching. Returns undefined above the byte cap.
src/agents/safety-wrappers.ts:488
↓ 1 callersFunctionreadJsonLines
(filePath)
monitor/analyze.cjs:32
↓ 1 callersFunctionreadTail
* Bounded tail read: open the log, seek to size - MAX_TAIL_BYTES, read up * to MAX_TAIL_BYTES, drop the (possibly truncated) first line if we didn't
src/tools/job-control.ts:120
← previousnext →301–400 of 585, ranked by callers