Skip to main content

Seamlessly Integrating AI with the Web

Project description

Lumivor Logo

Documentation Twitter Follow

Seamlessly Integrating AI with the Web

We enable AI systems to interact with websites by pinpointing and isolating essential interactive elements for smooth navigation.

To learn more about the library, check out the documentation 📕.

Quick start

With pip:

pip install lumivor

(optional) install playwright:

playwright install

Spin up your agent:

from langchain_openai import ChatOpenAI
from lumivor import Agent
import asyncio

async def main():
    agent = Agent(
        task="Find a one-way flight from Bali to Oman on 12 January 2025 on Google Flights. Return me the cheapest option.",
        llm=ChatOpenAI(model="gpt-4o"),
    )
    result = await agent.run()
    print(result)

asyncio.run(main())

And don't forget to add your API keys to your .env file.

OPENAI_API_KEY=

For other settings, models, and more, check out the documentation 📕.

Examples

For examples see the examples folder

Contributing

Contributions are welcome! Feel free to open issues for bugs or feature requests.

Local Setup

To learn more about the library, check out the local setup 📕.


Made with ❤️ in Zurich and San Francisco

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lumivor-0.1.7.tar.gz (229.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lumivor-0.1.7-py3-none-any.whl (64.3 kB view details)

Uploaded Python 3

File details

Details for the file lumivor-0.1.7.tar.gz.

File metadata

  • Download URL: lumivor-0.1.7.tar.gz
  • Upload date:
  • Size: 229.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for lumivor-0.1.7.tar.gz
Algorithm Hash digest
SHA256 00e21066e3c15402881f3cad11c7b2c9f7be77fe1641953040e8edc02968c191
MD5 4f46a32eca55182ec5fb3c581fb36185
BLAKE2b-256 95d85e7e49145b03ecbb6d928883b5b24e0615fa0dbd538d2caa97fe00636ba5

See more details on using hashes here.

File details

Details for the file lumivor-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: lumivor-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 64.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for lumivor-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 bb830d055208bfd76027fd68ae8720b60295314340f11fdc99a60184de92cfe4
MD5 f5f7428d9c918a655f887b4fdb73bc1f
BLAKE2b-256 87aebf5b4a4cde99597f7169541868428a7f62aae5cb9f7bd1680100086ccbaa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page