Cargo Features

AutoGPT has no features set by default.

[dependencies]
autogpt = { version = "0.0.1", features = ["img", "mail", "cli"] }
img = getimg

Affects agents::designer…

mail = nylas

Affects agents::mailer…

cli = clap, tracing-subscriber

Affects cli::Cli, cli::Commands, autogpt::cli…

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

getimg img?
nylas mail?
clap cli?
tracing-subscriber cli?