Skip to content

Releases: evilsocket/nerve

v0.1.2

06 Jul 12:29
Compare
Choose a tag to compare

CHANGELOG

07c9cd5 fix: setting proper content-type when http request is not GET
220162a misc: small fix or general refactoring i did not bother commenting
ac849da fix: minor refactoring of http namespace
9eda43f Merge pull request #16 from subhashdasyam/subhashdasyam-handle-response
aa8f63f Update mod.rs add handle the response type properly
f19b901 fix: updated to mini-rag 0.2.3 (fixes #14)
2147cb1 misc: small fix or general refactoring i did not bother commenting

New Contributors

v0.1.1

03 Jul 10:09
Compare
Choose a tag to compare

6ee5b5d fix: setting post body for http namespace

v0.1.0

03 Jul 09:57
Compare
Choose a tag to compare

CHANGELOG:

f66f9fd docs: readme update
f9f2803 fix: docs fix
ba4fb56 new: http namespace to perform web requests
98bf1e5 fix: better handling of errors in examples/web_vulnerability_scanner/http-req.py
fb6caff fix: minor improvements to web_vulnerability_scanner tasklet
8962e30 fix: fixed newline in planning prompt
d4f4af3 fix: removed --full-dump, now dumping everything by default
6112d4b misc: small fix or general refactoring i did not bother commenting
b236546 misc: small fix or general refactoring i did not bother commenting
145e604 new: added logging to filesystem namespace
b8b7195 new: added time namespace, the model now can sleep and knows what's the current time and elapsed time since start

v0.0.4

28 Jun 13:48
Compare
Choose a tag to compare

CHANGELOG:

7b24489 misc: small fix or general refactoring i did not bother commenting
5761b01 new: centralized events and logging logic
74476b3 fix: ignore command exit code and just use stderr/stdout
b50cf54 new: try to handle connection resets with retries
3fe36f8 misc: small fix or general refactoring i did not bother commenting

v0.0.3

27 Jun 12:09
Compare
Choose a tag to compare

CHANGELOG:

e547204 new: updated mini-rag dep
1855b49 misc: refactored agent setup in main
7c805e4 new: using mini-rag crate
3a01d99 new: moved rag to mini-rag crate
d352b12 misc: small fix or general refactoring i did not bother commenting
71bbc84 new: using bitcode serialization for rag
22dcf6f new: added persistency to rag
d77c0a0 fix: do not return error if document is already indexed in rag
45fcc7f fix: chunking is too slow
8b044fb added more documents for auto_rag
eda529c fix
b492384 new: reporting memory metrics
3fc8955 misc: small fix or general refactoring i did not bother commenting
ef6b94c some rag refactoring
ef3be3e misc: small fix or general refactoring i did not bother commenting
3634400 new: improved cosine similarity by parallelizing it with rayon
f226105 new: reporting final metrics on exit
054b34e misc: refactored VectorStore trait
787bfe4 misc: small fix or general refactoring i did not bother commenting
139088a misc: small fix or general refactoring i did not bother commenting
c0c562c removed unused model folder
29fdfc4 new: added new auto_rag documents for testing
d6f8fc5 new: added rayon parallelization for vector sorting
e03512f new: added rayon parallelization for vector search
501d09b misc: small fix or general refactoring i did not bother commenting
465f864 misc: small fix or general refactoring i did not bother commenting
55df1ac fix: fixed a condition where broken xml could panic the parser
c9a46fd misc: small fix or general refactoring i did not bother commenting
5706dfd misc: small fix or general refactoring i did not bother commenting
e3e8911 misc: small fix or general refactoring i did not bother commenting
a78704f new: implemented task and action level timeouts£
e74be02 new: added -E/--embedder argument to use a different model for embeddings
6b11625 new: fireworks integration (closes #12)
9219529 misc: small fix or general refactoring i did not bother commenting
469bea3 misc: small fix or general refactoring i did not bother commenting
c64b9c7 misc: small fix or general refactoring i did not bother commenting
63de595 misc: small fix or general refactoring i did not bother commenting
098e4de misc: small fix or general refactoring i did not bother commenting
71a7c96 various fixes
fca5ad1 new: working on autonomous retrieval augmented generation
3fcbbd2 new: embeddings generation capabilities implemented for openai and ollama generators
150ccd0 fix: minor serialization/system.prompt fixes
3a29392 misc: small fix or general refactoring i did not bother commenting
1679836 misc: small fix or general refactoring i did not bother commenting
2721576 merge
bd13972 docs: added example usages
66be834 Merge pull request #11 from eltociear/patch-1
1388c7d fix: handle unquoted characters in xml
1b77614 fix: trimming quotes from generator argument due to how /usr/bin/env passes them
7a5cbcb docs: update README.md

v0.0.2

24 Jun 15:09
Compare
Choose a tag to compare

fbf7a4a new: runtime statistics with --stats
b64a1b6 docs: added README files for the examples
277eca4 docs: misc readme fix
e87fa95 misc: small fix or general refactoring i did not bother commenting
f135866 new: code_auditor agent
05cd473 fix: improved --full-dump output
db01b90 new: new kali_pentester tasklet
1197531 new: variables can now be used in the prompt too
679101e refactoring: refactored state.execute logic
ef043ee Merge pull request #10 from 5ibyl/main
a0bacab fix: typo in social.png & social.svg
7c84e9f fix: do not run tests for asset changes
77bf271 fix: do not run buildx for asset changes
7f6ed92 fix: do not run buildx workflow for PRs
06475b7 Merge pull request #9 from 5ibyl/main
aaffa78 Merge branch 'evilsocket:main' into main
6e25cf0 new: social.png
7d3e8ba merge
871f7dd misc: misc file fixes
036811e Merge pull request #8 from 5ibyl/main
4ab075a new: added social.svg
6deaa0a docs: removed TODO comment
91bbd2a new: added logo to readme and reorganized asset files
316ac71 Merge pull request #7 from 5ibyl/main
9e3957f new: added logo.svg
345df9b fix: fixed linguist-vendored in .gitattributes
8b3212b fix: using CARGO_BIN_NAME instead of CARGO_PKG_NAME
94a94bc new: handling auto-retry on rate limit exceeded for openai client
b14acc5 new: handling auto-retry on rate limit exceeded for openai client
8f9c9d5 fix: handling unicode characters in action output

v0.0.1

23 Jun 12:41
Compare
Choose a tag to compare

Pre release tag.