Provider refect2#167
Merged
Merged
Conversation
…ovider IDs
- Rename all YAML providers to use -net suffix (openai-net, anthropic-net, ollama-net, etc.)
and compose services to use -compose suffix (openmemory-compose, parakeet-asr-compose, etc.)
to disambiguate between network providers and locally-deployed Docker services.
- Remove explicit settings_path from provider YAML; paths are now auto-derived as
{capability}.{provider_id}.{key} — eliminates manual mapping maintenance.
- Add CapabilityKey model to carry type+description+env metadata for capability provides.
- Add MONGO_URL computation in deployment_manager.resolve_service_for_deployment:
derives URI from MONGODB_* component vars (host, port, user, optional password,
database, auth_source, replica_set) using existing build_mongodb_uri_from_env utility.
- Update mongodb.py utility to handle user-without-password and MONGODB_REPLICA_SET.
- Fix mycelia compose: explicit --port 5173 in command, MONGODB_* component vars declared,
correct internal port mapping (8888:5173).
- Add new provider config files: auth, mongo, neo4j, postgres, qdrant, redis.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
# Conflicts:
# compose/mycelia-compose.yml
# config/capabilities.yaml
# config/providers/transcription.yaml
# ushadow/backend/src/config/settings.py
# ushadow/backend/src/routers/providers.py
# ushadow/backend/src/services/capability_resolver.py
# ushadow/backend/src/services/compose_registry.py
# ushadow/frontend/src/components/DeployModal.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
refactor providers