To disable anonymized telemetry running agenta on your local machine, kindly do the following:

Web

To disable anonymized telemetry while running agenta on your local machine, set the following line to your agenta-web/.env file:

TELEMETRY_TRACKING_ENABLED=false

Note: You need to re-build the docker image of agenta-web and restart compose after making this change.

CLI

To disable anonymized telemetry when using the CLI, set the following environment variable in your ~/.agenta/config.toml file:

tracking_enabled=false

Was this page helpful?