fischer-agentkit/src/agentkit/llm
chiguyong c4aaef05aa feat(U2): G2 prompt cache 双块结构
- ReActEngine 新增 _build_system_message(stable+volatile) 双块构造
- Anthropic provider 返回 content blocks,stable 块带 cache_control
- 非 Anthropic provider 返回字符串拼接,依赖 stable 前缀命中自动前缀缓存
- execute_stream/execute 记忆注入从 system_prompt 末尾移到 volatile 层
- LLMGateway.get_provider_name_for_model 暴露 provider 检测能力
- anthropic.py _convert_messages 支持 list-type system content 透传
- ServerConfig.prompt_cache 配置项(默认 enable=True)
- ReActEngine.prompt_cache_enable 构造参数(默认 True 保当前行为)
- test_prompt_cache_layers.py 覆盖 R4-R7/R13
2026-06-29 20:47:23 +08:00
..
providers feat(U2): G2 prompt cache 双块结构 2026-06-29 20:47:23 +08:00
__init__.py feat: 企业级客户端-服务端架构 + 代码审查修复 2026-06-20 06:48:18 +08:00
cache.py fix(review): ce-code-review P1+P2 修复 — 安全/可靠性/性能 2026-06-26 01:40:31 +08:00
cache_key.py fix(review): ce-code-review P1+P2 修复 — 安全/可靠性/性能 2026-06-26 01:40:31 +08:00
config.py fix(review): ce-code-review P1+P2 修复 — 安全/可靠性/性能 2026-06-26 01:40:31 +08:00
gateway.py feat(U2): G2 prompt cache 双块结构 2026-06-29 20:47:23 +08:00
migration.py feat(llm): U15 — LiteLLM unified provider + api_key encrypted secrets migration 2026-06-25 21:41:15 +08:00
protocol.py feat(llm): U17 — LiteLLM 语义缓存替换 + per-user/ACL scope 安全隔离 2026-06-25 22:49:59 +08:00
remote_provider.py feat: 企业级客户端-服务端架构 + 代码审查修复 2026-06-20 06:48:18 +08:00
retry.py feat(agentkit): Phase 4 enterprise production upgrade — 12 Implementation Units 2026-06-06 21:51:04 +08:00