Expand description
Configuration resolution for gcode.
Reads bootstrap.yaml → PostgreSQL hub → config_store → service configs. Resolves $secret:NAME and ${VAR} patterns.
Source: src/gobby/config/bootstrap.py, src/gobby/config/persistence.py
Structs§
- Code
Vector Settings - Context
- Resolved runtime context for gcode commands.
- Falkor
Config - FalkorDB connection configuration.
- Project
Identity
Enums§
Constants§
- CODE_
SYMBOL_ COLLECTION_ PREFIX - EMBEDDING_
VECTOR_ DIM_ CONFIG_ KEY - FALKORDB_
GRAPH_ NAME - FALKORDB_
HOST_ CONFIG_ KEY - FALKORDB_
PASSWORD_ CONFIG_ KEY - FALKORDB_
PORT_ CONFIG_ KEY - GOBBY_
EMBEDDING_ VECTOR_ DIM_ ENV - GOBBY_
FALKORDB_ HOST_ ENV - GOBBY_
FALKORDB_ PASSWORD_ ENV - GOBBY_
FALKORDB_ PORT_ ENV
Functions§
- detect_
project_ root - Detect project root by walking up the directory tree.
- detect_
project_ root_ from - resolve_
project_ identity - warn_
project_ identity
Type Aliases§
- Embedding
Config - Embedding API configuration (OpenAI-compatible endpoint).
- Qdrant
Config - Qdrant connection configuration.