NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
16.42k stars 12.92k forks source link

Package request: fabric-ai #320031

Open Isomorph70 opened 2 weeks ago

Isomorph70 commented 2 weeks ago

fabric is an open-source framework for augmenting humans using AI.

Fabric was created to address this by enabling everyone to granularly apply AI to everyday challenges.

fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.

Metadata ai work augmentation flourishing cli


Add a :+1: reaction to issues you find important.

Isomorph70 commented 2 weeks ago

https://github.com/danielmiessler/fabric/issues/548

Isomorph70 commented 4 days ago

https://github.com/danielmiessler/fabric/issues/576

Charging1948 commented 4 days ago

They are currently doing a rewrite in Golang, and are almost done with it. Perhaps a good idea to wait until the Golang-Rewrite is available:

May 23, 2024 — We will be switching Fabric to Go in a few weeks to avoid all the installation issues with Python. The Go version will be dead-simple to install and will be even faster. Plus easier to update. We already have it working thanks to the heroic efforts of xssdoctor, and we're just working on testing now! Stay tuned for more info on the release date!

Right below Table of Contents in README.md: https://github.com/danielmiessler/fabric

Isomorph70 commented 2 days ago

pbcopy and pbpaste are helper apps, the functionality can be replicated by adding these lines to configuration.nix

environment.interactiveShellInit = '' alias pbcopy='xsel --input --clipboard' alias pbpaste='xsel --output --clipboard' '';