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
-
Install PDM
-
Create a new project
mkdir my_project
cd my_project
pdm init --copier gh:loopbackai/missioncontrol-template
pdm install
- Test it out
pdm test # run tests
pdm dev # talk with your bot
- Deploy it (with MissionControl)
git init
git add .
git commit -m "Initial commit"
- Create a new repo on github and push to it.
- Create a Discord bot and save the token.
- Go to https://www.missioncontrolbot.com/ and add your repo.
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)
Built Distribution
Close
Hashes for launchkit-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fa6fbb2d83e28093f23affb2bd25d45d3924c110074278372ae9bf0dad00cbe |
|
MD5 | 5ec328c6d47a6972a233ec1d8469d451 |
|
BLAKE2b-256 | 70112ea502275499ff613ae390c5692ab531e4f71a36c77724c9e4b11a24bd2a |