mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-26 23:29:56 +02:00
feat(Add pydantic-ai agent):
This commit is contained in:
@@ -4,7 +4,6 @@ The `Module` class interface provides a standardized way to create and use modul
|
||||
|
||||
Here is an example of a module that implements the `ModuleProtocol` interface. This example shows how to create a module that processes prompts and sends results to a queue.
|
||||
|
||||
|
||||
```python
|
||||
from typing import List, Dict, Any, AsyncGenerator
|
||||
import asyncio
|
||||
@@ -42,4 +41,3 @@ async def main():
|
||||
|
||||
asyncio.run(main())
|
||||
```
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
<br />
|
||||
<br />
|
||||
|
||||
|
||||
</p>
|
||||
</p>
|
||||
|
||||
@@ -20,7 +19,6 @@
|
||||
|
||||
Note: Please be aware that Agentic Security is designed as a safety scanner tool and not a foolproof solution. It cannot guarantee complete protection against all possible threats.
|
||||
|
||||
|
||||
## UI 🧙
|
||||
|
||||
<img width="100%" alt="booking-screen" src="https://res.cloudinary.com/dq0w2rtm9/image/upload/v1736433557/z0bsyzhsqlgcr3w4ovwp.gif">
|
||||
|
||||
Reference in New Issue
Block a user