mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-07-01 17:45:29 +02:00
feat(add scan-csv api route):
This commit is contained in:
@@ -5,6 +5,8 @@ from typing import Protocol
|
||||
class IntegrationProto(Protocol):
|
||||
def __init__(
|
||||
self, prompt_groups: list, tools_inbox: asyncio.Queue, opts: dict = {}
|
||||
): ...
|
||||
):
|
||||
...
|
||||
|
||||
async def apply(self) -> list: ...
|
||||
async def apply(self) -> list:
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user