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.8.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.8-py3-none-any.whl (64.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lumivor-0.1.8.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.8.tar.gz
Algorithm Hash digest
SHA256 f12e2a4a8cdb9c2c67162d1bc5ea98098fb81667bc6ef815fbce768b49df21c7
MD5 e259d87ba918832fdb2bb88ad953d688
BLAKE2b-256 3441d63a41a704fe6cdc28802ba3c63df0a4f4f6eb16e5173cb24cf408b9f686

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lumivor-0.1.8-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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 980a1bdcd5c48ba6c653297caffc6647c228562b09df8437c9188dad0ba6ff10
MD5 0ba8ad15439c995ce9ebe35feb70edb6
BLAKE2b-256 683c0c1d22eeed643b6ddd7d72aa86ceeeab21d70cd2cffa326db7d82cc9a529

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