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
      • 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
Sleeping

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