+1
.env.example
+1
.env.example
+1
README.md
+1
README.md
···
52
- **`AUTOMATION_DESCRIPTION`**: a description of what your agent generally does on bluesky.
53
- **`DISCLOSURE_URL`**: a URL to a disclosure document of some kind, likely a longer version of your `AUTOMATION_DESCRIPTION`.
54
- **`RESPONSIBLE_PARTY_BSKY`**: the DID or bluesky handle of the responsible party
55
- **`PRESERVE_MEMORY_BLOCKS`**: a boolean for controlling if your agent's memory blocks can be overridden if you run `deno task mount` more than once. Setting this value to **`true`** will allow your agent's version of those memory blocks to persist if they already exist. This is false by default.
···
52
- **`AUTOMATION_DESCRIPTION`**: a description of what your agent generally does on bluesky.
53
- **`DISCLOSURE_URL`**: a URL to a disclosure document of some kind, likely a longer version of your `AUTOMATION_DESCRIPTION`.
54
- **`RESPONSIBLE_PARTY_BSKY`**: the DID or bluesky handle of the responsible party
55
+
- **`EXTERNAL_SERVICES`**: a comma-separated list of external tools and services your agent relies on outside of Bluesky (e.g., "Letta, Railway, Google Gemini 2.5-pro"). This information is added to your agent's autonomy declaration record on the PDS and included in the agent's memory for transparency.
56
- **`PRESERVE_MEMORY_BLOCKS`**: a boolean for controlling if your agent's memory blocks can be overridden if you run `deno task mount` more than once. Setting this value to **`true`** will allow your agent's version of those memory blocks to persist if they already exist. This is false by default.