Daniel Miessler
b1c4271a7a
Updated extract_patterns.
8 months ago
Daniel Miessler
06dab09396
Added extract_patterns.
8 months ago
jad2121
6457cb42f4
fixed even more stuff
8 months ago
jad2121
c524eb6f9e
fixed more
8 months ago
jad2121
a93d1fb9d5
fixed stuff
8 months ago
jad2121
cd93dfe278
fixed stuff
8 months ago
jad2121
caca2b728e
fixed something
9 months ago
Jonathan Dunn
b64b1cdef2
changed some documentation
9 months ago
jad2121
577abcdbc1
changed some documentation
9 months ago
jad2121
da39e3e708
fixed some stuff
9 months ago
jad2121
c8e1c4d2ea
fixed setup
9 months ago
Daniel Miessler
8312e326e7
Updated the README.md notes.
9 months ago
Daniel Miessler
641d7a7248
Updated the README.md notes.
9 months ago
Daniel Miessler
ab790df827
Updated the README.md notes.
9 months ago
Daniel Miessler
79cda42110
Updated the README.md notes.
9 months ago
Daniel Miessler
d82acaff59
Updated the README.md notes.
9 months ago
jad2121
341c358260
fixed some stuff
9 months ago
jad2121
d7fb8fe92d
got rid of --claude and --local. everything is in --model
9 months ago
Jonathan Dunn
d2152b7da6
fixed something
9 months ago
Jonathan Dunn
19dddd9ffd
added an error message
9 months ago
Jonathan Dunn
4562f0564b
added stuff to setup
9 months ago
Jonathan Dunn
063c3ca7f0
changed readme
9 months ago
Jonathan Dunn
3869afd7cd
added persistance
9 months ago
jad2121
aae4d5dc1a
trying a thing
9 months ago
jad2121
2f295974e8
added --changeDefaultModel to persistantly change default model
9 months ago
jad2121
b84451114c
fixed something
9 months ago
jad2121
a5d3d71b9d
changed more documentation
9 months ago
jad2121
a655e30226
added some stuff
9 months ago
jad2121
d37dc4565c
added support for claude. choose --claude. make sure to run --setup again to enter your claude api key
9 months ago
jad2121
6c7143dd51
added yet another error message
9 months ago
Daniel Miessler
2b6cb21e35
Updated readme to add refresh note.
9 months ago
Jonathan Dunn
39c4636148
updated readme
9 months ago
Jonathan Dunn
38c09afc85
changed an error message
9 months ago
Jonathan Dunn
a12d140635
fixed the stuff that was broken
9 months ago
Jonathan Dunn
cde7952f80
fixed readme
9 months ago
Jonathan Dunn
0ce5ed24c2
Added support for local models
9 months ago
jad2121
37efb69283
just a little faster now
9 months ago
jad2121
b838b3dea2
made it faster
9 months ago
ben0815
4c56fd7866
add language option to yt.py
9 months ago
jad2121
330df982b1
updated readme
9 months ago
jad2121
295d8d53f6
updated agents
9 months ago
Daniel Miessler
54406181b4
Updated summarize_git_changes.
9 months ago
Daniel Miessler
3a2a1a3fc3
Updated summarize_git_changes.
9 months ago
Daniel Miessler
a2b6988a3d
Updated extract_ideas.
9 months ago
Daniel Miessler
4d6cf4e26a
Updated extract_ideas.
9 months ago
Daniel Miessler
0abc44f8ce
Added extract_ideas.
9 months ago
Scott Walsh
573723cd9a
move usage block
9 months ago
Scott Walsh
6bbb0a5f2f
Use exception messages for a better chance at debugging
9 months ago
Scott Walsh
65829c5c84
Update design pattern and docs
9 months ago
Scott Walsh
d294032347
helper utility for saving a Markdown file
...
'save' can be used to save a Markdown file, with optional frontmatter
and additional tags. By default, if set, `FABRIC_FRONTMATTER_TAGS` will
be placed into the file as it is written. These tags and front matter
are suppressed from STDOUT, which can be piped into other patterns or
programs with no ill effects. This strives to be a version of `tee` that
is enhanced for personal knowledge systems that use frontmatter.
9 months ago