feat(Add Module class documentation and interface example)

This commit is contained in:
Praveenk8051
2025-01-25 07:39:54 +01:00
parent f7f4ee840b
commit 33eb4f2625
2 changed files with 49 additions and 0 deletions
+4
View File
@@ -376,6 +376,10 @@ This sample GitHub Action is designed to perform automated security scans
This setup ensures a continuous integration approach towards maintaining security in your projects.
## Module Class
The `Module` class is designed to manage prompt processing and interaction with external AI models and tools. It supports fetching, processing, and posting prompts asynchronously for model vulnerabilities. Check out [module.md](https://github.com/msoedov/agentic_security/blob/main/docs/module.md) for details.
## Documentation
For more detailed information on how to use Agentic Security, including advanced features and customization options, please refer to the official documentation.