Danielmiessler Fabric Versions Save

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.

1.4.0

2 weeks ago

Added the ability to build on previous conversations using context.

v1.3.0

1 month ago

Multiple installer enhancements and utility upgrades.

1.2.0

1 month ago
  • The installer now uses pipx instead of a ./setup.sh bash script.
  • Updated instructions
  • Added another introduction video by Matthew Berman
  • Added multiple new patterns

v1.1.3

2 months ago

Multiple enhancements for additional models and easier installation process.

v1.1.2

2 months ago

Updated setup.sh and --update flags to make a more fluid install.

  • Improved setup.sh to fix a bug with writing to shell conf files
  • Fixed alias creation so that you can use pattern name without using fabric -p

v1.1.1

2 months ago

Updates install method and instructions.

v1.1.0

2 months ago

This release updates the installation process to use Poetry combined with an elegant ./setup.sh script that does all the work for you.

  • Migrates to Poetry
  • Simplifies Poetry install using curl install
  • Handles everything else via ./setup.sh

v1.0.0

3 months ago

This is the first release of Fabric. Features include:

  1. Multiple patterns (prompts) under /patterns.
  2. A working client under /client.
  3. Working Mill (server) code under /server/.