• Your Name's avatar
    Remove all duplicate class definitions from coderai · a6907dd6
    Your Name authored
    Removed ~2050 lines of duplicate code:
    - Pydantic models (ToolFunction, Tool, ChatMessage, etc.) - now from codai.pydantic
    - ModelParserAdapter, ToolCallParser - now from codai.models
    - NvidiaBackend, VulkanBackend - now from codai.backends
    - All other duplicates removed
    
    Now coderai properly imports all classes from codai modules.
    a6907dd6
Name
Last commit
Last update
..
cache Loading commit data...
__init__.py Loading commit data...
capabilities.py Loading commit data...
manager.py Loading commit data...
parser.py Loading commit data...
parsers.py~ Loading commit data...
templates.py Loading commit data...
utils.py Loading commit data...