Skip to content

Test env#207

Closed
thestumonkey wants to merge 11 commits intoSimpleOpenSoftware:devfrom
Ushadow-io:test-env
Closed

Test env#207
thestumonkey wants to merge 11 commits intoSimpleOpenSoftware:devfrom
Ushadow-io:test-env

Conversation

@thestumonkey
Copy link
Contributor

No description provided.

AnkushMalaker and others added 11 commits December 17, 2025 23:52
- Consolidated dependencies into a single setup-requirements.txt for Friend-Lite setup scripts.
- Updated command paths in wizard.py to reference the new location of setup-requirements.txt.
- Added support for PYTORCH_CUDA_VERSION in asr-services to enhance compatibility.
- Introduced init.py for interactive configuration of the ASR service.
- Removed outdated setup-requirements.txt files from advanced and speaker-recognition services.
- Updated docker-compose.yml files to use the new PYTORCH_CUDA_VERSION variable.
…asr-services-setup

Update ASR services setup with new dependencies and configuration
…se.yml for OpenMemory MCP

- Added conditional start for Deepgram worker based on DEEPGRAM_API_KEY presence.
- Updated shutdown and monitoring functions to handle AUDIO_STREAM_WORKER_PID safely.
- Changed OpenMemory MCP service to use the official Docker image instead of a local build.
- Removed deprecated init-cache.sh script and streamlined setup.sh for clarity.
- Introduced conditional starting of Parakeet worker based on PARAKEET_ASR_URL or OFFLINE_ASR_TCP_URI presence.
- Updated variable names for clarity, changing AUDIO_STREAM_WORKER_PID to AUDIO_STREAM_DEEPGRAM_WORKER_PID and added AUDIO_STREAM_PARAKEET_WORKER_PID.
- Improved shutdown and monitoring functions to handle new worker PIDs safely.
…ckend for all proxy configurations

- Changed reverse proxy targets for WebSocket, API, Auth, Health, Readiness, Users, and Audio endpoints from friend-backend:8000 to chronicle-backend:8000.
- Ensured consistency across all relevant sections of the Caddyfile.template.
- Changed the default network name in backends/advanced/docker-compose.yml from friend-network to chronicle-network.
- Updated extras/openmemory-mcp/docker-compose.yml to include chronicle-network as an external network and added it to the services configuration.
…memory-cache

Fix deepgram/parakeet workers bug
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 18, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Comment @coderabbitai help to get the list of available commands and usage tips.

@AnkushMalaker
Copy link
Collaborator

This has an anti-pattern. Most of the codebase has the pattern of "first check CI env vars, then .env.test and fallback to .env".
Also we shouldn't leave commented code, if its really dead code just remove it

@AnkushMalaker AnkushMalaker self-requested a review December 18, 2025 15:17
@thestumonkey
Copy link
Contributor Author

Feel free to update it and fix anti pattern, this fixes the broken tests issue, and I am changing the way env vars work with a later PR, so this will change later anyway

@AnkushMalaker
Copy link
Collaborator

Can I close this? Looks like it comments a big fun and also comments it's call()
Would prefer to remove the func instead
As you said this may change, I'm down to close this instead of changing it? @thestumonkey

@thestumonkey
Copy link
Contributor Author

if the tests pass in deepgram without it then close. otherwise merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants