fischer-agentkit/configs
chiguyong 93bc7c4e3e fix: change all agent YAML model from hardcoded provider to 'default'
Hardcoded model names like 'openai/gpt-4o-mini' or 'anthropic/claude-sonnet'
cause 'No provider available' errors when the specific provider isn't configured.
Using 'default' lets the system pick the available provider automatically.
2026-06-11 14:19:26 +08:00
..
pipelines feat(phase6): implement end-to-end enterprise scenario validation (U15) 2026-06-10 01:38:28 +08:00
skills fix: change all agent YAML model from hardcoded provider to 'default' 2026-06-11 14:19:26 +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 feat(configs): add GEO AgentKit Server configuration 2026-06-05 23:25:14 +08:00
geo_tools.py feat(streaming): Phase C - LLM streaming + ReAct events + SSE endpoint 2026-06-06 11:54:17 +08:00
llm_config.yaml feat(compression): U6 GEO Pipeline compression integration tests and config 2026-06-07 18:20:41 +08:00