Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Spaces:
CallMeDaniel
/
neuralcad
Running

App Files Files Community
Fetching metadata from the HF Docker repository...
neuralcad / core
Ctrl+K
Ctrl+K
  • 4 contributors
History: 17 commits
CallMeDaniel's picture
CallMeDaniel
refactor: remove duplicate AgentResponse/ChatResult dataclasses from core/types
6657e32 3 months ago
  • __init__.py
    0 Bytes
    refactor: reorganize codebase into core/, server/, agents/ packages 3 months ago
  • backend_factory.py
    1.82 kB
    feat: add BackendFactory registry for centralized backend creation 3 months ago
  • backends.py
    26 kB
    refactor: config-drive all backends, use LLMBackend ABC from types 3 months ago
  • cadquery_prompts.py
    5.03 kB
    refactor: reorganize codebase into core/, server/, agents/ packages 3 months ago
  • cam.py
    6.42 kB
    refactor: add ToolConfig pydantic model, replace tool_config dicts 3 months ago
  • executor.py
    5.72 kB
    feat: add 3MF export and /api/models/{name}.3mf endpoint 3 months ago
  • pipeline.py
    6.51 kB
    refactor: convert PipelineResult from dataclass to Pydantic BaseModel 3 months ago
  • types.py
    1.31 kB
    refactor: remove duplicate AgentResponse/ChatResult dataclasses from core/types 3 months ago
  • utils.py
    367 Bytes
    refactor: extract derive_part_name, remove dead code from prompts.py 3 months ago
  • validator.py
    7.56 kB
    refactor: eliminate all Serializer classes, use Pydantic model_dump() directly 3 months ago