@langwatch/better-agents 0.1.20 → 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 +7 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.mjs +3921 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +8 -7
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -2500
- package/dist/index.js.map +0 -1
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
|
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|