├── frontend
├── test-clickable.html
├── .gitignore
├── packages
│ ├── rbee-ui
│ │ ├── playwright
│ │ │ ├── .gitignore
│ │ │ ├── index.tsx
│ │ │ └── index.html
│ │ ├── src
│ │ │ ├── atoms
│ │ │ │ ├── Alert
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Badge
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Card
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Chart
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Empty
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Field
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Form
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Input
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Item
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Kbd
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Label
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Sheet
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Table
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Tabs
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Toast
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Avatar
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Button
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Command
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Dialog
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Drawer
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Legend
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Menubar
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Popover
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Select
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Sidebar
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Slider
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Sonner
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Spinner
│ │ │ │ │ ├── index.ts
│ │ │ │ │ └── Spinner.tsx
│ │ │ │ ├── Switch
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Toaster
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Toggle
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Tooltip
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Accordion
│ │ │ │ │ └── index.ts
│ │ │ │ ├── BrandMark
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Breadcrumb
│ │ │ │ │ └── index.ts
│ │ │ │ ├── CacheLayer
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Calendar
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Carousel
│ │ │ │ │ └── index.ts
│ │ │ │ ├── CheckItem
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Checkbox
│ │ │ │ │ └── index.ts
│ │ │ │ ├── HoverCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── InputGroup
│ │ │ │ │ └── index.ts
│ │ │ │ ├── InputOtp
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Pagination
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Progress
│ │ │ │ │ └── index.ts
│ │ │ │ ├── RadioGroup
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Resizable
│ │ │ │ │ └── index.ts
│ │ │ │ ├── ScrollArea
│ │ │ │ │ └── index.ts
│ │ │ │ ├── SectorGrid
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Separator
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Skeleton
│ │ │ │ │ ├── index.ts
│ │ │ │ │ └── Skeleton.tsx
│ │ │ │ ├── StepFlow
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Textarea
│ │ │ │ │ └── index.ts
│ │ │ │ ├── UseMobile
│ │ │ │ │ ├── index.ts
│ │ │ │ │ └── UseMobile.tsx
│ │ │ │ ├── AlertDialog
│ │ │ │ │ └── index.ts
│ │ │ │ ├── AspectRatio
│ │ │ │ │ ├── index.ts
│ │ │ │ │ └── AspectRatio.tsx
│ │ │ │ ├── ButtonGroup
│ │ │ │ │ └── index.ts
│ │ │ │ ├── CodeSnippet
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Collapsible
│ │ │ │ │ └── index.ts
│ │ │ │ ├── ContextMenu
│ │ │ │ │ └── index.ts
│ │ │ │ ├── DropdownMenu
│ │ │ │ │ └── index.ts
│ │ │ │ ├── EuLedgerGrid
│ │ │ │ │ └── index.ts
│ │ │ │ ├── NetworkMesh
│ │ │ │ │ └── index.ts
│ │ │ │ ├── PricingTiers
│ │ │ │ │ └── index.ts
│ │ │ │ ├── RatingStars
│ │ │ │ │ └── index.ts
│ │ │ │ ├── SecurityMesh
│ │ │ │ │ └── index.ts
│ │ │ │ ├── ToggleGroup
│ │ │ │ │ └── index.ts
│ │ │ │ ├── BrandWordmark
│ │ │ │ │ └── index.ts
│ │ │ │ ├── ComparisonGrid
│ │ │ │ │ └── index.ts
│ │ │ │ ├── DeploymentFlow
│ │ │ │ │ └── index.ts
│ │ │ │ ├── DiagnosticGrid
│ │ │ │ │ └── index.ts
│ │ │ │ ├── HighlightCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── NavigationMenu
│ │ │ │ │ └── index.ts
│ │ │ │ ├── QuestionBubbles
│ │ │ │ │ └── index.ts
│ │ │ │ ├── DistributedNodes
│ │ │ │ │ └── index.ts
│ │ │ │ ├── OrchestrationFlow
│ │ │ │ │ └── index.ts
│ │ │ │ ├── ProgressTimeline
│ │ │ │ │ └── index.ts
│ │ │ │ ├── QuoteBlock
│ │ │ │ │ └── index.ts
│ │ │ │ ├── SplitButton
│ │ │ │ │ └── index.ts
│ │ │ │ ├── GlassCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── IconButton
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Icons
│ │ │ │ │ └── UIIcons
│ │ │ │ │ │ └── StarIcon
│ │ │ │ │ │ └── index.ts
│ │ │ │ └── KeyValuePair
│ │ │ │ │ └── index.ts
│ │ │ ├── molecules
│ │ │ │ ├── Legend
│ │ │ │ │ └── index.ts
│ │ │ │ ├── NavLink
│ │ │ │ │ └── index.ts
│ │ │ │ ├── StepCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── CodeBlock
│ │ │ │ │ └── index.ts
│ │ │ │ ├── FooterCTA
│ │ │ │ │ └── index.ts
│ │ │ │ ├── IconPlate
│ │ │ │ │ └── index.ts
│ │ │ │ ├── PulseBadge
│ │ │ │ │ └── index.ts
│ │ │ │ ├── StatsGrid
│ │ │ │ │ └── index.ts
│ │ │ │ ├── StatusKPI
│ │ │ │ │ └── index.ts
│ │ │ │ ├── StepNumber
│ │ │ │ │ └── index.ts
│ │ │ │ ├── TabButton
│ │ │ │ │ └── index.ts
│ │ │ │ ├── FooterColumn
│ │ │ │ │ └── index.ts
│ │ │ │ ├── GPUListItem
│ │ │ │ │ └── index.ts
│ │ │ │ ├── HelperLinks
│ │ │ │ │ └── index.ts
│ │ │ │ ├── IndustryCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── ProgressBar
│ │ │ │ │ └── index.ts
│ │ │ │ ├── StepListItem
│ │ │ │ │ └── index.ts
│ │ │ │ ├── ThemeToggle
│ │ │ │ │ └── index.ts
│ │ │ │ ├── UseCaseCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── BulletListItem
│ │ │ │ │ └── index.ts
│ │ │ │ ├── ComplianceChip
│ │ │ │ │ └── index.ts
│ │ │ │ ├── FeatureInfoCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── FeatureListItem
│ │ │ │ │ └── index.ts
│ │ │ │ ├── FloatingKPICard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Tables
│ │ │ │ │ ├── MatrixCard
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── ComparisonTableRow
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ └── MatrixTable
│ │ │ │ │ │ └── index.ts
│ │ │ │ ├── TerminalWindow
│ │ │ │ │ └── index.ts
│ │ │ │ ├── TestimonialCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── TrustIndicator
│ │ │ │ │ └── index.ts
│ │ │ │ ├── ButtonCardFooter
│ │ │ │ │ └── index.ts
│ │ │ │ ├── MetricCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── PlaybookAccordion
│ │ │ │ │ └── index.ts
│ │ │ │ ├── SegmentedControl
│ │ │ │ │ └── index.ts
│ │ │ │ ├── TemplateContainer
│ │ │ │ │ └── index.ts
│ │ │ │ ├── HelperTextItem
│ │ │ │ │ └── index.ts
│ │ │ │ ├── PageContainer
│ │ │ │ │ └── index.ts
│ │ │ │ ├── CTARail
│ │ │ │ │ └── index.ts
│ │ │ │ ├── ListCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── BrandLogo
│ │ │ │ │ └── index.ts
│ │ │ │ ├── CrateCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── LinkGroup
│ │ │ │ │ └── index.ts
│ │ │ │ ├── DirectLink
│ │ │ │ │ ├── index.ts
│ │ │ │ │ └── DirectLink.tsx
│ │ │ │ ├── FeatureTab
│ │ │ │ │ └── index.ts
│ │ │ │ ├── BlogSection
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Disclaimer
│ │ │ │ │ └── index.ts
│ │ │ │ ├── FeatureBadge
│ │ │ │ │ ├── index.ts
│ │ │ │ │ └── FeatureBadge.tsx
│ │ │ │ ├── FilterButton
│ │ │ │ │ └── index.ts
│ │ │ │ ├── TimelineStep
│ │ │ │ │ └── index.ts
│ │ │ │ ├── FeatureHeader
│ │ │ │ │ ├── index.ts
│ │ │ │ │ └── FeatureHeader.tsx
│ │ │ │ ├── AuditEventItem
│ │ │ │ │ └── index.ts
│ │ │ │ ├── IconCardHeader
│ │ │ │ │ └── index.ts
│ │ │ │ ├── BlogHeading
│ │ │ │ │ └── index.ts
│ │ │ │ ├── LabeledSlider
│ │ │ │ │ └── index.ts
│ │ │ │ ├── MarkdownContent
│ │ │ │ │ └── index.ts
│ │ │ │ ├── BlogList
│ │ │ │ │ └── index.ts
│ │ │ │ ├── AuditReadinessCTA
│ │ │ │ │ └── index.ts
│ │ │ │ ├── DevelopmentBanner
│ │ │ │ │ └── index.ts
│ │ │ │ ├── FeatureTabContent
│ │ │ │ │ ├── index.ts
│ │ │ │ │ └── FeatureTabContent.tsx
│ │ │ │ ├── GPUUtilizationBar
│ │ │ │ │ └── index.ts
│ │ │ │ ├── NavigationActions
│ │ │ │ │ └── index.ts
│ │ │ │ ├── OptionSelector
│ │ │ │ │ └── index.ts
│ │ │ │ ├── TechnologyStack
│ │ │ │ │ └── index.ts
│ │ │ │ ├── TwoColumnDropdown
│ │ │ │ │ └── index.ts
│ │ │ │ ├── NavigationDropdown
│ │ │ │ │ └── index.ts
│ │ │ │ ├── CoverageProgressBar
│ │ │ │ │ └── index.ts
│ │ │ │ ├── ProvidersSecurityCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── SecurityGuarantees
│ │ │ │ │ └── index.ts
│ │ │ │ ├── ArchitectureHighlights
│ │ │ │ │ └── index.ts
│ │ │ │ ├── CommissionStructureCard
│ │ │ │ │ └── index.ts
│ │ │ │ └── BlogDefinitionList
│ │ │ │ │ └── index.ts
│ │ │ ├── organisms
│ │ │ │ ├── Footer
│ │ │ │ │ └── index.ts
│ │ │ │ ├── CTABanner
│ │ │ │ │ └── index.ts
│ │ │ │ ├── AudienceCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── CTAOptionCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── RibbonBanner
│ │ │ │ │ └── index.ts
│ │ │ │ ├── SectionCTAs
│ │ │ │ │ └── index.ts
│ │ │ │ ├── SecurityCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── BeeArchitecture
│ │ │ │ │ └── index.ts
│ │ │ │ ├── IndustryCaseCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── TemplateBackground
│ │ │ │ │ └── index.ts
│ │ │ │ ├── BlogCallout
│ │ │ │ │ └── index.ts
│ │ │ │ ├── BlogRoadmap
│ │ │ │ │ └── index.ts
│ │ │ │ ├── EarningsCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── ProvidersCaseCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── BlogCostBreakdown
│ │ │ │ │ └── index.ts
│ │ │ │ ├── TimelineCard
│ │ │ │ │ └── index.ts
│ │ │ │ ├── BlogComparisonTable
│ │ │ │ │ └── index.ts
│ │ │ │ ├── GPUSelector
│ │ │ │ │ └── index.ts
│ │ │ │ ├── Navigation
│ │ │ │ │ └── index.ts
│ │ │ │ ├── EarningsBreakdownCard
│ │ │ │ │ └── index.ts
│ │ │ │ └── NarrationPanel
│ │ │ │ │ └── index.ts
│ │ │ ├── marketplace
│ │ │ │ ├── templates
│ │ │ │ │ ├── ModelDetailPageTemplate
│ │ │ │ │ │ └── ModelDetailPageTemplate.tsx
│ │ │ │ │ ├── WorkerDetail
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── WorkerListTemplate
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── CivitAIModelDetail
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── ArtifactDetailPageTemplate
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ └── HFModelDetail
│ │ │ │ │ │ └── index.ts
│ │ │ │ ├── organisms
│ │ │ │ │ ├── ModelStats
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── WorkerListCard
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── CategoryFilterBar
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── ModelCard
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── HFModelCard
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── WorkerCard
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── ModelTable
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── MarketplaceGrid
│ │ │ │ │ │ ├── index.ts
│ │ │ │ │ │ └── MarketplaceGrid.tsx
│ │ │ │ │ ├── CivitAIDetailsCard
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── CivitAIFileCard
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── CivitAIStatsHeader
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── CivitAITrainedWords
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── CivitAIImageGallery
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── FilterBar
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── HFModelListCard
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── UniversalFilterBar
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── ModelCardVertical
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ └── HFFilterSidebar
│ │ │ │ │ │ └── index.ts
│ │ │ │ ├── molecules
│ │ │ │ │ ├── ModelFilesList
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── DatasetsUsedCard
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── ModelMetadataCard
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── WidgetDataCard
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── FilterSearch
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── InferenceProvidersCard
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── SidebarFilterItem
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── SortDropdown
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ ├── FilterDropdown
│ │ │ │ │ │ └── index.ts
│ │ │ │ │ └── FilterMultiSelect
│ │ │ │ │ │ └── index.ts
│ │ │ │ ├── constants
│ │ │ │ │ └── index.ts
│ │ │ │ ├── hooks
│ │ │ │ │ └── index.ts
│ │ │ │ └── types
│ │ │ │ │ └── compatibility.ts
│ │ │ ├── patterns
│ │ │ │ ├── BeeGlyph
│ │ │ │ │ └── index.ts
│ │ │ │ └── HoneycombPattern
│ │ │ │ │ └── index.ts
│ │ │ ├── assets
│ │ │ │ ├── images
│ │ │ │ │ ├── placeholder.jpg
│ │ │ │ │ ├── placeholder-logo.png
│ │ │ │ │ └── placeholder-user.jpg
│ │ │ │ └── index.ts
│ │ │ ├── providers
│ │ │ │ ├── index.ts
│ │ │ │ ├── ThemeProvider
│ │ │ │ │ └── index.ts
│ │ │ │ └── QueryProvider
│ │ │ │ │ └── index.ts
│ │ │ ├── __mocks__
│ │ │ │ └── index.ts
│ │ │ ├── test
│ │ │ │ └── setup.ts
│ │ │ ├── hooks
│ │ │ │ └── use-mobile.ts
│ │ │ ├── utils
│ │ │ │ └── index.ts
│ │ │ ├── global.d.ts
│ │ │ ├── tokens
│ │ │ │ └── index.ts
│ │ │ └── icons
│ │ │ │ └── XTwitterIcon.tsx
│ │ ├── .vscode
│ │ │ └── settings.json
│ │ ├── .gitignore
│ │ ├── test-results
│ │ │ ├── .last-run.json
│ │ │ ├── molecules-Developers-Termi-e2ede-ndow-has-traffic-light-dots-chromium
│ │ │ │ └── error-context.md
│ │ │ └── molecules-Developers-Termi-4022b--content-has-monospace-font-chromium
│ │ │ │ └── error-context.md
│ │ ├── vite.config.ts
│ │ ├── playwright-report
│ │ │ └── data
│ │ │ │ ├── cd3adf2f4fbacd4888025407c5349fac63866206.md
│ │ │ │ └── 647dcd396e01aab128bd88a398ac34fbc3bf528d.md
│ │ ├── .storybook
│ │ │ ├── preview-head.html
│ │ │ └── mocks
│ │ │ │ ├── next-link.tsx
│ │ │ │ ├── next-image.tsx
│ │ │ │ └── next-navigation.tsx
│ │ ├── tsconfig.json
│ │ └── postcss.config.mjs
│ ├── shared-config
│ │ ├── src
│ │ │ └── index.ts
│ │ ├── vitest.config.ts
│ │ └── tsconfig.json
│ ├── dev-utils
│ │ ├── src
│ │ │ ├── index.ts
│ │ │ └── test-setup.d.ts
│ │ ├── vitest.config.ts
│ │ └── tsconfig.json
│ ├── tailwind-config
│ │ ├── node_modules
│ │ │ ├── postcss
│ │ │ └── tailwindcss
│ │ ├── postcss.config.js
│ │ ├── .gitignore
│ │ └── package.json
│ ├── narration-client
│ │ ├── src
│ │ │ └── index.ts
│ │ ├── vitest.config.ts
│ │ └── tsconfig.json
│ ├── react-hooks
│ │ ├── src
│ │ │ ├── test-setup.ts
│ │ │ ├── test-setup.d.ts
│ │ │ ├── test-setup.d.ts.map
│ │ │ ├── test-setup.js.map
│ │ │ ├── index.d.ts.map
│ │ │ ├── index.js.map
│ │ │ ├── test-setup.js
│ │ │ ├── useSSEWithHealthCheck.test.d.ts.map
│ │ │ ├── useSSEWithHealthCheck.test.d.ts
│ │ │ ├── index.ts
│ │ │ ├── index.d.ts
│ │ │ └── index.js
│ │ ├── tsconfig.json
│ │ └── vitest.config.ts
│ ├── typescript-config
│ │ ├── css.d.ts
│ │ ├── .gitignore
│ │ ├── cloudflare-pages.json
│ │ ├── library-react.json
│ │ ├── vite.json
│ │ ├── react-app.json
│ │ ├── package.json
│ │ ├── library.json
│ │ └── cloudflare-worker.json
│ ├── narration-bridge
│ │ ├── src
│ │ │ └── index.ts
│ │ ├── vitest.config.ts
│ │ └── tsconfig.json
│ ├── marketplace-core
│ │ ├── src
│ │ │ └── adapters
│ │ │ │ └── gwc
│ │ │ │ └── index.ts
│ │ ├── tsconfig.json
│ │ └── package.json
│ ├── env-config
│ │ └── tsconfig.json
│ ├── eslint-config
│ │ ├── .gitignore
│ │ └── package.json
│ ├── sdk-loader
│ │ ├── tsconfig.json
│ │ ├── src
│ │ │ └── index.ts
│ │ ├── vitest.config.ts
│ │ └── package.json
│ └── vite-config
│ │ ├── .gitignore
│ │ ├── index.d.ts
│ │ └── package.json
├── tools
│ └── wcag
│ │ └── .gitignore
└── apps
│ ├── user-docs
│ ├── app
│ │ ├── architecture
│ │ │ └── _meta.ts
│ │ ├── troubleshooting
│ │ │ └── _meta.ts
│ │ ├── favicon.ico
│ │ ├── guide
│ │ │ └── _meta.ts
│ │ ├── advanced
│ │ │ └── _meta.ts
│ │ ├── configuration
│ │ │ └── _meta.ts
│ │ ├── reference
│ │ │ └── _meta.ts
│ │ ├── getting-started
│ │ │ └── _meta.ts
│ │ ├── _meta.ts
│ │ └── _components
│ │ │ ├── CardGrid.tsx
│ │ │ └── navbar.tsx
│ ├── .vscode
│ │ └── settings.json
│ ├── public
│ │ ├── favicon.ico
│ │ ├── vercel.svg
│ │ ├── _headers
│ │ ├── window.svg
│ │ └── file.svg
│ ├── postcss.config.mjs
│ ├── wrangler.toml
│ ├── lib
│ │ └── env.ts
│ ├── components
│ │ └── Navigation.tsx
│ ├── tsconfig.json
│ ├── open-next.config.ts
│ └── .gitignore
│ └── marketplace
│ ├── .vscode
│ └── settings.json
│ ├── .dev.vars.example
│ ├── public
│ ├── _headers
│ ├── window.svg
│ └── file.svg
│ ├── postcss.config.mjs
│ ├── app
│ └── models
│ │ └── page.tsx
│ ├── lib
│ └── env.ts
│ ├── components
│ ├── MarketplaceNav.tsx
│ └── providers
│ │ └── ThemeProvider.tsx
│ ├── wrangler.jsonc
│ ├── tsconfig.json
│ ├── open-next.config.ts
│ ├── eslint.config.mjs
│ └── .gitignore
├── .archive
└── TECHNICAL_DEEP_DIVE.md
├── Biomefile
├── .windsurf
└── .archive
│ ├── TEAM_405_SEO_OPTIMIZATION.md
│ ├── TEAM_405_SSG_VERIFICATION.md
│ ├── TEAM_405_COMPLETE_PORT_AUDIT.md
│ ├── TEAM_405_HYBRID_ARCHITECTURE.md
│ ├── TEAM_405_PORT_CONSOLIDATION.md
│ ├── TEAM_405_PURE_STATIC_SOLUTION.md
│ └── TEAM_405_CANONICAL_PORT_CONFIG_RESTORED.md
├── bin
├── 98_security_crates
│ ├── jwt-guardian
│ │ └── .gitkeep
│ ├── auth-min
│ │ ├── src
│ │ │ └── tests
│ │ │ │ └── mod.rs
│ │ └── Cargo.toml
│ ├── deadline-propagation
│ │ ├── Cargo.toml
│ │ └── README.md
│ ├── input-validation
│ │ └── Cargo.toml
│ └── secrets-management
│ │ ├── src
│ │ ├── validation
│ │ │ └── mod.rs
│ │ ├── types
│ │ │ └── mod.rs
│ │ └── loaders
│ │ │ └── mod.rs
│ │ └── tests
│ │ └── property_tests.proptest-regressions
├── 31_sd_worker_rbee
│ ├── .plan
│ │ └── .archive
│ │ │ ├── REORGANIZATION_STATUS.md
│ │ │ ├── TEAM_488_SD_MIGRATION.md
│ │ │ └── DONE.md
│ ├── ui
│ │ ├── packages
│ │ │ ├── sd-worker-react
│ │ │ │ ├── .gitignore
│ │ │ │ ├── tsconfig.json
│ │ │ │ ├── src
│ │ │ │ │ └── index.ts
│ │ │ │ └── package.json
│ │ │ └── sd-worker-sdk
│ │ │ │ ├── .gitignore
│ │ │ │ ├── tsconfig.json
│ │ │ │ ├── src
│ │ │ │ └── index.ts
│ │ │ │ └── package.json
│ │ └── app
│ │ │ ├── tsconfig.json
│ │ │ ├── vite.config.ts
│ │ │ ├── tsconfig.app.json
│ │ │ ├── .gitignore
│ │ │ ├── index.html
│ │ │ ├── src
│ │ │ └── main.tsx
│ │ │ └── tsconfig.node.json
│ ├── tests
│ │ └── fixtures
│ │ │ └── mod.rs
│ ├── build.rs
│ ├── .gitignore
│ ├── src
│ │ ├── backend
│ │ │ ├── traits
│ │ │ │ └── mod.rs
│ │ │ └── models
│ │ │ │ ├── flux
│ │ │ │ └── generation
│ │ │ │ │ └── mod.rs
│ │ │ │ ├── stable_diffusion
│ │ │ │ ├── config.rs
│ │ │ │ └── generation
│ │ │ │ │ └── mod.rs
│ │ │ │ └── shared
│ │ │ │ └── mod.rs
│ │ ├── jobs
│ │ │ ├── types.rs
│ │ │ └── mod.rs
│ │ └── device.rs
│ └── .windsurf
│ │ └── .archive
│ │ ├── TOKEN_FIX_INSTRUCTIONS.md
│ │ ├── FIX_CLIP_NOW.md
│ │ └── TEAM_392_HANDOFF.md
├── 99_shared_crates
│ ├── narration-core
│ │ ├── .archive
│ │ │ └── 999_rest
│ │ │ │ └── REMEDIATION_COMPLETE.md
│ │ ├── tests
│ │ │ └── integration
│ │ │ │ └── job_server_concurrent.rs
│ │ ├── src
│ │ │ ├── core
│ │ │ │ └── mod.rs
│ │ │ ├── taxonomy
│ │ │ │ └── mod.rs
│ │ │ ├── api
│ │ │ │ └── mod.rs
│ │ │ └── output
│ │ │ │ └── mod.rs
│ │ ├── .specs
│ │ │ └── .archive
│ │ │ │ ├── 37_METRICS.md
│ │ │ │ └── 40_ERROR_MESSAGING.md
│ │ └── examples
│ │ │ └── macro_vs_factory.rs
│ ├── env-config
│ │ └── Cargo.toml
│ ├── ssh-config-parser
│ │ └── Cargo.toml
│ ├── timeout-enforcer-macros
│ │ └── Cargo.toml
│ ├── heartbeat-registry
│ │ └── Cargo.toml
│ └── job-server
│ │ └── src
│ │ └── state.rs
├── 00_rbee_keeper
│ ├── ui
│ │ ├── src
│ │ │ ├── hooks
│ │ │ │ └── index.ts
│ │ │ ├── api
│ │ │ │ └── index.ts
│ │ │ ├── globals.css
│ │ │ └── providers
│ │ │ │ └── QueryProvider.tsx
│ │ ├── tsconfig.node.json
│ │ ├── tsconfig.json
│ │ ├── tsconfig.app.json
│ │ └── index.html
│ ├── build.rs
│ ├── icons
│ │ ├── icon.ico
│ │ ├── icon.png
│ │ ├── 32x32.png
│ │ ├── icon.icns
│ │ ├── 128x128.png
│ │ ├── 128x128@2x.png
│ │ └── .gitkeep
│ ├── packaging
│ │ └── linux
│ │ │ ├── rbee-protocol.xml
│ │ │ └── rbee-keeper.desktop
│ ├── src
│ │ ├── handlers
│ │ │ └── status.rs
│ │ └── cli
│ │ │ └── mod.rs
│ └── .gitignore
├── 10_queen_rbee
│ ├── ui
│ │ ├── app
│ │ │ ├── tsconfig.node.json
│ │ │ ├── tsconfig.json
│ │ │ ├── tsconfig.app.json
│ │ │ ├── src
│ │ │ │ ├── globals.css
│ │ │ │ ├── main.tsx
│ │ │ │ └── components
│ │ │ │ │ └── ConnectionStatus.tsx
│ │ │ ├── .gitignore
│ │ │ └── index.html
│ │ └── packages
│ │ │ ├── queen-rbee-react
│ │ │ ├── .gitignore
│ │ │ ├── tsconfig.json
│ │ │ └── src
│ │ │ │ ├── hooks
│ │ │ │ └── index.ts
│ │ │ │ └── types.ts
│ │ │ └── queen-rbee-sdk
│ │ │ ├── .gitignore
│ │ │ ├── tsconfig.json
│ │ │ └── dist
│ │ │ └── index.d.ts
│ └── src
│ │ ├── narration.rs
│ │ └── http
│ │ └── health.rs
├── 80-global-worker-catalog
│ ├── coverage
│ │ ├── favicon.png
│ │ └── sort-arrow-sprite.png
│ ├── tsconfig.json
│ ├── oxlintrc.json
│ ├── public
│ │ └── index.html
│ ├── .gitignore
│ └── vitest.config.ts
├── 20_rbee_hive
│ ├── ui
│ │ ├── app
│ │ │ ├── tsconfig.json
│ │ │ ├── tsconfig.app.json
│ │ │ ├── src
│ │ │ │ ├── index.css
│ │ │ │ ├── main.tsx
│ │ │ │ └── components
│ │ │ │ │ ├── ModelManagement
│ │ │ │ │ └── types.ts
│ │ │ │ │ └── WorkerManagement
│ │ │ │ │ └── types.ts
│ │ │ ├── .gitignore
│ │ │ └── index.html
│ │ └── packages
│ │ │ ├── rbee-hive-sdk
│ │ │ ├── .gitignore
│ │ │ └── tsconfig.json
│ │ │ └── rbee-hive-react
│ │ │ ├── .gitignore
│ │ │ └── tsconfig.json
│ ├── restart-hive.sh
│ └── src
│ │ └── operations
│ │ └── mod.rs
├── 30_llm_worker_rbee
│ ├── ui
│ │ ├── app
│ │ │ ├── tsconfig.json
│ │ │ ├── src
│ │ │ │ └── main.tsx
│ │ │ ├── tsconfig.app.json
│ │ │ ├── .gitignore
│ │ │ ├── vite.config.ts
│ │ │ └── index.html
│ │ └── packages
│ │ │ ├── llm-worker-react
│ │ │ ├── .gitignore
│ │ │ ├── tsconfig.json
│ │ │ ├── dist
│ │ │ │ └── index.d.ts
│ │ │ └── package.json
│ │ │ └── llm-worker-sdk
│ │ │ ├── .gitignore
│ │ │ ├── tsconfig.json
│ │ │ └── dist
│ │ │ ├── index.d.ts
│ │ │ └── index.js
│ ├── .gitignore
│ ├── build.rs
│ ├── src
│ │ ├── http
│ │ │ └── middleware
│ │ │ │ └── mod.rs
│ │ ├── backend
│ │ │ ├── traits
│ │ │ │ └── mod.rs
│ │ │ └── models
│ │ │ │ └── helpers
│ │ │ │ └── mod.rs
│ │ └── common
│ │ │ └── mod.rs
│ ├── tests
│ │ └── fixtures
│ │ │ ├── mistral_config.json
│ │ │ ├── llama_config.json
│ │ │ ├── phi_config.json
│ │ │ └── qwen_config.json
│ └── .rbee-test.toml
├── 25_rbee_hive_crates
│ ├── port-assigner
│ │ └── Cargo.toml
│ ├── vram-checker
│ │ ├── src
│ │ │ └── lib.rs
│ │ └── Cargo.toml
│ ├── worker-provisioner
│ │ └── src
│ │ │ └── pkgbuild
│ │ │ └── mod.rs
│ ├── monitor
│ │ └── README.md
│ ├── model-catalog
│ │ └── Cargo.toml
│ └── artifact-catalog
│ │ ├── src
│ │ └── lib.rs
│ │ └── Cargo.toml
├── 15_queen_rbee_crates
│ └── telemetry-registry
│ │ └── src
│ │ └── types.rs
├── 96_lifecycle
│ ├── lifecycle-shared
│ │ └── src
│ │ │ └── utils
│ │ │ └── mod.rs
│ └── health-poll
│ │ └── Cargo.toml
└── 97_contracts
│ ├── keeper-config-contract
│ ├── Cargo.toml
│ └── src
│ │ ├── validation.rs
│ │ └── lib.rs
│ └── jobs-contract
│ └── Cargo.toml
├── .plan
└── .archive-rocm-support
│ └── ROCM_PHASE1_DEVICE_SUPPORT.md
├── CODEOWNERS
├── queen-hive-catalog.db
├── tmp-build.sh
├── tools
├── readme-index
│ ├── src
│ │ └── bin.rs
│ └── Cargo.toml
├── openapi-client
│ ├── tests
│ │ └── trybuild.rs
│ ├── src
│ │ └── lib.rs
│ └── Cargo.toml
└── spec-extract
│ └── Cargo.toml
├── tests
└── docker
│ ├── config.toml
│ ├── capabilities.yaml
│ ├── keys
│ └── test_id_rsa.pub
│ ├── hives-git-install.conf
│ └── hives.conf
├── .docs
└── architecture
│ └── dependencies
│ └── dependencies.png
├── rust-toolchain.toml
├── xtask
└── src
│ ├── lib.rs
│ ├── release
│ └── mod.rs
│ └── tasks
│ └── mod.rs
├── rustfmt.toml
├── .runtime
└── engines
│ ├── "gpu-0"-r0.json
│ ├── new-pool-r0.json
│ └── "gpu-0"-"r1".json
├── .cargo
└── config.toml
├── .version-tiers
└── commercial.toml
├── scripts
├── rocm-cloud
│ ├── .gitignore
│ └── aws
│ │ ├── ssh.sh
│ │ └── stop.sh
└── .archive
│ └── quick-start.sh
├── ci
├── dashboards
│ ├── replica_load_slo.json
│ └── orchqueue_admission.json
└── scripts
│ └── start_llama_cpu.sh
├── .biomeignore
├── .editorconfig
├── .gitmodules
└── install-deps.sh
/frontend/test-clickable.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.archive/TECHNICAL_DEEP_DIVE.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/frontend/.gitignore:
--------------------------------------------------------------------------------
1 | /reference/
--------------------------------------------------------------------------------
/Biomefile:
--------------------------------------------------------------------------------
1 | {
2 | "name": "rbee"
3 | }
--------------------------------------------------------------------------------
/.windsurf/.archive/TEAM_405_SEO_OPTIMIZATION.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.windsurf/.archive/TEAM_405_SSG_VERIFICATION.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/bin/98_security_crates/jwt-guardian/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.windsurf/.archive/TEAM_405_COMPLETE_PORT_AUDIT.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.windsurf/.archive/TEAM_405_HYBRID_ARCHITECTURE.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.windsurf/.archive/TEAM_405_PORT_CONSOLIDATION.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.windsurf/.archive/TEAM_405_PURE_STATIC_SOLUTION.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/playwright/.gitignore:
--------------------------------------------------------------------------------
1 | .cache
--------------------------------------------------------------------------------
/.plan/.archive-rocm-support/ROCM_PHASE1_DEVICE_SUPPORT.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.windsurf/.archive/TEAM_405_CANONICAL_PORT_CONFIG_RESTORED.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/CODEOWNERS:
--------------------------------------------------------------------------------
1 | # Code ownership
2 | * @llama-orch-maintainers
3 |
--------------------------------------------------------------------------------
/bin/31_sd_worker_rbee/.plan/.archive/REORGANIZATION_STATUS.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/frontend/packages/shared-config/src/index.ts:
--------------------------------------------------------------------------------
1 | export * from './ports'
2 |
--------------------------------------------------------------------------------
/bin/99_shared_crates/narration-core/.archive/999_rest/REMEDIATION_COMPLETE.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/bin/99_shared_crates/narration-core/tests/integration/job_server_concurrent.rs:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Alert/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Alert'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Badge/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Badge'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Card/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Card'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Chart/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Chart'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Empty/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Empty'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Field/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Field'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Form/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Form'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Input/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Input'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Item/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Item'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Kbd/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Kbd'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Label/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Label'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Sheet/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Sheet'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Table/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Table'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Tabs/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Tabs'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Toast/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Toast'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Avatar/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Avatar'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Button/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Button'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Command/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Command'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Dialog/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Dialog'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Drawer/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Drawer'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Legend/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Legend'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Menubar/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Menubar'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Popover/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Popover'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Select/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Select'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Sidebar/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Sidebar'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Slider/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Slider'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Sonner/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Sonner'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Spinner/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Spinner'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Switch/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Switch'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Toaster/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Toaster'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Toggle/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Toggle'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Tooltip/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Tooltip'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Accordion/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Accordion'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/BrandMark/index.ts:
--------------------------------------------------------------------------------
1 | export * from './BrandMark'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Breadcrumb/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Breadcrumb'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/CacheLayer/index.ts:
--------------------------------------------------------------------------------
1 | export * from './CacheLayer'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Calendar/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Calendar'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Carousel/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Carousel'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/CheckItem/index.ts:
--------------------------------------------------------------------------------
1 | export * from './CheckItem'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Checkbox/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Checkbox'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/HoverCard/index.ts:
--------------------------------------------------------------------------------
1 | export * from './HoverCard'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/InputGroup/index.ts:
--------------------------------------------------------------------------------
1 | export * from './InputGroup'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/InputOtp/index.ts:
--------------------------------------------------------------------------------
1 | export * from './InputOtp'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Pagination/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Pagination'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Progress/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Progress'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/RadioGroup/index.ts:
--------------------------------------------------------------------------------
1 | export * from './RadioGroup'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Resizable/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Resizable'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/ScrollArea/index.ts:
--------------------------------------------------------------------------------
1 | export * from './ScrollArea'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/SectorGrid/index.ts:
--------------------------------------------------------------------------------
1 | export * from './SectorGrid'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Separator/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Separator'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Skeleton/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Skeleton'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/StepFlow/index.ts:
--------------------------------------------------------------------------------
1 | export * from './StepFlow'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Textarea/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Textarea'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/UseMobile/index.ts:
--------------------------------------------------------------------------------
1 | export * from './UseMobile'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/Legend/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Legend'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/NavLink/index.ts:
--------------------------------------------------------------------------------
1 | export * from './NavLink'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/StepCard/index.ts:
--------------------------------------------------------------------------------
1 | export * from './StepCard'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/Footer/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Footer'
2 |
--------------------------------------------------------------------------------
/frontend/tools/wcag/.gitignore:
--------------------------------------------------------------------------------
1 | WCAG_COMPLIANCE_REPORT.md
2 | __pycache__/
3 | *.pyc
4 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/AlertDialog/index.ts:
--------------------------------------------------------------------------------
1 | export * from './AlertDialog'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/AspectRatio/index.ts:
--------------------------------------------------------------------------------
1 | export * from './AspectRatio'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/ButtonGroup/index.ts:
--------------------------------------------------------------------------------
1 | export * from './ButtonGroup'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/CodeSnippet/index.ts:
--------------------------------------------------------------------------------
1 | export * from './CodeSnippet'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Collapsible/index.ts:
--------------------------------------------------------------------------------
1 | export * from './Collapsible'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/ContextMenu/index.ts:
--------------------------------------------------------------------------------
1 | export * from './ContextMenu'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/DropdownMenu/index.ts:
--------------------------------------------------------------------------------
1 | export * from './DropdownMenu'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/EuLedgerGrid/index.ts:
--------------------------------------------------------------------------------
1 | export * from './EuLedgerGrid'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/NetworkMesh/index.ts:
--------------------------------------------------------------------------------
1 | export * from './NetworkMesh'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/PricingTiers/index.ts:
--------------------------------------------------------------------------------
1 | export * from './PricingTiers'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/RatingStars/index.ts:
--------------------------------------------------------------------------------
1 | export * from './RatingStars'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/SecurityMesh/index.ts:
--------------------------------------------------------------------------------
1 | export * from './SecurityMesh'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/ToggleGroup/index.ts:
--------------------------------------------------------------------------------
1 | export * from './ToggleGroup'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/CodeBlock/index.ts:
--------------------------------------------------------------------------------
1 | export * from './CodeBlock'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/FooterCTA/index.ts:
--------------------------------------------------------------------------------
1 | export * from './FooterCTA'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/IconPlate/index.ts:
--------------------------------------------------------------------------------
1 | export * from './IconPlate'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/PulseBadge/index.ts:
--------------------------------------------------------------------------------
1 | export * from './PulseBadge'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/StatsGrid/index.ts:
--------------------------------------------------------------------------------
1 | export * from './StatsGrid'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/StatusKPI/index.ts:
--------------------------------------------------------------------------------
1 | export * from './StatusKPI'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/StepNumber/index.ts:
--------------------------------------------------------------------------------
1 | export * from './StepNumber'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/TabButton/index.ts:
--------------------------------------------------------------------------------
1 | export * from './TabButton'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/CTABanner/index.ts:
--------------------------------------------------------------------------------
1 | export * from './CTABanner'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/BrandWordmark/index.ts:
--------------------------------------------------------------------------------
1 | export * from './BrandWordmark'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/ComparisonGrid/index.ts:
--------------------------------------------------------------------------------
1 | export * from './ComparisonGrid'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/DeploymentFlow/index.ts:
--------------------------------------------------------------------------------
1 | export * from './DeploymentFlow'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/DiagnosticGrid/index.ts:
--------------------------------------------------------------------------------
1 | export * from './DiagnosticGrid'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/HighlightCard/index.ts:
--------------------------------------------------------------------------------
1 | export * from './HighlightCard'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/NavigationMenu/index.ts:
--------------------------------------------------------------------------------
1 | export * from './NavigationMenu'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/QuestionBubbles/index.ts:
--------------------------------------------------------------------------------
1 | export * from './QuestionBubbles'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/FooterColumn/index.ts:
--------------------------------------------------------------------------------
1 | export * from './FooterColumn'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/GPUListItem/index.ts:
--------------------------------------------------------------------------------
1 | export * from './GPUListItem'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/HelperLinks/index.ts:
--------------------------------------------------------------------------------
1 | export * from './HelperLinks'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/IndustryCard/index.ts:
--------------------------------------------------------------------------------
1 | export * from './IndustryCard'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/ProgressBar/index.ts:
--------------------------------------------------------------------------------
1 | export * from './ProgressBar'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/StepListItem/index.ts:
--------------------------------------------------------------------------------
1 | export * from './StepListItem'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/ThemeToggle/index.ts:
--------------------------------------------------------------------------------
1 | export * from './ThemeToggle'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/UseCaseCard/index.ts:
--------------------------------------------------------------------------------
1 | export * from './UseCaseCard'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/AudienceCard/index.ts:
--------------------------------------------------------------------------------
1 | export * from './AudienceCard'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/CTAOptionCard/index.ts:
--------------------------------------------------------------------------------
1 | export * from './CTAOptionCard'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/RibbonBanner/index.ts:
--------------------------------------------------------------------------------
1 | export * from './RibbonBanner'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/SectionCTAs/index.ts:
--------------------------------------------------------------------------------
1 | export * from './SectionCTAs'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/SecurityCard/index.ts:
--------------------------------------------------------------------------------
1 | export * from './SecurityCard'
2 |
--------------------------------------------------------------------------------
/queen-hive-catalog.db:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbee-keeper/rbee/HEAD/queen-hive-catalog.db
--------------------------------------------------------------------------------
/bin/31_sd_worker_rbee/ui/packages/sd-worker-react/.gitignore:
--------------------------------------------------------------------------------
1 | /dist
2 | /node_modules
3 | .turbo
4 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/.vscode/settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "css.lint.unknownAtRules": "ignore"
3 | }
4 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/DistributedNodes/index.ts:
--------------------------------------------------------------------------------
1 | export * from './DistributedNodes'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/OrchestrationFlow/index.ts:
--------------------------------------------------------------------------------
1 | export * from './OrchestrationFlow'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/ProgressTimeline/index.ts:
--------------------------------------------------------------------------------
1 | export * from './ProgressTimeline'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/templates/ModelDetailPageTemplate/ModelDetailPageTemplate.tsx:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/BulletListItem/index.ts:
--------------------------------------------------------------------------------
1 | export * from './BulletListItem'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/ComplianceChip/index.ts:
--------------------------------------------------------------------------------
1 | export * from './ComplianceChip'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/FeatureInfoCard/index.ts:
--------------------------------------------------------------------------------
1 | export * from './FeatureInfoCard'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/FeatureListItem/index.ts:
--------------------------------------------------------------------------------
1 | export * from './FeatureListItem'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/FloatingKPICard/index.ts:
--------------------------------------------------------------------------------
1 | export * from './FloatingKPICard'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/Tables/MatrixCard/index.ts:
--------------------------------------------------------------------------------
1 | export * from './MatrixCard'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/TerminalWindow/index.ts:
--------------------------------------------------------------------------------
1 | export * from './TerminalWindow'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/TestimonialCard/index.ts:
--------------------------------------------------------------------------------
1 | export * from './TestimonialCard'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/TrustIndicator/index.ts:
--------------------------------------------------------------------------------
1 | export * from './TrustIndicator'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/BeeArchitecture/index.ts:
--------------------------------------------------------------------------------
1 | export * from './BeeArchitecture'
2 |
--------------------------------------------------------------------------------
/frontend/apps/user-docs/app/architecture/_meta.ts:
--------------------------------------------------------------------------------
1 | export default {
2 | overview: 'Overview',
3 | }
4 |
--------------------------------------------------------------------------------
/frontend/packages/dev-utils/src/index.ts:
--------------------------------------------------------------------------------
1 | export * from './environment'
2 | export * from './logging'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/organisms/ModelStats/index.ts:
--------------------------------------------------------------------------------
1 | export * from './ModelStats'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/ButtonCardFooter/index.ts:
--------------------------------------------------------------------------------
1 | export * from './ButtonCardFooter'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/MetricCard/index.ts:
--------------------------------------------------------------------------------
1 | export { MetricCard } from './MetricCard'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/PlaybookAccordion/index.ts:
--------------------------------------------------------------------------------
1 | export * from './PlaybookAccordion'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/SegmentedControl/index.ts:
--------------------------------------------------------------------------------
1 | export * from './SegmentedControl'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/TemplateContainer/index.ts:
--------------------------------------------------------------------------------
1 | export * from './TemplateContainer'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/IndustryCaseCard/index.ts:
--------------------------------------------------------------------------------
1 | export * from './IndustryCaseCard'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/TemplateBackground/index.ts:
--------------------------------------------------------------------------------
1 | export * from './TemplateBackground'
2 |
--------------------------------------------------------------------------------
/bin/00_rbee_keeper/ui/src/hooks/index.ts:
--------------------------------------------------------------------------------
1 | // TEAM-294: Hooks module exports
2 | export * from './useCommand'
3 |
--------------------------------------------------------------------------------
/bin/00_rbee_keeper/build.rs:
--------------------------------------------------------------------------------
1 | // TEAM-293: Tauri build script
2 | fn main() {
3 | tauri_build::build()
4 | }
5 |
--------------------------------------------------------------------------------
/bin/00_rbee_keeper/icons/icon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbee-keeper/rbee/HEAD/bin/00_rbee_keeper/icons/icon.ico
--------------------------------------------------------------------------------
/bin/00_rbee_keeper/icons/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbee-keeper/rbee/HEAD/bin/00_rbee_keeper/icons/icon.png
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/Tables/ComparisonTableRow/index.ts:
--------------------------------------------------------------------------------
1 | export * from './ComparisonTableRow'
2 |
--------------------------------------------------------------------------------
/bin/00_rbee_keeper/icons/32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbee-keeper/rbee/HEAD/bin/00_rbee_keeper/icons/32x32.png
--------------------------------------------------------------------------------
/bin/00_rbee_keeper/icons/icon.icns:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbee-keeper/rbee/HEAD/bin/00_rbee_keeper/icons/icon.icns
--------------------------------------------------------------------------------
/bin/31_sd_worker_rbee/tests/fixtures/mod.rs:
--------------------------------------------------------------------------------
1 | // TEAM-487: Test fixtures for model verification
2 |
3 | pub mod models;
4 |
--------------------------------------------------------------------------------
/frontend/apps/user-docs/app/troubleshooting/_meta.ts:
--------------------------------------------------------------------------------
1 | export default {
2 | 'common-issues': 'Common Issues',
3 | }
4 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/QuoteBlock/index.ts:
--------------------------------------------------------------------------------
1 | export { QuoteBlock, type QuoteBlockProps } from './QuoteBlock'
2 |
--------------------------------------------------------------------------------
/frontend/packages/tailwind-config/node_modules/postcss:
--------------------------------------------------------------------------------
1 | ../../../../node_modules/.pnpm/postcss@8.5.6/node_modules/postcss
--------------------------------------------------------------------------------
/bin/00_rbee_keeper/icons/128x128.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbee-keeper/rbee/HEAD/bin/00_rbee_keeper/icons/128x128.png
--------------------------------------------------------------------------------
/frontend/apps/marketplace/.vscode/settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "files.associations": {
3 | "wrangler.json": "jsonc"
4 | }
5 | }
6 |
--------------------------------------------------------------------------------
/frontend/apps/user-docs/.vscode/settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "files.associations": {
3 | "wrangler.json": "jsonc"
4 | }
5 | }
6 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/SplitButton/index.ts:
--------------------------------------------------------------------------------
1 | export { SplitButton, type SplitButtonProps } from './SplitButton'
2 |
--------------------------------------------------------------------------------
/tmp-build.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | cd /home/vince/Projects/rbee
3 | bash scripts/build-all.sh 2>&1 | tee /tmp/build-output.log
4 |
--------------------------------------------------------------------------------
/tools/readme-index/src/bin.rs:
--------------------------------------------------------------------------------
1 | use anyhow::Result;
2 |
3 | fn main() -> Result<()> {
4 | tools_readme_index::run()
5 | }
6 |
--------------------------------------------------------------------------------
/bin/00_rbee_keeper/icons/128x128@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbee-keeper/rbee/HEAD/bin/00_rbee_keeper/icons/128x128@2x.png
--------------------------------------------------------------------------------
/bin/00_rbee_keeper/ui/src/api/index.ts:
--------------------------------------------------------------------------------
1 | // TEAM-294: API module exports
2 | export * from './commands'
3 | export * from './types'
4 |
--------------------------------------------------------------------------------
/bin/31_sd_worker_rbee/ui/packages/sd-worker-sdk/.gitignore:
--------------------------------------------------------------------------------
1 | /target
2 | /pkg
3 | /dist
4 | /node_modules
5 | Cargo.lock
6 | .turbo
7 |
--------------------------------------------------------------------------------
/frontend/apps/marketplace/.dev.vars.example:
--------------------------------------------------------------------------------
1 | # Load .env.development* files when running `wrangler dev`
2 | NEXTJS_ENV=development
3 |
--------------------------------------------------------------------------------
/frontend/apps/user-docs/app/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbee-keeper/rbee/HEAD/frontend/apps/user-docs/app/favicon.ico
--------------------------------------------------------------------------------
/frontend/apps/user-docs/app/guide/_meta.ts:
--------------------------------------------------------------------------------
1 | export default {
2 | overview: 'Overview',
3 | deployment: 'Deployment',
4 | }
5 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/BlogCallout/index.ts:
--------------------------------------------------------------------------------
1 | export { BlogCallout, type BlogCalloutProps } from './BlogCallout'
2 |
--------------------------------------------------------------------------------
/frontend/packages/tailwind-config/node_modules/tailwindcss:
--------------------------------------------------------------------------------
1 | ../../../../node_modules/.pnpm/tailwindcss@4.1.17/node_modules/tailwindcss
--------------------------------------------------------------------------------
/tests/docker/config.toml:
--------------------------------------------------------------------------------
1 | # TEAM-282: Minimal queen config for testing
2 |
3 | [queen]
4 | # Empty queen settings - use defaults
5 |
--------------------------------------------------------------------------------
/frontend/apps/user-docs/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbee-keeper/rbee/HEAD/frontend/apps/user-docs/public/favicon.ico
--------------------------------------------------------------------------------
/bin/00_rbee_keeper/ui/tsconfig.node.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "@repo/typescript-config/vite.json",
3 | "include": ["vite.config.ts"]
4 | }
5 |
--------------------------------------------------------------------------------
/frontend/apps/user-docs/postcss.config.mjs:
--------------------------------------------------------------------------------
1 | const config = {
2 | plugins: ['@tailwindcss/postcss'],
3 | }
4 |
5 | export default config
6 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules
2 | dist
3 | .turbo
4 | *.log
5 | .watchmanconfig
6 |
7 | *storybook.log
8 | storybook-static
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/HelperTextItem/index.ts:
--------------------------------------------------------------------------------
1 | export { HelperTextItem, type HelperTextItemProps } from './HelperTextItem'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/PageContainer/index.ts:
--------------------------------------------------------------------------------
1 | export { PageContainer, type PageContainerProps } from './PageContainer'
2 |
--------------------------------------------------------------------------------
/.docs/architecture/dependencies/dependencies.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbee-keeper/rbee/HEAD/.docs/architecture/dependencies/dependencies.png
--------------------------------------------------------------------------------
/bin/10_queen_rbee/ui/app/tsconfig.node.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "@repo/typescript-config/vite.json",
3 | "include": ["vite.config.ts"]
4 | }
5 |
--------------------------------------------------------------------------------
/bin/98_security_crates/auth-min/src/tests/mod.rs:
--------------------------------------------------------------------------------
1 | //! Integration tests for auth-min
2 |
3 | mod hardening;
4 | mod leakage;
5 | mod timing;
6 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/CTARail/index.ts:
--------------------------------------------------------------------------------
1 | export type { CTARailProps } from './CTARail'
2 | export { CTARail } from './CTARail'
3 |
--------------------------------------------------------------------------------
/bin/80-global-worker-catalog/coverage/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbee-keeper/rbee/HEAD/bin/80-global-worker-catalog/coverage/favicon.png
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/GlassCard/index.ts:
--------------------------------------------------------------------------------
1 | export type { GlassCardProps } from './GlassCard'
2 | export { GlassCard } from './GlassCard'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/ListCard/index.ts:
--------------------------------------------------------------------------------
1 | export type { ListCardProps } from './ListCard'
2 | export { ListCard } from './ListCard'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/BlogRoadmap/index.ts:
--------------------------------------------------------------------------------
1 | export { BlogRoadmap, type BlogRoadmapProps, type RoadmapItem } from './BlogRoadmap'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/EarningsCard/index.ts:
--------------------------------------------------------------------------------
1 | export { type EarningRow, EarningsCard, type EarningsCardProps } from './EarningsCard'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/patterns/BeeGlyph/index.ts:
--------------------------------------------------------------------------------
1 | export type { BeeGlyphProps } from './BeeGlyph'
2 | export { BeeGlyph } from './BeeGlyph'
3 |
--------------------------------------------------------------------------------
/bin/00_rbee_keeper/ui/tsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "files": [],
3 | "references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }]
4 | }
5 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/IconButton/index.ts:
--------------------------------------------------------------------------------
1 | export type { IconButtonProps } from './IconButton'
2 | export { IconButton } from './IconButton'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/organisms/WorkerListCard/index.ts:
--------------------------------------------------------------------------------
1 | // TEAM-482: Worker List Card exports
2 | export * from './WorkerListCard'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/BrandLogo/index.ts:
--------------------------------------------------------------------------------
1 | export type { BrandLogoProps } from './BrandLogo'
2 | export { BrandLogo } from './BrandLogo'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/CrateCard/index.ts:
--------------------------------------------------------------------------------
1 | export type { CrateCardProps } from './CrateCard'
2 | export { CrateCard } from './CrateCard'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/LinkGroup/index.ts:
--------------------------------------------------------------------------------
1 | export type { LinkGroupProps } from './LinkGroup'
2 | export { LinkGroup } from './LinkGroup'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/ProvidersCaseCard/index.ts:
--------------------------------------------------------------------------------
1 | export { ProvidersCaseCard, type ProvidersCaseCardProps } from './ProvidersCaseCard'
2 |
--------------------------------------------------------------------------------
/frontend/packages/tailwind-config/postcss.config.js:
--------------------------------------------------------------------------------
1 | export const postcssConfig = {
2 | plugins: {
3 | '@tailwindcss/postcss': {},
4 | },
5 | }
6 |
--------------------------------------------------------------------------------
/rust-toolchain.toml:
--------------------------------------------------------------------------------
1 | [toolchain]
2 | channel = "stable"
3 | components = ["rustfmt", "clippy"]
4 | targets = ["wasm32-wasip1", "wasm32-wasip1-threads"]
5 |
--------------------------------------------------------------------------------
/tools/openapi-client/tests/trybuild.rs:
--------------------------------------------------------------------------------
1 | #[test]
2 | fn ui_passes() {
3 | let t = trybuild::TestCases::new();
4 | t.pass("tests/ui/*.rs");
5 | }
6 |
--------------------------------------------------------------------------------
/bin/10_queen_rbee/ui/app/tsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "files": [],
3 | "references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }]
4 | }
5 |
--------------------------------------------------------------------------------
/bin/20_rbee_hive/ui/app/tsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "files": [],
3 | "references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }]
4 | }
5 |
--------------------------------------------------------------------------------
/frontend/packages/narration-client/src/index.ts:
--------------------------------------------------------------------------------
1 | export * from './bridge'
2 | export * from './config'
3 | export * from './parser'
4 | export * from './types'
5 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/Icons/UIIcons/StarIcon/index.ts:
--------------------------------------------------------------------------------
1 | export type { StarIconProps } from './StarIcon'
2 | export { StarIcon } from './StarIcon'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/DirectLink/index.ts:
--------------------------------------------------------------------------------
1 | export { DirectLink } from './DirectLink'
2 | export type { DirectLinkProps } from './DirectLink'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/FeatureTab/index.ts:
--------------------------------------------------------------------------------
1 | export type { FeatureTabProps } from './FeatureTab'
2 | export { FeatureTab } from './FeatureTab'
3 |
--------------------------------------------------------------------------------
/tests/docker/capabilities.yaml:
--------------------------------------------------------------------------------
1 | # TEAM-282: Empty capabilities cache for testing
2 | last_updated: "2025-01-01T00:00:00Z"
3 | hives: {}
4 | capabilities: {}
5 |
--------------------------------------------------------------------------------
/bin/30_llm_worker_rbee/ui/app/tsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "files": [],
3 | "references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }]
4 | }
5 |
--------------------------------------------------------------------------------
/bin/31_sd_worker_rbee/ui/app/tsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "files": [],
3 | "references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }]
4 | }
5 |
--------------------------------------------------------------------------------
/bin/99_shared_crates/env-config/Cargo.toml:
--------------------------------------------------------------------------------
1 | [package]
2 | name = "env-config"
3 | version = "0.1.0"
4 | edition = "2021"
5 |
6 | [dependencies]
7 | anyhow = "1.0"
8 |
--------------------------------------------------------------------------------
/frontend/apps/user-docs/app/advanced/_meta.ts:
--------------------------------------------------------------------------------
1 | export default {
2 | 'custom-workers': 'Custom Workers',
3 | 'performance-tuning': 'Performance Tuning',
4 | }
5 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/atoms/KeyValuePair/index.ts:
--------------------------------------------------------------------------------
1 | export type { KeyValuePairProps } from './KeyValuePair'
2 | export { KeyValuePair } from './KeyValuePair'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/organisms/CategoryFilterBar/index.ts:
--------------------------------------------------------------------------------
1 | export { CategoryFilterBar, type CategoryFilterBarProps } from './CategoryFilterBar'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/BlogSection/index.ts:
--------------------------------------------------------------------------------
1 | export type { BlogSectionProps } from './BlogSection'
2 | export { BlogSection } from './BlogSection'
3 |
--------------------------------------------------------------------------------
/frontend/packages/react-hooks/src/test-setup.ts:
--------------------------------------------------------------------------------
1 | /**
2 | * TEAM-356: Test setup for @rbee/react-hooks
3 | */
4 |
5 | // Add any global test setup here if needed
6 |
--------------------------------------------------------------------------------
/bin/80-global-worker-catalog/coverage/sort-arrow-sprite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbee-keeper/rbee/HEAD/bin/80-global-worker-catalog/coverage/sort-arrow-sprite.png
--------------------------------------------------------------------------------
/frontend/apps/user-docs/public/vercel.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/assets/images/placeholder.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbee-keeper/rbee/HEAD/frontend/packages/rbee-ui/src/assets/images/placeholder.jpg
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/organisms/ModelCard/index.ts:
--------------------------------------------------------------------------------
1 | // TEAM-401: ModelCard exports
2 | export { ModelCard, type ModelCardProps } from './ModelCard'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/Disclaimer/index.ts:
--------------------------------------------------------------------------------
1 | export type { DisclaimerProps } from './Disclaimer'
2 | export { Disclaimer, default } from './Disclaimer'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/FeatureBadge/index.ts:
--------------------------------------------------------------------------------
1 | export type { FeatureBadgeProps } from './FeatureBadge'
2 | export { FeatureBadge } from './FeatureBadge'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/FilterButton/index.ts:
--------------------------------------------------------------------------------
1 | export type { FilterButtonProps } from './FilterButton'
2 | export { FilterButton } from './FilterButton'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/TimelineStep/index.ts:
--------------------------------------------------------------------------------
1 | export type { TimelineStepProps } from './TimelineStep'
2 | export { TimelineStep } from './TimelineStep'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/BlogCostBreakdown/index.ts:
--------------------------------------------------------------------------------
1 | export { BlogCostBreakdown, type BlogCostBreakdownProps, type CostItem } from './BlogCostBreakdown'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/TimelineCard/index.ts:
--------------------------------------------------------------------------------
1 | export type { TimelineCardProps } from './TimelineCard'
2 | export { TimelineCard } from './TimelineCard'
3 |
--------------------------------------------------------------------------------
/frontend/packages/react-hooks/src/test-setup.d.ts:
--------------------------------------------------------------------------------
1 | /**
2 | * TEAM-356: Test setup for @rbee/react-hooks
3 | */
4 | export {};
5 | //# sourceMappingURL=test-setup.d.ts.map
--------------------------------------------------------------------------------
/frontend/packages/react-hooks/src/test-setup.d.ts.map:
--------------------------------------------------------------------------------
1 | {"version":3,"file":"test-setup.d.ts","sourceRoot":"","sources":["test-setup.ts"],"names":[],"mappings":"AAAA;;GAEG"}
--------------------------------------------------------------------------------
/bin/30_llm_worker_rbee/.gitignore:
--------------------------------------------------------------------------------
1 | # Proof bundles (generated during tests)
2 | .proof_bundle/
3 |
4 | # Machine-specific test configuration (TEAM-007)
5 | .llorch-test.toml
6 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/organisms/HFModelCard/index.ts:
--------------------------------------------------------------------------------
1 | export { HFModelCard } from './HFModelCard'
2 | export type { HFModelCardProps } from './HFModelCard'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/organisms/WorkerCard/index.ts:
--------------------------------------------------------------------------------
1 | // TEAM-401: WorkerCard exports
2 | export { WorkerCard, type WorkerCardProps } from './WorkerCard'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/FeatureHeader/index.ts:
--------------------------------------------------------------------------------
1 | export type { FeatureHeaderProps } from './FeatureHeader'
2 | export { FeatureHeader } from './FeatureHeader'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/assets/images/placeholder-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbee-keeper/rbee/HEAD/frontend/packages/rbee-ui/src/assets/images/placeholder-logo.png
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/assets/images/placeholder-user.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rbee-keeper/rbee/HEAD/frontend/packages/rbee-ui/src/assets/images/placeholder-user.jpg
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/AuditEventItem/index.ts:
--------------------------------------------------------------------------------
1 | export type { AuditEventItemProps } from './AuditEventItem'
2 | export { AuditEventItem } from './AuditEventItem'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/IconCardHeader/index.ts:
--------------------------------------------------------------------------------
1 | export type { IconCardHeaderProps } from './IconCardHeader'
2 | export { IconCardHeader } from './IconCardHeader'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/BlogComparisonTable/index.ts:
--------------------------------------------------------------------------------
1 | export { BlogComparisonTable, type BlogComparisonTableProps, type ComparisonRow } from './BlogComparisonTable'
2 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/providers/index.ts:
--------------------------------------------------------------------------------
1 | /**
2 | * Barrel exports for all providers
3 | */
4 |
5 | export * from './QueryProvider'
6 | export * from './ThemeProvider'
7 |
--------------------------------------------------------------------------------
/frontend/packages/react-hooks/src/test-setup.js.map:
--------------------------------------------------------------------------------
1 | {"version":3,"file":"test-setup.js","sourceRoot":"","sources":["test-setup.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,2CAA2C"}
--------------------------------------------------------------------------------
/frontend/packages/typescript-config/css.d.ts:
--------------------------------------------------------------------------------
1 | // CSS module declarations for TypeScript
2 | declare module '*.css' {
3 | const content: string
4 | export default content
5 | }
6 |
--------------------------------------------------------------------------------
/bin/25_rbee_hive_crates/port-assigner/Cargo.toml:
--------------------------------------------------------------------------------
1 | [package]
2 | name = "port-assigner"
3 | version = "0.1.0"
4 | edition = "2021"
5 |
6 | [dependencies]
7 |
8 | [dev-dependencies]
9 |
--------------------------------------------------------------------------------
/frontend/apps/marketplace/public/_headers:
--------------------------------------------------------------------------------
1 | # https://developers.cloudflare.com/workers/static-assets/headers
2 | /_next/static/*
3 | Cache-Control: public,max-age=31536000,immutable
4 |
--------------------------------------------------------------------------------
/frontend/apps/user-docs/public/_headers:
--------------------------------------------------------------------------------
1 | # https://developers.cloudflare.com/workers/static-assets/headers
2 | /_next/static/*
3 | Cache-Control: public,max-age=31536000,immutable
4 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/BlogHeading/index.ts:
--------------------------------------------------------------------------------
1 | export type { BlogHeadingProps } from './BlogHeading'
2 | export { BlogHeading, blogHeadingVariants } from './BlogHeading'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/LabeledSlider/index.ts:
--------------------------------------------------------------------------------
1 | export type { LabeledSliderProps } from './LabeledSlider'
2 | export { default, LabeledSlider } from './LabeledSlider'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/MarkdownContent/index.ts:
--------------------------------------------------------------------------------
1 | export { MarkdownContent } from './MarkdownContent'
2 | export type { MarkdownContentProps } from './MarkdownContent'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/providers/ThemeProvider/index.ts:
--------------------------------------------------------------------------------
1 | export type { ThemeProviderProps } from './ThemeProvider'
2 | export { ThemeProvider, useTheme } from './ThemeProvider'
3 |
--------------------------------------------------------------------------------
/frontend/packages/react-hooks/src/index.d.ts.map:
--------------------------------------------------------------------------------
1 | {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAGH,cAAc,yBAAyB,CAAA"}
--------------------------------------------------------------------------------
/frontend/apps/user-docs/app/configuration/_meta.ts:
--------------------------------------------------------------------------------
1 | export default {
2 | queen: 'Queen Configuration',
3 | hive: 'Hive Configuration',
4 | security: 'Security Configuration',
5 | }
6 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/molecules/ModelFilesList/index.ts:
--------------------------------------------------------------------------------
1 | export type { ModelFilesListProps } from './ModelFilesList'
2 | export { ModelFilesList } from './ModelFilesList'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/organisms/ModelTable/index.ts:
--------------------------------------------------------------------------------
1 | export type { ModelTableItem, ModelTableProps } from './ModelTable'
2 | export { ModelTable } from './ModelTable'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/BlogList/index.ts:
--------------------------------------------------------------------------------
1 | export type { BlogListProps } from './BlogList'
2 | export { BlogList, blogListItemVariants, blogListVariants } from './BlogList'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/GPUSelector/index.ts:
--------------------------------------------------------------------------------
1 | export type { GPUSelectorModel, GPUSelectorProps } from './GPUSelector'
2 | export { default, GPUSelector } from './GPUSelector'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/patterns/HoneycombPattern/index.ts:
--------------------------------------------------------------------------------
1 | export type { HoneycombPatternProps } from './HoneycombPattern'
2 | export { HoneycombPattern } from './HoneycombPattern'
3 |
--------------------------------------------------------------------------------
/frontend/packages/react-hooks/src/index.js.map:
--------------------------------------------------------------------------------
1 | {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,eAAe;AACf,cAAc,yBAAyB,CAAA"}
--------------------------------------------------------------------------------
/xtask/src/lib.rs:
--------------------------------------------------------------------------------
1 | // TEAM_527: xtask lib crate is now empty; legacy chaos/integration modules were removed.
2 | // TEAM_527: Kept only so binary tests can still compile a library target.
3 |
--------------------------------------------------------------------------------
/xtask/src/release/mod.rs:
--------------------------------------------------------------------------------
1 | // Release management module
2 | // Created by: TEAM-451
3 |
4 | mod cli;
5 | mod tiers;
6 | mod bump_rust;
7 | mod bump_js;
8 |
9 | pub use cli::run;
10 |
--------------------------------------------------------------------------------
/bin/30_llm_worker_rbee/build.rs:
--------------------------------------------------------------------------------
1 | // TEAM-XXX: Generate build metadata using shadow-rs
2 |
3 | fn main() {
4 | shadow_rs::new().expect("Failed to generate shadow-rs build metadata");
5 | }
6 |
--------------------------------------------------------------------------------
/bin/31_sd_worker_rbee/build.rs:
--------------------------------------------------------------------------------
1 | // TEAM-390: Generate build metadata using shadow-rs
2 |
3 | fn main() {
4 | shadow_rs::new().expect("Failed to generate shadow-rs build metadata");
5 | }
6 |
--------------------------------------------------------------------------------
/frontend/apps/marketplace/postcss.config.mjs:
--------------------------------------------------------------------------------
1 | const config = {
2 | plugins: {
3 | '@tailwindcss/postcss': {},
4 | 'postcss-nesting': {},
5 | },
6 | }
7 |
8 | export default config;
9 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/organisms/MarketplaceGrid/index.ts:
--------------------------------------------------------------------------------
1 | export { MarketplaceGrid } from './MarketplaceGrid'
2 | export type { MarketplaceGridProps } from './MarketplaceGrid'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/AuditReadinessCTA/index.ts:
--------------------------------------------------------------------------------
1 | export type { AuditReadinessCTAProps } from './AuditReadinessCTA'
2 | export { AuditReadinessCTA } from './AuditReadinessCTA'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/DevelopmentBanner/index.ts:
--------------------------------------------------------------------------------
1 | export { DevelopmentBanner } from './DevelopmentBanner'
2 | export type { DevelopmentBannerProps } from './DevelopmentBanner'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/FeatureTabContent/index.ts:
--------------------------------------------------------------------------------
1 | export type { FeatureTabContentProps } from './FeatureTabContent'
2 | export { FeatureTabContent } from './FeatureTabContent'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/GPUUtilizationBar/index.ts:
--------------------------------------------------------------------------------
1 | export type { GPUUtilizationBarProps } from './GPUUtilizationBar'
2 | export { GPUUtilizationBar } from './GPUUtilizationBar'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/NavigationActions/index.ts:
--------------------------------------------------------------------------------
1 | export type { NavigationActionsProps } from './NavigationActions'
2 | export { NavigationActions } from './NavigationActions'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/OptionSelector/index.ts:
--------------------------------------------------------------------------------
1 | export type { Option, OptionSelectorProps } from './OptionSelector'
2 | export { default, OptionSelector } from './OptionSelector'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/Tables/MatrixTable/index.ts:
--------------------------------------------------------------------------------
1 | export type { MatrixTableProps, Provider, Row, RowGroup } from './MatrixTable'
2 | export { MatrixTable } from './MatrixTable'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/TechnologyStack/index.ts:
--------------------------------------------------------------------------------
1 | export type { TechItem, TechnologyStackProps } from './TechnologyStack'
2 | export { TechnologyStack } from './TechnologyStack'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/TwoColumnDropdown/index.ts:
--------------------------------------------------------------------------------
1 | export { TwoColumnDropdown } from './TwoColumnDropdown'
2 | export type { TwoColumnDropdownProps } from './TwoColumnDropdown'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/Navigation/index.ts:
--------------------------------------------------------------------------------
1 | export type { NavigationProps } from './Navigation'
2 | export { Navigation } from './Navigation'
3 | export type * from './types'
4 |
--------------------------------------------------------------------------------
/frontend/packages/narration-bridge/src/index.ts:
--------------------------------------------------------------------------------
1 | export * from './parentChild'
2 | export * from './receiver'
3 | export * from './sender'
4 | export * from './types'
5 | export * from './validator'
6 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/molecules/DatasetsUsedCard/index.ts:
--------------------------------------------------------------------------------
1 | export { DatasetsUsedCard } from './DatasetsUsedCard'
2 | export type { DatasetsUsedCardProps } from './DatasetsUsedCard'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/NavigationDropdown/index.ts:
--------------------------------------------------------------------------------
1 | export type { NavigationDropdownProps } from './NavigationDropdown'
2 | export { NavigationDropdown } from './NavigationDropdown'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/test-results/.last-run.json:
--------------------------------------------------------------------------------
1 | {
2 | "status": "failed",
3 | "failedTests": ["425fd4a1e3efec9114ac-05c314409128bded9b0d", "425fd4a1e3efec9114ac-93410814aca328eb14bd"]
4 | }
5 |
--------------------------------------------------------------------------------
/bin/30_llm_worker_rbee/src/http/middleware/mod.rs:
--------------------------------------------------------------------------------
1 | // Created by: TEAM-102
2 | // Purpose: HTTP middleware for llm-worker-rbee
3 |
4 | pub mod auth;
5 |
6 | pub use auth::{auth_middleware, AuthState};
7 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/molecules/ModelMetadataCard/index.ts:
--------------------------------------------------------------------------------
1 | export { ModelMetadataCard } from './ModelMetadataCard'
2 | export type { ModelMetadataCardProps } from './ModelMetadataCard'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/molecules/WidgetDataCard/index.ts:
--------------------------------------------------------------------------------
1 | export { WidgetDataCard } from './WidgetDataCard'
2 | export type { WidgetDataCardProps, WidgetData } from './WidgetDataCard'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/CoverageProgressBar/index.ts:
--------------------------------------------------------------------------------
1 | export type { CoverageProgressBarProps } from './CoverageProgressBar'
2 | export { CoverageProgressBar } from './CoverageProgressBar'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/vite.config.ts:
--------------------------------------------------------------------------------
1 | import tailwindcss from '@tailwindcss/vite'
2 | import { defineConfig } from 'vite'
3 |
4 | export default defineConfig({
5 | plugins: [tailwindcss()],
6 | })
7 |
--------------------------------------------------------------------------------
/rustfmt.toml:
--------------------------------------------------------------------------------
1 | hard_tabs = false
2 | # Ensure 4-space indentation across Rust code
3 | tab_spaces = 4
4 | edition = "2021"
5 | newline_style = "Unix"
6 | max_width = 100
7 | use_small_heuristics = "Max"
8 |
--------------------------------------------------------------------------------
/bin/80-global-worker-catalog/tsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "../../frontend/packages/typescript-config/cloudflare-worker.json",
3 | "compilerOptions": {
4 | "jsxImportSource": "hono/jsx"
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/organisms/CivitAIDetailsCard/index.ts:
--------------------------------------------------------------------------------
1 | export { CivitAIDetailsCard } from './CivitAIDetailsCard'
2 | export type { CivitAIDetailsCardProps } from './CivitAIDetailsCard'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/organisms/CivitAIFileCard/index.ts:
--------------------------------------------------------------------------------
1 | export { CivitAIFileCard } from './CivitAIFileCard'
2 | export type { CivitAIFileCardProps, CivitAIFile } from './CivitAIFileCard'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/organisms/CivitAIStatsHeader/index.ts:
--------------------------------------------------------------------------------
1 | export { CivitAIStatsHeader } from './CivitAIStatsHeader'
2 | export type { CivitAIStatsHeaderProps } from './CivitAIStatsHeader'
3 |
--------------------------------------------------------------------------------
/bin/31_sd_worker_rbee/.gitignore:
--------------------------------------------------------------------------------
1 | # Rust
2 | target/
3 | Cargo.lock
4 |
5 | # Test models
6 | .test-models/
7 | *.safetensors
8 | *.gguf
9 |
10 | # Generated images
11 | *.png
12 | *.jpg
13 | output/
14 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/organisms/CivitAITrainedWords/index.ts:
--------------------------------------------------------------------------------
1 | export { CivitAITrainedWords } from './CivitAITrainedWords'
2 | export type { CivitAITrainedWordsProps } from './CivitAITrainedWords'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/ProvidersSecurityCard/index.ts:
--------------------------------------------------------------------------------
1 | export type { ProvidersSecurityCardProps } from './ProvidersSecurityCard'
2 | export { ProvidersSecurityCard } from './ProvidersSecurityCard'
3 |
--------------------------------------------------------------------------------
/frontend/packages/react-hooks/src/test-setup.js:
--------------------------------------------------------------------------------
1 | /**
2 | * TEAM-356: Test setup for @rbee/react-hooks
3 | */
4 | export {};
5 | // Add any global test setup here if needed
6 | //# sourceMappingURL=test-setup.js.map
--------------------------------------------------------------------------------
/tools/openapi-client/src/lib.rs:
--------------------------------------------------------------------------------
1 | //! OpenAPI client (pre-code). Methods return reqwest::RequestBuilder and do not execute calls.
2 |
3 | #[allow(dead_code)]
4 | pub mod generated;
5 |
6 | pub use generated::*;
7 |
--------------------------------------------------------------------------------
/bin/31_sd_worker_rbee/src/backend/traits/mod.rs:
--------------------------------------------------------------------------------
1 | // TEAM-488: Trait abstractions for clean model architecture
2 |
3 | mod image_model;
4 |
5 | pub use image_model::{GenerationRequest, ImageModel, ModelCapabilities};
6 |
--------------------------------------------------------------------------------
/frontend/packages/react-hooks/src/useSSEWithHealthCheck.test.d.ts.map:
--------------------------------------------------------------------------------
1 | {"version":3,"file":"useSSEWithHealthCheck.test.d.ts","sourceRoot":"","sources":["useSSEWithHealthCheck.test.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG"}
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/playwright-report/data/cd3adf2f4fbacd4888025407c5349fac63866206.md:
--------------------------------------------------------------------------------
1 | # Page snapshot
2 |
3 | ```yaml
4 | - generic [ref=e3]:
5 | - generic [ref=e9]: terminal
6 | - generic [ref=e11]: Content
7 | ```
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/molecules/FilterSearch/index.ts:
--------------------------------------------------------------------------------
1 | // TEAM-476: Filter search exports
2 |
3 | export type { FilterSearchProps } from './FilterSearch'
4 | export { FilterSearch } from './FilterSearch'
5 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/SecurityGuarantees/index.ts:
--------------------------------------------------------------------------------
1 | export type { SecurityGuaranteeStat, SecurityGuaranteesProps } from './SecurityGuarantees'
2 | export { SecurityGuarantees } from './SecurityGuarantees'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/providers/QueryProvider/index.ts:
--------------------------------------------------------------------------------
1 | // TEAM-377: Shared React Query provider
2 |
3 | export type { QueryProviderProps } from './QueryProvider'
4 | export { QueryProvider } from './QueryProvider'
5 |
--------------------------------------------------------------------------------
/bin/31_sd_worker_rbee/src/backend/models/flux/generation/mod.rs:
--------------------------------------------------------------------------------
1 | // TEAM-488: FLUX generation functions
2 | // Split into logical modules for readability
3 |
4 | mod helpers;
5 | mod txt2img;
6 |
7 | pub use txt2img::txt2img;
8 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/molecules/InferenceProvidersCard/index.ts:
--------------------------------------------------------------------------------
1 | export { InferenceProvidersCard } from './InferenceProvidersCard'
2 | export type { InferenceProvidersCardProps } from './InferenceProvidersCard'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/organisms/CivitAIImageGallery/index.ts:
--------------------------------------------------------------------------------
1 | export { CivitAIImageGallery } from './CivitAIImageGallery'
2 | export type { CivitAIImageGalleryProps, CivitAIImage } from './CivitAIImageGallery'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/templates/WorkerDetail/index.ts:
--------------------------------------------------------------------------------
1 | // TEAM-501: Worker detail template exports
2 | export { WorkerDetail } from './WorkerDetail'
3 | export type { WorkerDetailData } from './WorkerDetail'
4 |
--------------------------------------------------------------------------------
/xtask/src/tasks/mod.rs:
--------------------------------------------------------------------------------
1 | pub mod dev_scope; // TEAM_531: Turbo dev scope selector (replaces Python helper)
2 | pub mod rbee;
3 | // TEAM_527: Ancient BDD/CI/regen/worker task modules removed; only rbee wrapper and dev tools remain.
4 |
--------------------------------------------------------------------------------
/frontend/apps/user-docs/wrangler.toml:
--------------------------------------------------------------------------------
1 | # Generated by Wrangler on Sun Nov 09 2025 15:49:04 GMT+0100 (Central European Standard Time)
2 | name = "rbee-user-docs"
3 | compatibility_date = "2025-11-09"
4 |
5 | [env]
6 | production = { }
7 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/__mocks__/index.ts:
--------------------------------------------------------------------------------
1 | // Mock data exports for Storybook stories
2 | // Add mock data files here as needed
3 |
4 | export * from './features'
5 | export * from './pricing'
6 | export * from './testimonials'
7 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/molecules/SidebarFilterItem/index.ts:
--------------------------------------------------------------------------------
1 | export type { SidebarFilterItemProps } from './SidebarFilterItem'
2 | export { SidebarFilterItem, sidebarFilterItemVariants } from './SidebarFilterItem'
3 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/molecules/SortDropdown/index.ts:
--------------------------------------------------------------------------------
1 | // TEAM-476: Sort dropdown exports
2 | export { SortDropdown } from './SortDropdown'
3 | export type { SortDropdownProps, SortOption } from './SortDropdown'
4 |
--------------------------------------------------------------------------------
/frontend/apps/marketplace/app/models/page.tsx:
--------------------------------------------------------------------------------
1 | // TEAM-476: Redirect /models to /models/civitai for MVP
2 | import { redirect } from 'next/navigation'
3 |
4 | export default function ModelsPage() {
5 | redirect('/models/civitai')
6 | }
7 |
--------------------------------------------------------------------------------
/frontend/packages/marketplace-core/src/adapters/gwc/index.ts:
--------------------------------------------------------------------------------
1 | // TEAM-482: Global Worker Catalog (GWC) adapter exports
2 |
3 | export * from './adapter'
4 | export * from './details'
5 | export * from './list'
6 | export * from './types'
7 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/molecules/FilterDropdown/index.ts:
--------------------------------------------------------------------------------
1 | // TEAM-476: Filter dropdown exports
2 | export { FilterDropdown } from './FilterDropdown'
3 | export type { FilterDropdownProps, FilterOption } from './FilterDropdown'
4 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/organisms/FilterBar/index.ts:
--------------------------------------------------------------------------------
1 | // TEAM-401: FilterBar exports
2 | // TEAM-472: Removed FilterChip export (not defined in FilterBar.tsx)
3 | export { FilterBar, type FilterBarProps } from './FilterBar'
4 |
--------------------------------------------------------------------------------
/bin/99_shared_crates/narration-core/src/core/mod.rs:
--------------------------------------------------------------------------------
1 | // TEAM-300: Modular reorganization - Core module
2 | //! Core types and functionality for the narration system
3 |
4 | pub mod types;
5 |
6 | pub use types::{NarrationFields, NarrationLevel};
7 |
--------------------------------------------------------------------------------
/frontend/apps/user-docs/app/reference/_meta.ts:
--------------------------------------------------------------------------------
1 | export default {
2 | licensing: 'Licensing',
3 | 'premium-modules': 'Premium Modules',
4 | 'api-openai-compatible': 'OpenAI-Compatible API',
5 | 'gdpr-compliance': 'GDPR & Compliance',
6 | }
7 |
--------------------------------------------------------------------------------
/frontend/packages/dev-utils/vitest.config.ts:
--------------------------------------------------------------------------------
1 | import { defineConfig } from 'vitest/config'
2 |
3 | export default defineConfig({
4 | test: {
5 | globals: true,
6 | environment: 'jsdom',
7 | pool: 'vmThreads',
8 | },
9 | })
10 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/organisms/HFModelListCard/index.ts:
--------------------------------------------------------------------------------
1 | // TEAM-481: HuggingFace Model List Card exports
2 | export { HFModelListCard } from './HFModelListCard'
3 | export type { HFModelListCardProps } from './HFModelListCard'
4 |
--------------------------------------------------------------------------------
/frontend/packages/narration-client/vitest.config.ts:
--------------------------------------------------------------------------------
1 | import { defineConfig } from 'vitest/config'
2 |
3 | export default defineConfig({
4 | test: {
5 | globals: true,
6 | environment: 'node',
7 | pool: 'vmThreads',
8 | },
9 | })
10 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/constants/index.ts:
--------------------------------------------------------------------------------
1 | // TEAM-XXX RULE ZERO: NO SHIMS!
2 | // Import filter constants directly from @rbee/marketplace-node
3 | // This file only exports UI-specific filter groups
4 | export * from './filter-groups'
5 |
--------------------------------------------------------------------------------
/frontend/packages/shared-config/vitest.config.ts:
--------------------------------------------------------------------------------
1 | import { defineConfig } from 'vitest/config'
2 |
3 | export default defineConfig({
4 | test: {
5 | globals: true,
6 | environment: 'node',
7 | pool: 'vmThreads',
8 | },
9 | })
10 |
--------------------------------------------------------------------------------
/bin/15_queen_rbee_crates/telemetry-registry/src/types.rs:
--------------------------------------------------------------------------------
1 | //! Type re-exports for backward compatibility
2 | //!
3 | //! TEAM-284: Re-export types from hive-contract
4 |
5 | // Re-export from hive-contract for convenience
6 | pub use hive_contract::HiveInfo;
7 |
--------------------------------------------------------------------------------
/bin/25_rbee_hive_crates/vram-checker/src/lib.rs:
--------------------------------------------------------------------------------
1 | //! VRAM checker for rbee-hive
2 | //!
3 | //! This crate provides VRAM availability checking and admission control
4 | //! for GPU devices to ensure models can be loaded.
5 |
6 | // Placeholder implementation
7 |
--------------------------------------------------------------------------------
/frontend/packages/narration-bridge/vitest.config.ts:
--------------------------------------------------------------------------------
1 | import { defineConfig } from 'vitest/config'
2 |
3 | export default defineConfig({
4 | test: {
5 | globals: true,
6 | environment: 'jsdom',
7 | pool: 'vmThreads',
8 | },
9 | })
10 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/.storybook/preview-head.html:
--------------------------------------------------------------------------------
1 |
8 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/playwright-report/data/647dcd396e01aab128bd88a398ac34fbc3bf528d.md:
--------------------------------------------------------------------------------
1 | # Page snapshot
2 |
3 | ```yaml
4 | - generic [ref=e3]:
5 | - generic [ref=e9]: terminal
6 | - generic [ref=e11]: $ rbee-keeper infer --model llama-3.1-70b
7 | ```
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/ArchitectureHighlights/index.ts:
--------------------------------------------------------------------------------
1 | export type {
2 | ArchitectureHighlight,
3 | ArchitectureHighlightsProps,
4 | } from './ArchitectureHighlights'
5 | export { ArchitectureHighlights } from './ArchitectureHighlights'
6 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/organisms/EarningsBreakdownCard/index.ts:
--------------------------------------------------------------------------------
1 | export type {
2 | EarningsBreakdownProps,
3 | EarningsBreakdownRow,
4 | } from './EarningsBreakdownCard'
5 | export { default, EarningsBreakdownCard } from './EarningsBreakdownCard'
6 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/test/setup.ts:
--------------------------------------------------------------------------------
1 | import { cleanup } from '@testing-library/react'
2 | import { afterEach } from 'vitest'
3 | import '@testing-library/jest-dom/vitest'
4 |
5 | // Cleanup after each test
6 | afterEach(() => {
7 | cleanup()
8 | })
9 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/test-results/molecules-Developers-Termi-e2ede-ndow-has-traffic-light-dots-chromium/error-context.md:
--------------------------------------------------------------------------------
1 | # Page snapshot
2 |
3 | ```yaml
4 | - generic [ref=e3]:
5 | - generic [ref=e9]: terminal
6 | - generic [ref=e11]: Content
7 | ```
--------------------------------------------------------------------------------
/.runtime/engines/"gpu-0"-r0.json:
--------------------------------------------------------------------------------
1 | {
2 | "device_mask": "GPU0",
3 | "engine_version": "llamacpp-test-v1",
4 | "pool_id": "\"gpu-0\"",
5 | "replica_id": "r0",
6 | "slots_free": 4,
7 | "slots_total": 4,
8 | "url": "http://127.0.0.1:9999"
9 | }
10 |
--------------------------------------------------------------------------------
/.runtime/engines/new-pool-r0.json:
--------------------------------------------------------------------------------
1 | {
2 | "device_mask": "GPU0",
3 | "engine_version": "llamacpp-test-v1",
4 | "pool_id": "new-pool",
5 | "replica_id": "r0",
6 | "slots_free": 4,
7 | "slots_total": 4,
8 | "url": "http://127.0.0.1:9999"
9 | }
10 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/organisms/UniversalFilterBar/index.ts:
--------------------------------------------------------------------------------
1 | // TEAM-423: Universal filter bar exports
2 |
3 | export type { UniversalFilterBarProps } from './UniversalFilterBar'
4 | export { UniversalFilterBar } from './UniversalFilterBar'
5 |
--------------------------------------------------------------------------------
/.cargo/config.toml:
--------------------------------------------------------------------------------
1 | [alias]
2 | xtask = "run -p xtask --"
3 | dev = "xtask dev:loop"
4 | regen = "xtask regen"
5 | pact-verify = "xtask pact:verify"
6 | det = "xtask ci:determinism"
7 | haiku-cpu = "xtask ci:haiku:cpu"
8 | docs-index = "run -p tools-readme-index --"
9 |
--------------------------------------------------------------------------------
/.runtime/engines/"gpu-0"-"r1".json:
--------------------------------------------------------------------------------
1 | {
2 | "device_mask": "GPU0",
3 | "engine_version": "llamacpp-test-v1",
4 | "pool_id": "\"gpu-0\"",
5 | "replica_id": "\"r1\"",
6 | "slots_free": 4,
7 | "slots_total": 4,
8 | "url": "http://127.0.0.1:9999"
9 | }
10 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/molecules/FilterMultiSelect/index.ts:
--------------------------------------------------------------------------------
1 | // TEAM-476: Filter multi-select exports
2 | export { FilterMultiSelect } from './FilterMultiSelect'
3 | export type { FilterMultiSelectProps, MultiSelectOption } from './FilterMultiSelect'
4 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/CommissionStructureCard/index.ts:
--------------------------------------------------------------------------------
1 | export type {
2 | CommissionExample,
3 | CommissionStructureCardProps,
4 | } from './CommissionStructureCard'
5 | export { CommissionStructureCard, default } from './CommissionStructureCard'
6 |
--------------------------------------------------------------------------------
/bin/31_sd_worker_rbee/.plan/.archive/TEAM_488_SD_MIGRATION.md:
--------------------------------------------------------------------------------
1 | # TEAM-488: SD Migration In Progress
2 |
3 | Migrating generation.rs → stable_diffusion/generator.rs
4 | Migrating model_loader.rs → stable_diffusion/loader.rs
5 |
6 | Status: Working silently until complete.
7 |
--------------------------------------------------------------------------------
/bin/99_shared_crates/narration-core/src/taxonomy/mod.rs:
--------------------------------------------------------------------------------
1 | // TEAM-300: Modular reorganization - Taxonomy module
2 | //! Taxonomy of actors and actions for the narration system
3 |
4 | pub mod actions;
5 | pub mod actors;
6 |
7 | pub use actions::*;
8 | pub use actors::*;
9 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/molecules/BlogDefinitionList/index.ts:
--------------------------------------------------------------------------------
1 | export { BlogDefinitionList, blogDefinitionListVariants, blogDefinitionItemVariants } from './BlogDefinitionList'
2 | export type { BlogDefinitionListProps, BlogDefinitionItem } from './BlogDefinitionList'
3 |
--------------------------------------------------------------------------------
/frontend/apps/user-docs/app/getting-started/_meta.ts:
--------------------------------------------------------------------------------
1 | export default {
2 | installation: 'Installation',
3 | 'single-machine': 'Single Machine',
4 | homelab: 'Homelab & Power Users',
5 | 'gpu-providers': 'GPU Providers & Platforms',
6 | academic: 'Academic & Research',
7 | }
8 |
--------------------------------------------------------------------------------
/frontend/packages/env-config/tsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "@repo/typescript-config/library.json",
3 | "compilerOptions": {
4 | "rootDir": "./src",
5 | "outDir": "./dist"
6 | },
7 | "include": ["src/**/*"],
8 | "exclude": ["node_modules", "dist"]
9 | }
10 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/templates/WorkerListTemplate/index.ts:
--------------------------------------------------------------------------------
1 | // TEAM-401: WorkerListTemplate exports
2 | export { WorkerListTemplate } from './WorkerListTemplate'
3 | export { defaultWorkerSortOptions, type WorkerListTemplateProps } from './WorkerListTemplateProps'
4 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/tsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "@repo/typescript-config/library-react.json",
3 | "compilerOptions": {
4 | "rootDir": "./src",
5 | "outDir": "./dist"
6 | },
7 | "include": ["src/**/*"],
8 | "exclude": ["node_modules", "dist"]
9 | }
10 |
--------------------------------------------------------------------------------
/frontend/packages/shared-config/tsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "@repo/typescript-config/library.json",
3 | "compilerOptions": {
4 | "rootDir": "./src",
5 | "outDir": "./dist"
6 | },
7 | "include": ["src/**/*"],
8 | "exclude": ["node_modules", "dist"]
9 | }
10 |
--------------------------------------------------------------------------------
/bin/31_sd_worker_rbee/src/jobs/types.rs:
--------------------------------------------------------------------------------
1 | // TEAM-487: Shared types for job handlers
2 |
3 | use serde::Serialize;
4 |
5 | /// Response from job creation
6 | #[derive(Debug, Serialize)]
7 | pub struct JobResponse {
8 | pub job_id: String,
9 | pub sse_url: String,
10 | }
11 |
--------------------------------------------------------------------------------
/frontend/packages/dev-utils/tsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "@repo/typescript-config/library-react.json",
3 | "compilerOptions": {
4 | "rootDir": "./src",
5 | "outDir": "./dist"
6 | },
7 | "include": ["src/**/*"],
8 | "exclude": ["node_modules", "dist"]
9 | }
10 |
--------------------------------------------------------------------------------
/frontend/packages/eslint-config/.gitignore:
--------------------------------------------------------------------------------
1 | # TEAM-294: Ignore build artifacts and dependencies
2 |
3 | # Dependencies
4 | node_modules/
5 |
6 | # Build outputs
7 | dist/
8 | *.tsbuildinfo
9 |
10 | # IDE
11 | .vscode/
12 | .idea/
13 |
14 | # OS
15 | .DS_Store
16 | Thumbs.db
17 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/test-results/molecules-Developers-Termi-4022b--content-has-monospace-font-chromium/error-context.md:
--------------------------------------------------------------------------------
1 | # Page snapshot
2 |
3 | ```yaml
4 | - generic [ref=e3]:
5 | - generic [ref=e9]: terminal
6 | - generic [ref=e11]: $ rbee-keeper infer --model llama-3.1-70b
7 | ```
--------------------------------------------------------------------------------
/frontend/packages/react-hooks/tsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "@repo/typescript-config/library-react.json",
3 | "compilerOptions": {
4 | "rootDir": "./src",
5 | "outDir": "./dist"
6 | },
7 | "include": ["src/**/*"],
8 | "exclude": ["node_modules", "dist"]
9 | }
10 |
--------------------------------------------------------------------------------
/frontend/packages/sdk-loader/tsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "@repo/typescript-config/library-react.json",
3 | "compilerOptions": {
4 | "rootDir": "./src",
5 | "outDir": "./dist"
6 | },
7 | "include": ["src/**/*"],
8 | "exclude": ["node_modules", "dist"]
9 | }
10 |
--------------------------------------------------------------------------------
/frontend/packages/tailwind-config/.gitignore:
--------------------------------------------------------------------------------
1 | # TEAM-294: Ignore build artifacts and dependencies
2 |
3 | # Dependencies
4 | node_modules/
5 |
6 | # Build outputs
7 | dist/
8 | *.tsbuildinfo
9 |
10 | # IDE
11 | .vscode/
12 | .idea/
13 |
14 | # OS
15 | .DS_Store
16 | Thumbs.db
17 |
--------------------------------------------------------------------------------
/frontend/packages/vite-config/.gitignore:
--------------------------------------------------------------------------------
1 | # TEAM-294: Ignore build artifacts and dependencies
2 |
3 | # Dependencies
4 | node_modules/
5 |
6 | # Build outputs
7 | dist/
8 | *.tsbuildinfo
9 |
10 | # IDE
11 | .vscode/
12 | .idea/
13 |
14 | # OS
15 | .DS_Store
16 | Thumbs.db
17 |
--------------------------------------------------------------------------------
/bin/31_sd_worker_rbee/src/device.rs:
--------------------------------------------------------------------------------
1 | // TEAM-390: Device management for SD worker
2 | //
3 | // Re-exports device management from shared-worker-rbee.
4 | // All workers use the same device initialization logic.
5 |
6 | // Re-export from shared crate
7 | pub use shared_worker_rbee::device::*;
8 |
--------------------------------------------------------------------------------
/bin/99_shared_crates/ssh-config-parser/Cargo.toml:
--------------------------------------------------------------------------------
1 | # TEAM-365: Created by TEAM-365
2 | [package]
3 | name = "ssh-config-parser"
4 | version = "0.1.0"
5 | edition = "2021"
6 |
7 | [dependencies]
8 | anyhow = "1.0"
9 | whoami = "1.5"
10 |
11 | [dev-dependencies]
12 | tempfile = "3.8"
13 |
--------------------------------------------------------------------------------
/frontend/packages/marketplace-core/tsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "@repo/typescript-config/library-react.json",
3 | "compilerOptions": {
4 | "rootDir": "./src",
5 | "outDir": "./dist"
6 | },
7 | "include": ["src/**/*"],
8 | "exclude": ["node_modules", "dist"]
9 | }
10 |
--------------------------------------------------------------------------------
/frontend/packages/narration-bridge/tsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "@repo/typescript-config/library-react.json",
3 | "compilerOptions": {
4 | "rootDir": "./src",
5 | "outDir": "./dist"
6 | },
7 | "include": ["src/**/*"],
8 | "exclude": ["node_modules", "dist"]
9 | }
10 |
--------------------------------------------------------------------------------
/frontend/packages/narration-client/tsconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "extends": "@repo/typescript-config/library-react.json",
3 | "compilerOptions": {
4 | "rootDir": "./src",
5 | "outDir": "./dist"
6 | },
7 | "include": ["src/**/*"],
8 | "exclude": ["node_modules", "dist"]
9 | }
10 |
--------------------------------------------------------------------------------
/frontend/packages/typescript-config/.gitignore:
--------------------------------------------------------------------------------
1 | # TEAM-294: Ignore build artifacts and dependencies
2 |
3 | # Dependencies
4 | node_modules/
5 |
6 | # Build outputs
7 | dist/
8 | *.tsbuildinfo
9 |
10 | # IDE
11 | .vscode/
12 | .idea/
13 |
14 | # OS
15 | .DS_Store
16 | Thumbs.db
17 |
--------------------------------------------------------------------------------
/frontend/packages/typescript-config/cloudflare-pages.json:
--------------------------------------------------------------------------------
1 | {
2 | "$schema": "https://json.schemastore.org/tsconfig",
3 | "display": "Cloudflare Pages (Next.js)",
4 | "extends": "./nextjs.json",
5 | "compilerOptions": {
6 | "types": ["node", "@cloudflare/workers-types"]
7 | }
8 | }
9 |
--------------------------------------------------------------------------------
/bin/20_rbee_hive/ui/packages/rbee-hive-sdk/.gitignore:
--------------------------------------------------------------------------------
1 | # TEAM-294: Ignore build artifacts and dependencies
2 |
3 | # Dependencies
4 | node_modules/
5 |
6 | # Build outputs
7 | dist/
8 | *.tsbuildinfo
9 |
10 | # IDE
11 | .vscode/
12 | .idea/
13 |
14 | # OS
15 | .DS_Store
16 | Thumbs.db
17 |
--------------------------------------------------------------------------------
/bin/10_queen_rbee/ui/packages/queen-rbee-react/.gitignore:
--------------------------------------------------------------------------------
1 | # TEAM-294: Ignore build artifacts and dependencies
2 |
3 | # Dependencies
4 | node_modules/
5 |
6 | # Build outputs
7 | dist/
8 | *.tsbuildinfo
9 |
10 | # IDE
11 | .vscode/
12 | .idea/
13 |
14 | # OS
15 | .DS_Store
16 | Thumbs.db
17 |
--------------------------------------------------------------------------------
/bin/10_queen_rbee/ui/packages/queen-rbee-sdk/.gitignore:
--------------------------------------------------------------------------------
1 | # TEAM-294: Ignore build artifacts and dependencies
2 |
3 | # Dependencies
4 | node_modules/
5 |
6 | # Build outputs
7 | dist/
8 | *.tsbuildinfo
9 |
10 | # IDE
11 | .vscode/
12 | .idea/
13 |
14 | # OS
15 | .DS_Store
16 | Thumbs.db
17 |
--------------------------------------------------------------------------------
/bin/20_rbee_hive/ui/packages/rbee-hive-react/.gitignore:
--------------------------------------------------------------------------------
1 | # TEAM-294: Ignore build artifacts and dependencies
2 |
3 | # Dependencies
4 | node_modules/
5 |
6 | # Build outputs
7 | dist/
8 | *.tsbuildinfo
9 |
10 | # IDE
11 | .vscode/
12 | .idea/
13 |
14 | # OS
15 | .DS_Store
16 | Thumbs.db
17 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/playwright/index.tsx:
--------------------------------------------------------------------------------
1 | /**
2 | * Playwright Component Testing Setup
3 | *
4 | * Imports globals.css which includes theme-tokens.css with all CSS variables.
5 | * No inline variable injection needed - they're built into the CSS.
6 | */
7 | import '../src/tokens/globals.css'
8 |
--------------------------------------------------------------------------------
/bin/30_llm_worker_rbee/ui/packages/llm-worker-react/.gitignore:
--------------------------------------------------------------------------------
1 | # TEAM-294: Ignore build artifacts and dependencies
2 |
3 | # Dependencies
4 | node_modules/
5 |
6 | # Build outputs
7 | dist/
8 | *.tsbuildinfo
9 |
10 | # IDE
11 | .vscode/
12 | .idea/
13 |
14 | # OS
15 | .DS_Store
16 | Thumbs.db
17 |
--------------------------------------------------------------------------------
/bin/30_llm_worker_rbee/ui/packages/llm-worker-sdk/.gitignore:
--------------------------------------------------------------------------------
1 | # TEAM-294: Ignore build artifacts and dependencies
2 |
3 | # Dependencies
4 | node_modules/
5 |
6 | # Build outputs
7 | dist/
8 | *.tsbuildinfo
9 |
10 | # IDE
11 | .vscode/
12 | .idea/
13 |
14 | # OS
15 | .DS_Store
16 | Thumbs.db
17 |
--------------------------------------------------------------------------------
/frontend/apps/marketplace/lib/env.ts:
--------------------------------------------------------------------------------
1 | // TEAM-476: Re-export shared environment configuration
2 | // All environment logic is now in @rbee/env-config package
3 |
4 | export type { Environment, URLs } from '@rbee/env-config'
5 | export { corsOrigins, env, isDev, isProd, PORTS, urls } from '@rbee/env-config'
6 |
--------------------------------------------------------------------------------
/frontend/apps/user-docs/lib/env.ts:
--------------------------------------------------------------------------------
1 | // TEAM-457: Re-export shared environment configuration
2 | // All environment logic is now in @rbee/env-config package
3 |
4 | export type { Environment, URLs } from '@rbee/env-config'
5 | export { corsOrigins, env, isDev, isProd, PORTS, urls } from '@rbee/env-config'
6 |
--------------------------------------------------------------------------------
/frontend/packages/rbee-ui/src/marketplace/templates/CivitAIModelDetail/index.ts:
--------------------------------------------------------------------------------
1 | export { CivitAIModelDetail } from './CivitAIModelDetail'
2 | export type { CivitAIModelDetailProps } from './CivitAIModelDetail'
3 | // Note: CivitAIFile and CivitAIImage are exported from their respective organism components
4 |
--------------------------------------------------------------------------------
/bin/30_llm_worker_rbee/ui/app/src/main.tsx:
--------------------------------------------------------------------------------
1 | import { StrictMode } from 'react'
2 | import { createRoot } from 'react-dom/client'
3 | import './index.css'
4 | import App from './App.tsx'
5 |
6 | createRoot(document.getElementById('root')!).render(
7 |
{subtitle}
15 |