mirror of
https://github.com/yv1ing/MollyAudit.git
synced 2025-09-16 14:55:50 +08:00
Refactor code to deprecate text embedding
This commit is contained in:
19
README.md
19
README.md
@@ -1,13 +1,18 @@
|
||||
# MollyAudit
|
||||

|
||||
|
||||
An automated code auditing tool powered by langchain.
|
||||
# What's this?
|
||||
|
||||
Tool interface:
|
||||
This is an automatic code auditing tool based on LangChain and driven by LLMs.
|
||||
|
||||

|
||||
**Basic idea:**
|
||||
|
||||
Result Export:
|
||||
I designed two agents, one called Code Audit Engineer (CAE) and another called Code Software Architect (CSA). CSA is responsible for functionally dividing the project structure to be audited and then passing it to CAE as a reference.
|
||||
|
||||

|
||||
After CAE collects the project structure, it independently determines the actions of the audit code and outputs the action instructions in a specific format. The local program parses the instructions and sends the relevant results, thus forming an automatic workflow.
|
||||
|
||||
I welcome your suggestions for interesting tools :smile:
|
||||
At present, this tool is still in an immature stage and there are still many problems. If you have better suggestions, please contact me!
|
||||
|
||||
|
||||
# Tool interface
|
||||
|
||||

|
||||
Reference in New Issue
Block a user