Lybic provides ready-to-use GUI Agent infrastructure that lets you build computer or mobile agents in minutes.Lybic 提供即用型 GUI 代理基础设施,让您可以在几分钟内构建计算机或移动代理。
Lybic provides a ready-to-use MCP server for integrating with your existing models and tools. No vendor lock-in, no extra maintenance.Lybic 提供即用型 MCP 服务器,可与您现有的模型和工具集成。无需供应商锁定,也无需额外维护。
Lybic MCP server provides all actions that can be called by your existing models. No limits and no extra servers to maintain.Lybic MCP 服务器提供您现有模型可调用的所有操作。无任何限制,无需维护额外的服务器。
We have sandboxes around the world. Deploy your sandbox to any region and access them all from one single MCP server.我们的沙盒遍布全球。您可以将沙盒部署到任何地区,并通过一个 MCP 服务器访问所有沙盒。
With Lybic, your agent is yours forever. No vendor lock-ins.有了 Lybic,您的代理将永远属于您。无需锁定任何供应商。
agent.ts代理.ts
agent.py代理.py
import { createSandbox } from '@lybic/sandboxes'
从'@lybic/sandboxes'导入{createSandbox}
const sandbox = await createSandbox()
const sandbox = await createSandbox()
client.send({
客户端.发送({
streamingUrl: sandbox.streaming,
streamingUrl:sandbox.streaming,
streamingToken: sandbox.token,
streamingToken:沙盒.token,
})
sandbox.destroy()
沙盒.destroy()from lybic import Lybic
从 lybic 导入 Lybic
computer = Lybic.create_sandbox()
计算机 = Lybic.create_sandbox()
computer.left_click(x=14, y=51)
计算机.左键单击(x=14,y=51)
computer.type("Hello, world!")
计算机.类型(“你好,世界!”)
url = computer.take_screenshot()
url = 计算机.截屏()
computer.destroy()
计算机.destroy()
Watch your sandbox and monitor your agent's actions in real-time.观察您的沙盒并实时监控您的代理的行为。
Audit recording and human-in-the-loop are also available.还提供审计记录和人工介入功能。
Get started with Lybic and build your agent in no time立即开始使用 Lybic 并构建您的代理
Lybic is currently in closed beta. You can join the waitlist now.Lybic 目前处于封闭测试阶段。您可以立即加入等待名单。