fischer-agentkit/src/agentkit/server
chiguyong d7ca6e8065
Test / backend-test (pull_request) Has been cancelled Details
Test / frontend-unit (pull_request) Has been cancelled Details
Test / api-e2e (pull_request) Has been cancelled Details
Test / frontend-e2e (pull_request) Has been cancelled Details
fix(review): W1 ServerConfig from_dict wiring, W3 internal kwargs filter, N3 status docstring
Code review fixes for Wave 1:
- W1: ServerConfig.from_dict now wires prompt_cache/streaming/verification sections
  from YAML to constructor (previously these params existed but were never read)
- W3: Tool._validate_input filters _-prefixed kwargs (e.g. _skip_dangerous_check)
  before jsonschema.validate, preventing additionalProperties:false schemas from
  rejecting internal control parameters
- N3: ReActResult.status docstring now lists "empty_fallback" and "verify_failed"

Added test test_internal_kwargs_underscore_prefixed_skipped_by_validation for W3.
2026-06-29 21:58:40 +08:00
..
admin fix(review): U3 atomic file writes for YAML + .env + skill config 2026-06-22 17:03:27 +08:00
auth chore(prior): malformed tool call handling, auth whitelist, dev scripts, wave1 plan 2026-06-29 20:25:03 +08:00
frontend chore(prior): malformed tool call handling, auth whitelist, dev scripts, wave1 plan 2026-06-29 20:25:03 +08:00
routes feat(bitable): 多维表格文件层 + 默认字段 + 表内字段操作 + ce-code-review 修复 (Stage 1) 2026-06-29 04:07:45 +08:00
static chore(prior): malformed tool call handling, auth whitelist, dev scripts, wave1 plan 2026-06-29 20:25:03 +08:00
utils fix(review): U3 atomic file writes for YAML + .env + skill config 2026-06-22 17:03:27 +08:00
__init__.py feat(agentkit): v2 Phase 1 - ReAct/LLM Gateway/Skill/Server + review fixes 2026-06-05 23:32:16 +08:00
app.py fix(calendar): 修复 agent 创建日历事件后 UI 不刷新 + 文档化三根因三部曲 2026-06-29 02:20:33 +08:00
client.py feat(streaming): Phase C - LLM streaming + ReAct events + SSE endpoint 2026-06-06 11:54:17 +08:00
client_config.py fix(config): unify config loading chain and protect ${VAR} references 2026-06-16 00:26:54 +08:00
config.py fix(review): W1 ServerConfig from_dict wiring, W3 internal kwargs filter, N3 status docstring 2026-06-29 21:58:40 +08:00
middleware.py fix: comprehensive code review fixes + WS test stability 2026-06-15 08:17:34 +08:00
runner.py fix(routing): U1-U6 路由优化 + 修复方案 + 代码审查修复 2026-06-20 19:31:49 +08:00
task_store.py fix(review): address all 14 P2 advisory findings 2026-06-06 18:20:46 +08:00