smartgpt 0.1.9

A crate that provides LLMs with the ability to complete complex tasks using plugins.
1
2
3
4
FROM rust

# install tini to capture SIGINTs properly
RUN apt-get update && apt-get install -y tini