@inkeep/create-agents 0.0.0-dev-20250916192201 → 0.0.0-dev-20250917200022

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 +4 -0
  2. package/package.json +1 -1
package/dist/utils.js CHANGED
@@ -278,6 +278,10 @@ DB_FILE_NAME=file:./local.db
278
278
  ANTHROPIC_API_KEY=${config.anthropicKey || 'your-anthropic-key-here'}
279
279
  OPENAI_API_KEY=${config.openAiKey || 'your-openai-key-here'}
280
280
  GOOGLE_GENERATIVE_AI_API_KEY=${config.googleKey || 'your-google-key-here'}
281
+
282
+ # SigNoz
283
+ NEXT_PUBLIC_SIGNOZ_URL=your-signoz-url-here
284
+ SIGNOZ_API_KEY=your-signoz-api-key-here
281
285
  `;
282
286
  await fs.writeFile('.env', envContent);
283
287
  // Create .env.example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/create-agents",
3
- "version": "0.0.0-dev-20250916192201",
3
+ "version": "0.0.0-dev-20250917200022",
4
4
  "description": "Create an Inkeep Agent Framework project",
5
5
  "type": "module",
6
6
  "bin": {