MyPy compliance for the whole codebase - systematic way of executing tools (`executor.py`) - support for using pydantic models in tool inputs and outputs - mypy compliance (most of the changes) - removal of unused code (from previous iterations) Co-authored-by: Nate Barbettini <nate@arcade-ai.com>
14 lines
223 B
TOML
14 lines
223 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"
|
|
read_sqlite = "0.0.1"
|
|
BM25 = "0.0.1"
|
|
people = "0.1.0"
|