12 lines
183 B
TOML
12 lines
183 B
TOML
|
|
|
|
[pack]
|
|
name = "Routines for Jarvis"
|
|
description = "Jarvis Chatbot routines"
|
|
version = "0.1.0"
|
|
author = "Sam Partee"
|
|
email = "sam@partee.io"
|
|
|
|
[modules]
|
|
gmail = "0.0.1"
|
|
llm = "0.0.1"
|