MCPcopy Create free account

hub / github.com/AIScientists-Dev/Flowtrace / functions

Functions672 in github.com/AIScientists-Dev/Flowtrace

↓ 1 callersFunctioncommitTitle
(message: string, stepId: string)
frontend/src/features/trace/components/detail/run-history/RunHistoryModal.tsx:393
↓ 1 callersFunctioncommit_files_async
(root: PathBuf, msg: String, files: Vec<String>)
crates/flowtrace-cli/src/git.rs:157
↓ 1 callersMethodcompleted
(&self)
crates/flowtrace-core/src/state.rs:225
↓ 1 callersFunctioncomputeLayoutAsync
( steps: NodeMapStep[], reducedEdges: Array<{ source: string; target: string }> )
frontend/src/features/trace/components/detail/node-map/NodeMapHelpers.ts:137
↓ 1 callersFunctioncomputeReducedEdges
(steps: NodeMapStep[])
frontend/src/features/trace/components/detail/node-map/NodeMapHelpers.ts:51
↓ 1 callersFunctioncomputeTier
(id: string, visited = new Set<string>())
frontend/src/features/trace/components/detail/node-map/NodeMapHelpers.ts:254
↓ 1 callersFunctioncreate
( State(state): State<AppState>, AxumPath(trace_id): AxumPath<String>, body: Option<Json<CreateRun
crates/flowtrace-cli/src/serve/routes/runs.rs:67
↓ 1 callersFunctioncreateLogger
(baseContext: LogContext)
frontend/src/shared/lib/logger.ts:133
↓ 1 callersFunctioncss
(accent: str, paper: str, ink: str)
scripts/examples/talk-to-deck/template/scripts/render_deck.py:32
↓ 1 callersMethoddebug
* Log debug - for detailed diagnostic information * Use when: Tracing execution flow, inspecting data
frontend/src/shared/lib/logger.ts:113
↓ 1 callersFunctionderive_status
(root: &std::path::Path, latest: Option<&str>)
crates/flowtrace-cli/src/serve/routes/traces.rs:65
↓ 1 callersFunctiondetectShape
(data: any)
frontend/src/features/trace/components/detail/file-preview/renderers/json-shape.ts:91
↓ 1 callersFunctiondfs
( node: &str, trace: &Trace, visited: &mut HashSet<String>, stack: &mut HashSe
crates/flowtrace-core/src/validate.rs:148
↓ 1 callersFunctiondot
(r: &Trace)
crates/flowtrace-cli/src/format_dag.rs:72
↓ 1 callersMethoddownstream_of
All steps DAG-downstream from `step_id` (transitive `from_steps`-dependents), returned in **topological order**: every step appears after the steps it
crates/flowtrace-core/src/schema.rs:88
↓ 1 callersFunctionembed_figures
(md_text: str, figures_dir: Path)
scripts/examples/nvda-decision/template/scripts/typeset.py:111
↓ 1 callersFunctionemitOpenRunHistory
(stepId: string, stepName: string)
frontend/src/features/trace/lib/file-preview-bus.ts:48
↓ 1 callersFunctionexample_for
Build a minimal example value for a schema. Only required fields are filled in; optional fields are skipped to keep the example small. Visited type- r
crates/flowtrace-cli/src/explain.rs:407
↓ 1 callersFunctionexamples_dir
()
crates/flowtrace-core/src/schema.rs:135
↓ 1 callersFunctionextractFiles
(response: StructuredResponse)
frontend/src/features/trace/components/detail/output-card/shared/FileGallery.tsx:106
↓ 1 callersFunctionextractSpecTeaser
First method line of a STEP.md, plain-text, for the on-card spec teaser. * Strips frontmatter, the leading H1, and any "Source skill:" line, then *
frontend/src/features/trace/components/detail/node-map/StepCard.tsx:27
↓ 1 callersFunctionextractText
(children: any)
frontend/src/shared/components/EnhancedMarkdown.tsx:13
↓ 1 callersFunctionfetchAsDataUri
( relativePath: string, traceId: string, runId: string, basePath: string | undefined, commit: string
frontend/src/features/trace/components/detail/file-preview/renderers/HtmlPreview.tsx:106
↓ 1 callersFunctionfetchFile
()
frontend/src/features/trace/components/detail/file-preview/FilePreview.tsx:139
↓ 1 callersFunctionfetchSvg
()
frontend/src/features/trace/components/detail/workspace-renderer/SvgImage.tsx:63
↓ 1 callersFunctionfetchThumbnail
* Fetch the file through `/api/files/...` and turn image bytes into a blob URL * for use as a thumbnail. Non-image content yields `null` (= "file exi
frontend/src/features/trace/components/detail/thumbnails/useThumbnail.ts:17
↓ 1 callersFunctionfile_kind
Classify a file path into the `kind` discriminator the viewer switches on (`"text"` previews inline, `"binary"` gets a download fallback).
crates/flowtrace-cli/src/serve/routes/traces.rs:133
↓ 1 callersFunctionfindClosestNode
Pick the node closest to `target` whose id is in `valid`. Returns null * when no candidate qualifies. Squared-distance only (no sqrt).
frontend/src/features/trace/components/detail/node-map/NodeMapView.tsx:65
↓ 1 callersFunctionfindItemsArray
Find the first array of objects in a data structure (top-level or one level deep)
frontend/src/features/trace/components/detail/file-preview/renderers/json-shape.ts:48
↓ 1 callersFunctionfind_chrome
()
scripts/examples/nvda-decision/template/scripts/typeset.py:239
↓ 1 callersFunctionfind_trace_root
Walk up from `start` until a directory containing `trace.json` is found.
crates/flowtrace-core/src/state.rs:249
↓ 1 callersMethodflush
()
frontend/src/shared/lib/sse-client.ts:131
↓ 1 callersFunctionformatAuthors
* Format author names in Nature style: "Family, G.I., Family, G.I. & Family, G.I."
frontend/src/shared/lib/citation-resolver.ts:40
↓ 1 callersFunctionformatCited
(n: number)
frontend/src/features/trace/components/detail/output-card/OutputCardEvidence.tsx:379
↓ 1 callersFunctionformatCited
(n: number)
frontend/src/features/trace/components/detail/output-card/shared/FileChip.tsx:62
↓ 1 callersFunctionformatCompact
(value: any)
frontend/src/features/trace/components/detail/file-preview/renderers/JsonPreview.tsx:44
↓ 1 callersFunctionformatCompact
(value: any)
frontend/src/features/trace/components/detail/file-preview/renderers/JsonlPreview.tsx:34
↓ 1 callersFunctionformatReference
* Format a single reference in Nature style as HTML. * Uses csl-entry/csl-left-margin/csl-right-inline structure like pandoc. * Format: Authors. Tit
frontend/src/shared/lib/citation-resolver.ts:75
↓ 1 callersFunctiongenerateOutputTitle
(assets: string[], t: (key: string, values?: Record<string, any>) => string)
frontend/src/features/trace/components/detail/node-map/StepCardHelpers.tsx:27
↓ 1 callersFunctiongetAllIncomers
(node: Node, nodes: Node[], edges: Edge[], visited = new Set<string>())
frontend/src/features/trace/components/detail/node-map/NodeMapHelpers.ts:106
↓ 1 callersFunctiongetAllOutgoers
(node: Node, nodes: Node[], edges: Edge[], visited = new Set<string>())
frontend/src/features/trace/components/detail/node-map/NodeMapHelpers.ts:114
↓ 1 callersFunctiongetDescriptionLineCount
(description?: string)
frontend/src/features/trace/components/detail/node-map/NodeMapHelpers.ts:16
↓ 1 callersMethodgetErrorConfig
* Map HTTP status codes to error configurations * Following industry-standard error messages
frontend/src/shared/lib/errors.ts:181
↓ 1 callersFunctiongetFileIcon
(fileName: string, iconSize: number)
frontend/src/features/trace/components/detail/thumbnails/FileThumbnail.tsx:94
↓ 1 callersFunctiongetInlineCodeClasses
()
frontend/src/shared/styles/design-tokens.ts:85
↓ 1 callersFunctiongetMarkdownComponents
( traceId?: string, runId?: string, onImageClick?: (filename: string, blobUrl?: string | null) => void,
frontend/src/features/trace/components/detail/markdown/markdown-components.tsx:11
↓ 1 callersFunctiongetMermaid
()
frontend/src/features/trace/components/detail/output-card/lazy-mermaid.ts:6
↓ 1 callersFunctiongetParents
(step: NodeMapStep)
frontend/src/features/trace/components/detail/node-map/NodeMapHelpers.ts:249
↓ 1 callersFunctiongetRelativeTimeFormatter
(locale: string)
frontend/src/shared/lib/date-utils.ts:17
↓ 1 callersFunctiongetTruncatedDescription
(description: string | undefined, maxLength: number = 100)
frontend/src/features/trace/components/list/TraceGridView.tsx:24
↓ 1 callersFunctiongetWorkflowQueryKey
(traceId: string)
frontend/src/features/trace/hooks/queryKeys.ts:5
↓ 1 callersFunctiongetWorkflowQueryKeyFull
( traceId: string, runId?: string, verbose?: boolean, )
frontend/src/features/trace/hooks/queryKeys.ts:9
↓ 1 callersFunctiongetYear
* Extract year from CSL date
frontend/src/shared/lib/citation-resolver.ts:65
↓ 1 callersFunctiongroupEvidence
(evidence: Evidence[])
frontend/src/features/trace/components/detail/output-card/OutputCardEvidence.tsx:552
↓ 1 callersFunctionhandleCancelEditName
()
frontend/src/app/traces/[trace_id]/useTraceDetail.ts:113
↓ 1 callersFunctionhandleDeleteClick
(e: React.MouseEvent, traceId: string, agentName: string)
frontend/src/features/trace/components/list/TraceGridView.tsx:46
↓ 1 callersFunctionhandleReplyAppended
(qc: QueryClient, batcher: InvalidationBatcher, event: TraceEvent)
frontend/src/shared/lib/sse-client.ts:148
↓ 1 callersFunctionhasAlternativePath
(from: string, to: string)
frontend/src/features/trace/components/detail/node-map/NodeMapHelpers.ts:66
↓ 1 callersFunctionhasUnfencedCode
(text: string)
frontend/src/features/trace/components/detail/output-card/shared/FileChip.tsx:20
↓ 1 callersFunctionhas_cycle
(r: &Trace)
crates/flowtrace-core/src/validate.rs:146
↓ 1 callersFunctioniconFor
(file: StepFile)
frontend/src/features/trace/components/detail/file-viewer/parts.tsx:101
↓ 1 callersFunctionident_re
()
crates/flowtrace-core/src/validate.rs:89
↓ 1 callersFunctionignore_sigpipe
()
crates/flowtrace-cli/src/main.rs:285
↓ 1 callersFunctionindicators
(df: pd.DataFrame)
scripts/examples/nvda-decision/template/scripts/price_pack.py:34
↓ 1 callersFunctioninferFileType
(filename: string)
frontend/src/features/trace/components/detail/output-card/shared/FileChip.tsx:84
↓ 1 callersMethodinfo
* Log info - for important events and state changes * Use when: User actions, successful operations, state transitions
frontend/src/shared/lib/logger.ts:104
↓ 1 callersFunctioninit_async
(root: PathBuf)
crates/flowtrace-cli/src/git.rs:166
↓ 1 callersFunctionisCsvFile
(filename: string)
frontend/src/features/trace/lib/file-utils.ts:86
↓ 1 callersFunctionisDocumentFile
(filename: string | undefined)
frontend/src/features/trace/lib/file-utils.ts:167
↓ 1 callersFunctionisDocxFile
(filename: string)
frontend/src/features/trace/lib/file-utils.ts:114
↓ 1 callersFunctionisJsonFile
(filename: string)
frontend/src/features/trace/lib/file-utils.ts:102
↓ 1 callersFunctionisPdfFile
(filename: string)
frontend/src/features/trace/lib/file-utils.ts:78
↓ 1 callersFunctionisPythonFile
(filename: string)
frontend/src/features/trace/lib/file-utils.ts:98
↓ 1 callersFunctionisSpecialCodeName
(base: string)
frontend/src/features/trace/lib/file-utils.ts:15
↓ 1 callersFunctionisWorkspacePath
(path: string)
frontend/src/features/trace/lib/workspace-utils.ts:11
↓ 1 callersFunctionis_windows_reserved
(seg: &str)
crates/flowtrace-core/src/paths.rs:85
↓ 1 callersFunctionlinkifyWorkspacePaths
( text: string, onFileClick?: (filepath: string) => void )
frontend/src/features/trace/components/detail/markdown/path-linkifier.tsx:8
↓ 1 callersFunctionlist_replies_at
Replies present in the tree at `sha`, sorted by seq ascending.
crates/flowtrace-cli/src/serve/routes/reply.rs:139
↓ 1 callersFunctionlist_replies_since
List replies for a run with seq > `since`, sorted by seq ascending. Pass `since = 0` to list all. Parses the seq from the filename so we skip reading
crates/flowtrace-cli/src/reply.rs:162
↓ 1 callersFunctionlist_run_step_files_at
Walk the tree at `runs/<run_id>/` at `sha` and return per-step committed files as `{step_id: [<file>, ...]}`. Files at `<step>/sub/x.png` flatten to `
crates/flowtrace-cli/src/git.rs:304
↓ 1 callersFunctionloadDocx
()
frontend/src/features/trace/components/detail/file-preview/renderers/DocxPreview.tsx:21
↓ 1 callersFunctionloadExcel
()
frontend/src/features/trace/components/detail/file-preview/renderers/ExcelPreview.tsx:21
↓ 1 callersFunctionloadPdf
()
frontend/src/features/trace/components/detail/file-preview/renderers/PdfPreview.tsx:82
↓ 1 callersFunctionlooksLikeBiology
(items: any[])
frontend/src/features/trace/components/detail/file-preview/renderers/json-shape.ts:42
↓ 1 callersFunctionlooksLikeCompounds
(items: any[])
frontend/src/features/trace/components/detail/file-preview/renderers/json-shape.ts:37
↓ 1 callersFunctionlooksLikePapers
Content-based heuristics: detect by what's IN the items, not just key names
frontend/src/features/trace/components/detail/file-preview/renderers/json-shape.ts:24
↓ 1 callersFunctionmain
()
scripts/examples/nvda-decision/template/scripts/typeset.py:261
↓ 1 callersFunctionmain
()
scripts/examples/nvda-decision/template/scripts/price_pack.py:86
↓ 1 callersFunctionmain
()
scripts/examples/nvda-decision/template/scripts/make_charts.py:27
↓ 1 callersFunctionmain
()
scripts/examples/talk-to-deck/template/scripts/render_deck.py:266
↓ 1 callersFunctionmain
()
scripts/examples/dream-analysis/template/steps/analyze_patterns/scripts/analyze.py:17
↓ 1 callersFunctionmain
()
scripts/examples/dream-analysis/template/steps/generate_report/scripts/render.py:20
↓ 1 callersFunctionmain
()
scripts/examples/nested-deps/template/steps/format_report/scripts/format.py:20
↓ 1 callersFunctionmakeRunMutation
( buildPath: (runId: string, vars: RunMutationVars) => string, method: HttpMethod = 'POST', )
frontend/src/features/trace/api/trace-core.ts:209
↓ 1 callersFunctionmap_infallible
(s: S)
crates/flowtrace-cli/src/serve/routes/events.rs:36
↓ 1 callersFunctionmarkdown_to_html
(md_text)
scripts/examples/dream-analysis/template/steps/generate_report/scripts/render.py:51
↓ 1 callersFunctionmd2html_inline
(text: str)
scripts/examples/nvda-decision/template/scripts/typeset.py:221
↓ 1 callersFunctionmermaid
(r: &Trace)
crates/flowtrace-cli/src/format_dag.rs:59
↓ 1 callersFunctionmutate_run
( root: &Path, run_id: Option<&str>, mut apply: impl FnMut(&mut flowtrace_core::state::RunState),
crates/flowtrace-cli/src/main.rs:516
↓ 1 callersFunctionnavigate
Walk a dotted path through a schema, following `properties`, items, `oneOf` variant tags, and `$ref` indirections. Returns the SchemaObject at the tar
crates/flowtrace-cli/src/explain.rs:84
← previousnext →201–300 of 672, ranked by callers