Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.05 KB

File metadata and controls

25 lines (19 loc) · 1.05 KB

Release History & Next Steps

v0.5.0 -- Extract, Scrape & Proxy (Current)

  • extract command -- LLM-powered structured data extraction with JSON Schema validation
  • scrape command -- HTML-to-markdown/text/html conversion with main content extraction
  • Proxy support -- --proxy flag on discover/run/extract/scrape, ProxyConfig class
  • --format flag on run -- json/markdown/text output
  • content optional dependency -- markdownify for HTML conversion
  • 60 new tests (test_content_converter, test_extract, test_proxy)
  • Documentation updated (README, CLAUDE.md, PLAN.md)
  • PyPI release

v0.4.0 -- OAuth & Orchestration (Complete)

  • OAuth device flow (RFC 8628) -- GitHub, Google, Microsoft
  • Multi-site orchestration -- YAML/JSON pipelines with JSONPath data flow
  • Pipeline management -- orchestrate run/list/delete with error policies

Future

  • Trained endpoint classifier (replace heuristics)
  • WebSocket traffic capture
  • Streaming response support
  • Extract/scrape demo GIFs for README