Files
context-extractor/automation/context_extractor/__init__.py
T
ilia c91cd221d1
CI / Lint + tests (push) Has been cancelled
Initial Context Extractor: extension + Playwright/Camoufox package
Ship a shared markdown/prompt core used by a Brave/Chrome MV3 extension and a Python automation API, with pytest coverage, CI, and packaging smoke.
2026-07-15 14:52:22 -04:00

5 lines
140 B
Python

from .session import AsyncExtractorSession, ExtractorSession
__all__ = ["AsyncExtractorSession", "ExtractorSession"]
__version__ = "1.3.0"