Craft Agents icon

Craft Agents 0.12.0

AI assistant for connecting and working across data sources

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    craft-agents # Craft Agents
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    craft-agents # Craft Agents
  ];
}

Package Definition

{
  "pname": "craft-agents",
  "version": "0.12.0",
  "src": {
    "url": "https://github.com/lukilabs/craft-agents-oss/releases/download/v0.12.0/Craft-Agents-0.12.0-mac-arm64.dmg",
    "sha256": "448adc6c1e2c6960d96441db721905230e30421de1f0824e6d9ad994b5a19ae2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Craft Agents.app\" && cp -r \"Craft Agents.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "AI assistant for connecting and working across data sources",
    "homepage": "https://agents.craft.do/"
  }
}