mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-11 18:26:08 +00:00
* chore: wip agent mode * wip: add agent mode frontend * wip: add agent mode frontend * chore: cleanup code * chore: cleanup code * chore: cleanup code
7 lines
94 B
Python
7 lines
94 B
Python
from typing_extensions import TypedDict
|
|
|
|
|
|
class Action(TypedDict):
|
|
type: str
|
|
url: str
|