1508 Commits

Author SHA1 Message Date
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
buerbaumer
b6b86bb2c2
Update system.md
Update system.md - removed "a" for a better model understanding
2024-08-23 19:40:00 +02:00
ALX99
7cbd49375a fix: shadowing original error
This fixes shadowing the original error so that the original error is
propagated upwards
2024-08-23 22:40:37 +09:00
ALX99
e8d5fba256 fix: correct os.Exit code from -1 to 1 in main.go
As per the os.Exit documentation, the exit code should be in the rage
[0, 125]
2024-08-23 22:35:29 +09:00
Daniel Miessler
9a0444db7e
Merge pull request #867 from danielmiessler/youtube_graber
feat: native integration of yt to fabric
2024-08-22 15:55:36 -07:00
Eugen Eisler
a67dca253a feat: native integration of yt tp fabric 2024-08-23 00:15:44 +02:00
Daniel Miessler
3726386b9a Updated question analysis. 2024-08-22 15:10:01 -07:00
Daniel Miessler
0ef5b54808 Updated question extractor. 2024-08-22 15:01:59 -07:00
Daniel Miessler
e915c93885 Merge branch 'main' of github.com:danielmiessler/fabric 2024-08-22 14:59:16 -07:00
Daniel Miessler
d77dcdf343 Updated question extractor. 2024-08-22 14:58:49 -07:00
Eugen Eisler
e071445882
Merge pull request #866 from danielmiessler/test_core
test: core
2024-08-22 23:44:31 +02:00
Eugen Eisler
58c2c26bff test: core 2024-08-22 23:40:30 +02:00
Daniel Miessler
ff5fe2fa47 Updated interviewer analysis. 2024-08-22 14:40:29 -07:00
Daniel Miessler
12781a48c1 Updated interviewer analysis. 2024-08-22 14:32:16 -07:00
Daniel Miessler
5d870e1c3b Updated interviewer analysis. 2024-08-22 14:30:30 -07:00
Eugen Eisler
58c9af6aac test: core 2024-08-22 23:20:27 +02:00
Daniel Miessler
7258ed6a14 Updated interviewer analysis name. 2024-08-22 14:14:56 -07:00
Daniel Miessler
f60b2ceb63 Added interviwer analysis. 2024-08-22 14:12:57 -07:00
Daniel Miessler
8cfe0309f5 Updated extract_questions. 2024-08-22 14:02:52 -07:00
Eugen Eisler
839c468b2f
Merge pull request #865 from danielmiessler/fix_groq_spelling
Fix groq spelling
2024-08-22 22:39:53 +02:00
Eugen Eisler
92e4960eee Merge branch 'main' into fix_groq_spelling 2024-08-22 22:33:09 +02:00
Eugen Eisler
a7eab84517
Merge pull request #863 from danielmiessler/impl_tests
Impl tests
2024-08-22 22:29:08 +02:00
Eugen Eisler
0549e0e7f0 fix: groq spelling 2024-08-22 22:15:57 +02:00
Eugen Eisler
4b3afb3c8e feat: simplify setup logic 2024-08-22 21:45:36 +02:00
Eugen Eisler
6996278c8f test: implement test for common package 2024-08-22 21:00:18 +02:00
Eugen Eisler
4d77ed30e9 test: implement test for common package 2024-08-22 20:57:49 +02:00
Daniel Miessler
69375f2fbc Updated extract_wisdom_dm. 2024-08-21 22:16:22 -07:00
xssdoctor
0ef4e465e4 fixed strange ollama input involving someone named fred 2024-08-21 20:05:18 -04:00
James Craigen
151fff8f8d
Fix broken link in table of contents in README.md (Migrating -> Migration) 2024-08-21 19:03:55 +01:00
Noam Siegel
b2be94f2f8 added back some debug statements 2024-08-21 11:03:04 -07:00
Noam Siegel
9b4c20dd19 removed debug statements 2024-08-21 10:54:57 -07:00