arcade-mcp/examples/pack.lock.toml
2024-06-04 09:05:18 -07:00

14 lines
298 B
TOML

[pack]
name = "Routines for Jarvis"
description = "Jarvis Chatbot routines"
version = "0.1.0"
author = "Sam Partee"
email = "sam@partee.io"
[depends]
[tools]
Summarize = "llm.summarize@0.0.1"
Respond = "llm.respond@0.0.1"
SendEmail = "gmail.send_email@0.0.1"
ReadEmail = "gmail.read_email@0.0.1"