Skip to main content

No project description provided

Project description

LaunchControl

LaunchControl is a library for building custom tools for GPTs with tool-use support. Define your own tools as type annotated functions and LaunchControl will help you test, talk to, and deploy your tools.

LaunchControl is using Pydantic under the hood to validate and parse functions to make them friendly to for AI APIs.

Getting started

  1. Install PDM

  2. Create a new project

mkdir my_project
cd my_project
pdm init --copier gh:loopbackai/missioncontrol-template
pdm install
  1. Test it out
pdm test # run tests
pdm dev # talk with your bot
  1. Deploy it (with MissionControl)
git init
git add .
git commit -m "Initial commit"

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

launchkit-0.1.2.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

launchkit-0.1.2-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

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