Jim Manico
f1c4c60469
Update README.md
...
Small cleanup suggestion
2024-09-06 14:47:09 +02:00
Daniel Miessler
2343eaa3a3
Added comment analysis due to a request in Jason Haddix's AI class.
2024-09-06 00:52:47 -07:00
CJones-Optics
e1d9bd599a
Add a pattern for extracting minutes from a transcribed meeting
2024-09-05 08:57:44 +10:00
NerdyPunkDad
731e800177
Update user.md to match current CLI
...
Update this pattern to match the current fabric command line options Remove --agents, add -S as an alternative to --setup, and replace -c with -C to align with the current cli interface.
2024-09-03 18:39:59 -07:00
NerdyPunkDad
44d47395cc
Update README.md
2024-09-03 18:20:18 -07:00
NerdyPunkDad
4e82b27424
Describe CLI changes / Update README.md
2024-09-03 18:07:02 -07:00
David
5da056b87a
update: add env variable info for Apple Silicon
...
-Updated the readme with env variables for Apple Silicon based mac
as the path for Brew installed apps is different there.
2024-09-03 21:00:59 +01:00
Rudi Bruchez
272b21237c
OpenRouter Vendor
2024-09-03 18:23:01 +02:00
Rudi Bruchez
824e2eb190
OpenRouter Vendor
2024-09-03 18:19:33 +02:00
NeP
29f9de7f56
feat: add SiliconCloud support
2024-09-03 22:11:57 +08:00
Eugen Eisler
1ef492449d
feat: add support for pattern variables
2024-09-03 15:17:25 +02:00
Eugen Eisler
7103c9adf6
feat: add support for pattern variables
2024-09-03 15:17:22 +02:00
Eugen Eisler
d6552f5811
feat: add support for pattern variables
2024-09-03 15:13:03 +02:00
Eugen Eisler
a921b77f5a
Merge pull request #892 from kanaqsasak/add_dry_run
...
Add dry run
2024-09-03 11:07:36 +02:00
Azwar Tamim
fb9bb89da7
Merge branch 'danielmiessler:main' into add_dry_run
2024-09-03 12:39:28 +07:00
Daniel Miessler
502cdfeb9b
Added extract primary problem.
2024-09-02 12:55:34 -07:00
Daniel Miessler
660b31aed5
Added extract primary problem.
2024-09-02 12:53:59 -07:00
Daniel Miessler
c76564b85c
Added extract primary problem.
2024-09-02 12:51:36 -07:00
Azwar Tamim
33632030f6
Revert unneeded DryRun Vendor registration
2024-09-02 14:41:39 +07:00
Azwar Tamim
e26d72c2f0
Merge branch 'main' into add_dry_run
2024-09-01 13:53:38 +07:00
Azwar Tamim
feabd565dc
Refactor dry run to DryRun Vendor
2024-09-01 13:44:56 +07:00
Randall Degges
19cd12029e
Adding new pattern: analyze_product_feedback
.
...
This pattern allows you to summarize, rate, and deduplicate feedback
about products. It's very helpful for anyone working in product
management, engineering, etc.
2024-08-29 10:34:23 -07:00
Eugen Eisler
9b8871f25b
Merge pull request #891 from songzhibin97/patch-1
...
fix: usage with deprecated elements
2024-08-29 19:07:51 +02:00
Eugen Eisler
5f773396df
Merge pull request #881 from ALX99/propagate-ctx
...
refactor: accept context as parameter of Vendor.Send
2024-08-29 19:06:14 +02:00
Daniel Miessler
730366aa5f
Merge branch 'main' of github.com:danielmiessler/fabric
2024-08-29 09:56:30 -07:00
Eugen Eisler
1bf8aa65c1
Merge pull request #872 from ALX99/fix-error-shadowing
...
fix: shadowing original error
2024-08-29 18:56:21 +02:00
Daniel Miessler
a4b7364230
Updated interviwer analysis.
2024-08-29 09:56:16 -07:00
Ian
7079c9cb23
Add MIT license file
2024-08-29 13:49:02 +00:00
Azwar Tamim
7d3bf8c3a2
Fix dry run
2024-08-29 15:46:48 +07:00
Bin
e7fd450dad
fix: usage with deprecated elements
2024-08-29 16:08:55 +08:00
Randall Degges
b025e69875
Merge branch 'main' into create_recursive_outline
2024-08-28 12:16:29 -07:00
Azwar Tamim
4006f3f417
Add dry run
2024-08-28 21:50:06 +07:00
Daniel Miessler
25845f5d5a
Updated sales analysis.
2024-08-27 10:49:32 -07:00
Daniel Miessler
a259bd30cb
Added analyze sales call.
2024-08-27 10:33:44 -07:00
ALX99
21f4b5f774
refactor: accept context as parameter of Vendor.Send
...
In golang, contexts should be propagated downwards in order to be able
to provide features such as cancellation.
This commit refactors the Vendor interface to accept a context as a
first parameter so that it can be propagated downwards.
2024-08-26 19:38:18 +09:00
Randall Degges
83a1fd104d
Merge branch 'main' into create_recursive_outline
2024-08-25 18:47:05 -07:00
Daniel Miessler
ef4cfa94de
Added create_story_explanation.
2024-08-24 21:06:05 -07:00
Daniel Miessler
0d3c2749f1
Added create_story_explanation.
2024-08-24 20:57:01 -07:00
Daniel Miessler
206254ea6d
Added create_story_explanation.
2024-08-24 20:51:16 -07:00
Daniel Miessler
38b7ab7a26
Added create_story_explanation.
2024-08-24 20:48:01 -07:00
Daniel Miessler
035a8a2781
Added create_story_explanation.
2024-08-24 20:43:51 -07:00
Daniel Miessler
3baa454c80
Merge branch 'main' of github.com:danielmiessler/fabric
2024-08-24 20:41:24 -07:00
Daniel Miessler
8cd0887c82
Added create_story_explanation.
2024-08-24 20:41:13 -07:00
Eugen Eisler
21007b7e93
Merge pull request #871 from ALX99/main
...
fix: correct os.Exit code from -1 to 1 in main.go
2024-08-24 16:46:17 +02:00
buerbaumer
bacc49c25a
Update system.md
...
Corrected grammatical issues and made the list more readable and consistent.
2024-08-23 20:00:01 +02:00
buerbaumer
78aa378ab8
Update system.md
...
Replaced the nested parentheses with equals signs for clarity
2024-08-23 19:57:46 +02:00
buerbaumer
a93acd3afc
Update system.md
...
Corrected "it's" to "its" to denote possession instead of a contraction.
2024-08-23 19:43:57 +02:00
buerbaumer
60e5b536b4
Update system.md
...
Removed extra "the" for grammatical correctness.
2024-08-23 19:42:46 +02:00
buerbaumer
c5f926ba0c
Update system.md
...
Corrected "upmost" to "at most" for proper expression.
2024-08-23 19:41:46 +02:00
buerbaumer
083cf4c82c
Update system.md
...
Changed "highlight" to "highlights" to match subject-verb agreement.
2024-08-23 19:40:40 +02:00