# agent_harness **Repository Path**: llm_study_1/agent_harness ## Basic Information - **Project Name**: agent_harness - **Description**: cc代码学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-15 - **Last Updated**: 2026-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # claude code ```js // 工具执行 // 001.agent循环 // 002.工具使用 // 003.权限控制 // 004.hooks // 规划和协调 // 005.todoWrite // 006.subAgent // 007.技能加载 // 010.系统提示词 // 011.错误恢复 // 记忆管理 // 008.上下文压缩 // 009.记忆 // 并发 // 013.后台任务 // 014.定时调度 // 多agent平台 // 012.任务系统 // 015.agent团队 // 016.团队协议 // 017.自主agent // 018.workTree隔离 // 019.mcp工具 // 020.综合agent ```