@lantanios/agentic-server 0.1.1 → 0.2.2

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/.env.example CHANGED
@@ -1,16 +1,16 @@
1
- # Server
2
- PORT=3847
3
- CORS_ORIGINS=http://localhost:3000,http://localhost:5173
4
-
5
- # MongoDB
6
- MONGODB_URI=mongodb+srv://user:pass@cluster.mongodb.net/Agentic?retryWrites=true&w=majority
7
-
8
- # OpenAI (for embeddings + TTS fallback)
9
- OPENAI_API_KEY=sk-...
10
-
11
- # Local audio server (your PC)
12
- LOCAL_STT_ENDPOINT=http://localhost:8001
13
- LOCAL_TTS_ENDPOINT=http://localhost:8001
14
-
15
- # Cloud fallbacks (optional)
16
- DEEPGRAM_API_KEY=
1
+ # Server
2
+ PORT=3847
3
+ CORS_ORIGINS=http://localhost:3000,http://localhost:5173
4
+
5
+ # MongoDB
6
+ MONGODB_URI=mongodb+srv://user:pass@cluster.mongodb.net/Agentic?retryWrites=true&w=majority
7
+
8
+ # OpenAI (for embeddings + TTS fallback)
9
+ OPENAI_API_KEY=sk-...
10
+
11
+ # Local audio server (your PC)
12
+ LOCAL_STT_ENDPOINT=http://localhost:8001
13
+ LOCAL_TTS_ENDPOINT=http://localhost:8001
14
+
15
+ # Cloud fallbacks (optional)
16
+ DEEPGRAM_API_KEY=