Skip to main content

Lybic sdk for python

Project description

Lybic Logo

Lybic SDK for Python

PyPI License Documentation Pylint

Developing, testing, and deploying GUI-based AI agents is complex. Developers waste precious time wrestling with cloud instances, VNC servers, and environment configurations instead of focusing on what matters: building intelligent agents.

Lybic is the infrastructure layer for your GUI agents.

Lybic (/ˈlaɪbɪk/) provides a robust, on-demand infrastructure platform designed specifically for the AI agent development lifecycle. This SDK for Python is your command center for programmatically controlling the entire Lybic ecosystem, empowering you to build, test, and scale your agents with unprecedented speed and simplicity.

How It Works

The Lybic ecosystem is designed for clarity and control. Your code, powered by the Lybic SDK, interacts with the Lybic Cloud Platform to manage your resources and run your agents in secure, isolated GUI sandboxes.

graph TD
    A[Your Agent Code] --> B(Lybic Python SDK);
    B -- Manages --> C{Projects, Members, Secrets};
    B -- Controls --> D[GUI Sandbox];
    C -- Organizes & Secures --> D;
    E[Lybic Cloud Platform] -- Hosts & Provides --> D;
    B -- API Calls --> E;

✨ Why Lybic?

Lybic is a complete ecosystem designed to eliminate infrastructure friction and accelerate your agent development workflow.

🚀 Focus on Your Agent, Not Infrastructure

Forget about managing virtual machines, display drivers, and remote desktop software. Lybic provides clean, on-demand GUI sandboxes in the cloud. Spin up a fresh environment in seconds and dedicate your time to your agent's core logic.

🔐 Securely Manage Your Secrets

Stop hardcoding API keys and other sensitive credentials. Lybic includes built-in Secret Management at the project level. Store your secrets securely in our vault and access them programmatically from your agents, without ever exposing them in your codebase.

👥 Built for Teams, Ready for Scale

Organize your work with Projects and manage team access with fine-grained Member Roles. Whether you're a solo developer or part of a large team, Lybic provides the structure and security you need to collaborate and scale effectively.

🤖 Observe and Interact in Real-Time

Every GUI sandbox includes a live, accessible desktop stream. This allows you to monitor your agent's actions in real-time for debugging, or to step in and provide guidance, making it perfect for developing complex tasks and implementing human-in-the-loop workflows.

🚀 Getting Started

1. Installation & Setup

Getting started is simple. First, install the package from PyPI:

pip install lybic

Then, initialize the client in your Python application. For better security, we recommend using environment variables (LYBIC_ORG_ID, LYBIC_API_KEY).

from lybic import LybicClient

# The client automatically picks up credentials from your environment
client = LybicClient()

2. Core Workflow

With the client initialized, the typical workflow follows these logical steps:

  1. Create a Project: Projects are the primary way to organize your work. They act as containers for your sandboxes, team members, and secrets.

  2. Launch a Sandbox: Within a project, you can launch a GUI sandbox from a variety of available images (e.g., lybic/ubuntu-22.04-vnc). This is your agent's secure, cloud-based home.

  3. Automate and Interact: Once the sandbox is running, your agent can begin its work. The SDK provides all the necessary tools to interact with the sandbox, from executing commands to capturing screenshots.

📚 Full Documentation & API Reference

This README provides a high-level overview of Lybic's capabilities. For detailed, up-to-date code examples, tutorials, and a complete API reference, please visit our official documentation site.

🤝 Contributing

We welcome contributions from the community! Please see our Contributing Guidelines for more details on how to get involved.

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.

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

lybic-0.2.0.tar.gz (12.4 kB view details)

Uploaded Source

Built Distribution

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

lybic-0.2.0-py3-none-any.whl (16.1 kB view details)

Uploaded Python 3

File details

Details for the file lybic-0.2.0.tar.gz.

File metadata

  • Download URL: lybic-0.2.0.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for lybic-0.2.0.tar.gz
Algorithm Hash digest
SHA256 bacfda52f44f100d7f7287766a5e2e98ecda63b13e5d6a07d8c3450380a414be
MD5 71e6db814438a7c47ab56bd0108eab7e
BLAKE2b-256 5f7b171a0d87a9d9b256dbe7864e2c40cdc2edda2cfd273a7fc719af481579bd

See more details on using hashes here.

File details

Details for the file lybic-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: lybic-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for lybic-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 25d12b20c29cef6c63018aba9d1c1e14ff588ee33e36cf5e2bfb304dcd12bae5
MD5 d209239519bed7855b2c6e67eeeaabd6
BLAKE2b-256 2a6de07037d0cac0bfdbe622a6ef75cc145c3c5dab74a2e69bddca5a39b05c51

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