Cargo Features

adk-graph has no features set by default.

[dependencies]
adk-graph = { version = "0.6.0", features = ["sqlite", "action", "full", "action-trigger", "action-http", "action-db", "action-db-redis", "action-code", "action-email", "action-rss", "action-full"] }
sqlite full? = sqlx

Affects checkpoint::SqliteCheckpointer

action action-code? action-db? action-db-mongo? action-db-redis? action-email? action-full? action-http? action-trigger?

Action node feature flags

Enables adk-action and regex

adk-action:

Optional action node dependencies

Affects adk-graph::action, adk-graph::workflow

full = action-full, sqlite
action-trigger action-full? = action

Enables tokio-cron-scheduler

Affects action::trigger_runtime

action-http action-full? action-rss? = action

Enables reqwest ^0.12

Affects action::http, action::notification

action-db action-full? = action

Affects action::database

action-db-mongo action-db-redis = action
action-code action-full? = action
action-email action-full? = action

Affects action::email

action-rss action-full? = action-http

Affects action::rss

action-full full? = action, action-code, action-db, action-email, action-http, action-rss, action-trigger

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.

sqlx sqlite?

Enables sqlx

Optional SQLite checkpointer