Skip to content

Commit 3fd5693

Browse files
echoVicclaude
andcommitted
feat: 实现 agentic loop 核心功能
主要更新: - 新增 LoopDetectionService 实现循环检测和缓解 - 增强 Agent 和 ExecutionEngine 的循环控制能力 - 改进 ContextManager 的上下文压缩和恢复机制 - 优化 ChatService 的流式响应处理 - 完善安全防护指南 - 添加环境变量工具函数 - 更新相关测试用例 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ce37515 commit 3fd5693

23 files changed

Lines changed: 2065 additions & 422 deletions

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"Bash(node:*)",
2121
"Bash(pnpm add:*)",
2222
"Bash(npx:*)",
23-
"Bash(xargs sed:*)"
23+
"Bash(xargs sed:*)",
24+
"WebFetch(domain:gist.github.com)"
2425
],
2526
"deny": [],
2627
"ask": [],

0 commit comments

Comments
 (0)