Commit Graph

1134 Commits

Author SHA1 Message Date
Daniel Miessler
e123a92976 Updated extract_extraordinary_claims 2024-04-27 12:09:20 -07:00
Daniel Miessler
b9f7e3bde6 Updated extract_extraordinary_claims 2024-04-27 12:04:28 -07:00
Daniel Miessler
f49bb4f431 Updated extract_extraordinary_claims 2024-04-27 12:01:44 -07:00
Daniel Miessler
3357ba3f0d Added extract_extraordinary_claims 2024-04-27 11:57:30 -07:00
Hurrison
5bc4223984
fix: The variable 'wisdomFilePath' is already a complete path constructed with 'config_directory'. Joining it again with 'current_directory' could lead to an incorrect path.
The variable 'wisdomFilePath' is already a complete path constructed with 'config_directory'. Joining it again with 'current_directory' could lead to an incorrect path.
2024-04-26 14:41:17 +08:00
Daniel Miessler
d42afed9b9 Added create_ai_jobs_analysis. 2024-04-23 11:07:05 -07:00
Daniel Miessler
d5b57bbabc Added raw_query. 2024-04-23 10:53:25 -07:00
Daniel Miessler
c62d864249 Updated extract_wisdom to include a one-sentence takeaway. 2024-04-22 13:10:07 -07:00
Daniel Miessler
a26b29ddec Added extract_questions. 2024-04-22 12:58:35 -07:00
Daniel Miessler
9299f711ff Updated readme. 2024-04-21 17:20:58 -07:00
xssdoctor
d952cd280f deleted test.yaml 2024-04-20 18:45:58 -04:00
SluBot
0942af46bf
Updating Readme Quickstart instructions to include required python version
When I attempted to follow these instructions in a windows environment using WSL, I kept running into issues because my python version was too low (3.8). I then was going through hoops trying to upgrade to version 3.12 as the process seems more complicated on windows OS.

To avoid these headaches, I thought it best to warn potential users ahead of time to ensure their environment is running the latest version of Python or at least python 3.10, which seemed to work for me finally.
2024-04-20 16:20:16 -04:00
xssdoctor
b61ca20c8b fixed a typo 2024-04-20 12:10:47 -04:00
xssdoctor
989cb9b8d4 added ability to list sessions and gives the first line 2024-04-20 12:06:02 -04:00
xssdoctor
b5ee3d38a3 added session log to view your sessions 2024-04-20 11:56:01 -04:00
xssdoctor
017945f484 removed analyze-paper.txt 2024-04-20 11:50:33 -04:00
xssdoctor
ce532ca9d8 added ability to delete some or all sessions 2024-04-20 11:44:08 -04:00
xssdoctor
449fda1052 fixed some broken things about sessions 2024-04-20 11:36:18 -04:00
Jonathan Dunn
eaa1667821 added sessions 2024-04-19 21:23:29 -04:00
David Fisher
4fc2fa1be3 Add answer interview question pattern
because: As a user, I should be able to answer
interview questions quickly and effectively in realtime

this commit: Adds a pattern for answering interview questions
2024-04-19 18:29:48 -04:00
Daniel Miessler
005ef438c9 Upgraded write_essay. 2024-04-18 09:54:46 -07:00
Daniel Miessler
b46b0c3fe7 Updated presentation analysis pattern. 2024-04-15 14:51:31 -07:00
Daniel Miessler
aefd86e88c Added analyze_presentation. 2024-04-15 14:42:18 -07:00
xssdoctor
161495ed7d fixed copy and output in local models and claude 2024-04-14 12:21:29 -04:00
Jonathan Dunn
198ba8c9ee fixed changing default model to ollama 2024-04-12 08:38:43 -04:00
Alexandre Strube
c5dd2f300d
Add LMStudio 2024-04-12 13:54:17 +02:00
Daniel Miessler
05ba1675b8 Updated guidance. 2024-04-09 17:09:04 -07:00
Daniel Miessler
f09dc76c61 Changed threat model to threat scenarios. 2024-04-09 16:59:06 -07:00
Daniel Miessler
24063ef70d Updated threat modeling. 2024-04-09 16:58:29 -07:00
Daniel Miessler
14a0c5d9f2 Updated ask questions. 2024-04-09 16:29:25 -07:00
Daniel Miessler
90fbfeb525 Updated ask questions. 2024-04-09 16:25:03 -07:00
Daniel Miessler
46d417f167 Updated ask questions. 2024-04-09 16:17:10 -07:00
Daniel Miessler
6946a19f94 Changed name of secure_by_default. 2024-04-09 15:42:20 -07:00
Daniel Miessler
6bc0a18b0e Changed name of secure_by_default. 2024-04-09 15:26:05 -07:00
Daniel Miessler
3713ad7d4f Added secure by design pattern. 2024-04-09 15:14:47 -07:00
xssdoctor
f1afd24d12
Merge pull request #332 from fr0gger/main
Experimental Malware Analysis Pattern
2024-04-09 12:28:36 -04:00
Thomas Roccia
c0f464c13c
Update system.md 2024-04-09 18:23:53 +10:00
Thomas Roccia
403167c886
Adding a pattern for malware analysis summary
This is an experimental pattern for creating a summary of a malware report.
2024-04-09 18:21:41 +10:00
xssdoctor
ca4ed26b92 fixed --listmodels in the situation where there is no claude key 2024-04-07 07:32:48 -04:00
xssdoctor
f93d8bb3c0
Merge pull request #315 from ksylvan/main
Get OLLAMA models to work in Windows (both native and WSL).
2024-04-07 06:22:16 -04:00
Kayvan Sylvan
f13bd5a0a4 Merge remote-tracking branch 'upstream/main' 2024-04-06 13:32:07 -07:00
xssdoctor
18acd5a319 fixed the situation where there is no openai api key...again 2024-04-06 12:22:34 -04:00
Kayvan Sylvan
06aa8cab28 Merge remote-tracking branch 'upstream/main' 2024-04-05 14:06:06 -07:00
Jonathan Dunn
eafc2df48c Upgraded agents with PraisonAI. the --agents flag will now CREATE an AI agent for you and then perform a task. Enjoy 2024-04-05 10:25:04 -04:00
Alexandre Strube
17fce1bea5
Update README.md for #324
Closes #324 , showing how to connect to another server
2024-04-05 12:34:49 +02:00
Kayvan Sylvan
d6850726d4 Merge branch 'main' of github.com:ksylvan/fabric 2024-04-02 09:28:18 -07:00
Kayvan Sylvan
8934deabd9 Merge remote-tracking branch 'upstream/main' 2024-04-02 09:28:01 -07:00
Kayvan Sylvan
5c117c45f6
Merge branch 'danielmiessler:main' into main 2024-04-02 09:27:46 -07:00
Daniel Miessler
24f44b41f2
Merge pull request #304 from bpmcircuits/main
Language choice option when pulling a transcript from yt
2024-04-01 20:45:48 -07:00
Daniel Miessler
ac80af3d7f
Merge pull request #298 from Loibl33/patch-1
Fixed Latin-1 decode problems
2024-04-01 20:45:25 -07:00