Metadata-Version: 2.1
Name: agentatlas
Version: 0.4.1
Summary: Shared browser interaction schema registry for AI agents. Reduces LLM token usage by 80-100% on known sites.
Author-email: Bhanu Prasad Thota <thotabhanuprasad2708@gmail.com>
Project-URL: Homepage, https://github.com/bhanuprasadthota/agentatlas
Project-URL: Repository, https://github.com/bhanuprasadthota/agentatlas
Project-URL: Issues, https://github.com/bhanuprasadthota/agentatlas/issues
Project-URL: Changelog, https://github.com/bhanuprasadthota/agentatlas/blob/main/CHANGELOG.md
Project-URL: Benchmark Results, https://github.com/bhanuprasadthota/agentatlas/blob/main/benchmarks/RESULTS.md
Keywords: ai,agents,browser-automation,llm,playwright,token-optimization,web-scraping,schema-registry
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: supabase>=2.6.0
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: playwright>=1.44.0
Requires-Dist: openai>=1.109.1
Requires-Dist: playwright-stealth>=1.0.6
Requires-Dist: fastapi>=0.115.0
Requires-Dist: uvicorn>=0.30.0
























  source      : llm_learned        ← page learned, costs tokens once
  tokens_used : 1842
  elapsed     : 12300ms

  Jobs extracted : 24

  source      : registry           ← served from memory
  tokens_used : 0                  ← 0 tokens
  elapsed     : 312ms              ← milliseconds, not seconds





    site="boards.greenhouse.io",
    url="https://boards.greenhouse.io/anthropic",

    site="boards.greenhouse.io",
    url="https://boards.greenhouse.io/anthropic",

    site="boards.greenhouse.io",
    url="https://boards.greenhouse.io/anthropic",
    element_name="job_title",

    site="boards.greenhouse.io",
    url="https://boards.greenhouse.io/anthropic",
    status="success",









  -H "Content-Type: application/json" \
  -H "X-API-Key: your-key" \
  -d '{"site":"example.com","url":"https://example.com/","registry_scope":"auto"}'

    api_url="https://agentatlas-8qp0.onrender.com",
    api_key="your-key",
    tenant_id="my-team",
    use_api=True,
    registry_scope="auto",



































