fischer-agentkit/configs
chiguyong 8c365486e2 fix(pipeline): address code review findings for adversarial loop
Critical:
- C1: Add verifier_timeout_seconds for independent Verifier timeout
- C2: Verifier parse failure raises RuntimeError instead of dead-loop

Major:
- M1: Inject previous_output into Worker retry context
- M2: Add Pydantic ge/le constraint on ReviewFeedback.score
- M3: Use Literal type for feedback_mode enum validation
- M4: Use Literal types for ReviewIssue severity and category
- M5: Merge error messages when escalation agent also fails

Tests: 8 new test cases added (19 total), all passing
2026-06-12 10:02:37 +08:00
..
pipelines fix(pipeline): address code review findings for adversarial loop 2026-06-12 10:02:37 +08:00
skills feat(configs): add code_reviewer skill and coding_harness pipeline 2026-06-12 09:38:37 +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 fix: switch default model to qwen3-coder-plus for better function calling 2026-06-12 09:27:52 +08:00