Lybic provides ready-to-use GUI Agent infrastructure that lets you build computer or mobile agents in minutes.
By opening source (part of) our infrastructure code, we hope that you can learn and build your own CUA powered by Lybic.
Checkout our documentation if you are not familiar with Lybic.
- packages/core-sdk contains the source code of our core sdk (
@lybic/core). You can read our documentation of the SDK from our document site. - packages/schema contains all of the zod schemas you need to build apps using Lybic. These are very useful if you are trying to implement some unique features that SDK won't meet your use case.
- packages/playground contains the source code of our playground, as a reference implementation of a simple and useful Computer Use Agent using the abilities of Lybic. You can navigate to build a playground with lybic for a step-by-step guide.