@inkeep/create-agents 0.0.0-dev-20250917222639 → 0.0.0-dev-20250919052931

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.
Files changed (2) hide show
  1. package/dist/utils.js +6 -4
  2. package/package.json +1 -1
package/dist/utils.js CHANGED
@@ -281,13 +281,15 @@ GOOGLE_GENERATIVE_AI_API_KEY=${config.googleKey || 'your-google-key-here'}
281
281
  INKEEP_AGENTS_MANAGE_API_URL="http://localhost:3002"
282
282
  INKEEP_AGENTS_RUN_API_URL="http://localhost:3003"
283
283
 
284
- # SigNoz
284
+ # SigNoz Configuration
285
285
  SIGNOZ_URL=your-signoz-url-here
286
286
  SIGNOZ_API_KEY=your-signoz-api-key-here
287
287
 
288
- # Nango
289
- NANGO_HOST=your-nango-host-here
290
- NANGO_CONNECT_BASE_URL=your-nango-connect-base-url-here
288
+ # OTEL Configuration
289
+ OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=https://ingest.us.signoz.cloud:443/v1/traces
290
+ OTEL_EXPORTER_OTLP_TRACES_HEADERS="signoz-ingestion-key=<your-ingestion-key>"
291
+
292
+ # Nango Configuration
291
293
  NANGO_SECRET_KEY=
292
294
  `;
293
295
  await fs.writeFile('.env', envContent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/create-agents",
3
- "version": "0.0.0-dev-20250917222639",
3
+ "version": "0.0.0-dev-20250919052931",
4
4
  "description": "Create an Inkeep Agent Framework project",
5
5
  "type": "module",
6
6
  "bin": {