@langwatch/better-agents 0.1.19 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -95,8 +95,14 @@ The CLI will guide you through selecting your programming language, agent framew
95
95
  - [Antigravity](https://antigravity.google/) (`agy`)
96
96
  - [Kilocode CLI](https://www.kilocode.ai/) (`kilocode`)
97
97
  - API Keys:
98
- - Your chosen LLM Provider API key
99
98
  - LangWatch API key (get one at https://app.langwatch.ai/authorize)
99
+ - Your chosen LLM Provider API key
100
+ - Telemetry (optional):
101
+ - Anonymous usage telemetry is enabled by default.
102
+ - To opt out, set the environment variable:
103
+ ```bash
104
+ BETTER_AGENTS_TELEMETRY=0
105
+ ```
100
106
 
101
107
  ## Resources
102
108
 
@@ -0,0 +1 @@
1
+ export { };