fischer-agentkit/configs
chiguyong a27eed3714 fix(config): unify config loading chain and protect ${VAR} references
- Settings API: reverse-resolve env vars to preserve ${VAR} refs in yaml,
  write new API keys to .env instead of agentkit.yaml, extract env_key
  from existing ${VAR} reference when updating providers
- Onboarding: merge-update instead of overwrite when config exists,
  use config_arg to determine output path, .env merge instead of overwrite
- Unified templates: bailian-coding provider name, full model_aliases,
  docker-compose with postgres, expanded .env.example
- Optional ruamel.yaml for comment/format preservation in Settings API
- clients.yaml: add _deep_resolve for ${VAR} env var references
- All CLI commands use load_config_with_dotenv() consistently
- Tests: mock find_config_path and CWD auto-discovery to avoid env leaks
2026-06-16 00:26:54 +08:00
..
pipelines fix(pipeline): address code review findings for adversarial loop 2026-06-12 10:02:37 +08:00
skills feat(router): improve colloquial/mixed-lang routing, fix low-complexity IntentRouter bypass 2026-06-15 23:54:57 +08:00
__init__.py feat(configs): add GEO AgentKit Server configuration 2026-06-05 23:25:14 +08:00
geo_handlers.py feat(agentkit): Phase 3 upgrade - persistence, memory, evolution, observability 2026-06-06 17:17:45 +08:00
geo_server.py fix(config): unify config loading chain and protect ${VAR} references 2026-06-16 00:26:54 +08:00
geo_tools.py feat(streaming): Phase C - LLM streaming + ReAct events + SSE endpoint 2026-06-06 11:54:17 +08:00