mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-05-04 00:10:44 +00:00
5ebd96b62b
* 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
|