How to Create Custom Fabric Patterns

preview_player
Показать описание
A quick tutorial on how to create custom Patterns (AI Prompts) using the Fabric framework.

The Fabric Project:

Follow on X:

Follow my work:

Become a UL Member:
Рекомендации по теме
Комментарии
Автор

Here’s a quick reference:

PART 1. CREATE NEW PATTERN
cd ~/.config/
mkdir -p
cd
touch system.md
nano system.md
cp -a ~/.config/fabric/patterns

PART 2. VERIFY IT’S THERE
cd ~/.config/fabric/patterns
ls

PART 3. USE IT
pbpaste | fabric -p your_pattern -s

cpatocybersecurity
Автор

Thanks for this tutorial Daniel! Follow-up question: Will my custom Fabric pattern be deleted when I refresh my local repo?

kipboyle
Автор

I'm really excited to start creating custom patterns, but is there any way to include steps for function calling, api calls, etc?

uncleebenezer
Автор

Good stuff! I noticed your Github repository on Fabric contains code for a couple of GUI interfaces. Do you have any video on how those look and work by chance? Also, I see that you are now integrating agents via PraisonAI. Are there any tutorials on this as well? Thanks! 👍

mikew
Автор

hey how can I integrate local or other models through api

onlineinformation
Автор

Thanks for the video, I have been trying to work a custom pattern. A couple of questions, the system.md file needs to be created from the terminal right as you showed, and the second the copy and paste also needs to be run from the environment using fabric in order to make the patter show and work (UPDATE) With your tutorial I am able to use my custom pattern!! thanks for the video Daniel!!

omarmorales
Автор

Daniel, I can't stop using or thinking about how to integrate fabric in other applications.Human augmentation is groundbreaking stuff. Thank you, Sir.🎉

BJJHO
Автор

I have an error after trying to use a custom pattern, I run the command to copy to the patterns directory but in the terminal it shows me this: pattern not found. And the pattern is listed above in the dir. so I'm going crazy hahaha. Somebody can help me please?

LucaPasquali-fggx