Merge pull request #374 from fureigh/fix-praisonai-reference

Disentangle PraisonAI references in README
This commit is contained in:
Daniel Miessler 2024-05-10 20:16:41 -07:00 committed by GitHub
commit 42f58b47eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -472,7 +472,7 @@ The content features a conversation between two individuals discussing various t
You can also use Custom Patterns with Fabric, meaning Patterns you keep locally and don't upload to Fabric. You can also use Custom Patterns with Fabric, meaning Patterns you keep locally and don't upload to Fabric.
One possible place to store PraisonAI with fabric. For more information about this amazing project please visit https://github.com/MervinPraison/PraisonAIthem is `~/.config/custom-fabric-patterns`. One possible place to store them is `~/.config/custom-fabric-patterns`.
Then when you want to use them, simply copy them into `~/.config/fabric/patterns`. Then when you want to use them, simply copy them into `~/.config/fabric/patterns`.
@ -488,13 +488,15 @@ pbpaste | fabric -p your_custom_pattern
## Agents ## Agents
NEW FEATURE! We have incorporated PraisonAI with fabric. For more information about this amazing project please visit https://github.com/MervinPraison/PraisonAI. This feature CREATES AI agents and then uses them to perform a task NEW FEATURE! We have incorporated (PraisonAI)[https://github.com/MervinPraison/PraisonAI] into Fabric. This feature creates AI agents and then uses them to perform a task.
```bash ```bash
echo "Search for recent articles about the future of AI and write me a 500 word essay on the findings" | fabric --agents echo "Search for recent articles about the future of AI and write me a 500-word essay on the findings" | fabric --agents
``` ```
This feature works with all openai and ollama models but does NOT work with claude. You can specify your model with the -m flag This feature works with all OpenAI and Ollama models but does NOT work with Claude. You can specify your model with the -m flag.
For more information about this amazing project, please visit https://github.com/MervinPraison/PraisonAI.
## Helper Apps ## Helper Apps