|
1 | 1 | { |
2 | | - "generatedAt": "2026-07-08T04:58:29.018956+00:00", |
| 2 | + "generatedAt": "2026-07-15T05:19:58.288176+00:00", |
3 | 3 | "targetRepository": "https://github.com/kingsoftcloud/ksadk-python", |
4 | 4 | "documentation": "https://kingsoftcloud.github.io/ksadk-python/", |
5 | | - "exportPathCount": 557, |
6 | | - "excludedPathCount": 200, |
| 5 | + "exportPathCount": 552, |
| 6 | + "excludedPathCount": 207, |
7 | 7 | "excludedPaths": [ |
8 | 8 | "docs/Agent 开发者上下文接入指南.md", |
9 | 9 | "docs/DeepAgents说明.md", |
| 10 | + "docs/adk-resume-integration-design.md", |
10 | 11 | "docs/archive/kb-memory/knowledge_base_integration_plan.md", |
11 | 12 | "docs/archive/kb-memory/knowledge_base_test_report.md", |
12 | 13 | "docs/archive/kb-memory/memory_adk_test_practice.md", |
|
68 | 69 | "scripts/validate_checkpoint_resume_e2e.py", |
69 | 70 | "scripts/validate_hosted_long_task_e2e.py", |
70 | 71 | "scripts/validate_long_task_pilot.py", |
| 72 | + "scripts/validate_session_failopen_e2e.py", |
71 | 73 | "skills/agentengine-cli-ops/SKILL.md", |
72 | 74 | "skills/agentengine-cli-ops/agents/openai.yaml", |
73 | 75 | "skills/agentengine-cli-ops/references/prerequisites.md", |
|
90 | 92 | "tests/long_task/test_checkpoint_resume.py", |
91 | 93 | "tests/long_task/test_runtime_cancel.py", |
92 | 94 | "tests/long_task/test_tool_idempotency.py", |
| 95 | + "tests/mock_responses_server.py", |
93 | 96 | "tests/skills/__init__.py", |
94 | 97 | "tests/skills/test_adk_runner_skill_runtime.py", |
95 | 98 | "tests/skills/test_loader_and_tools.py", |
|
105 | 108 | "tests/snapshots/workflow_help_snapshots.txt", |
106 | 109 | "tests/test_a2a_cli.py", |
107 | 110 | "tests/test_a2a_integration.py", |
| 111 | + "tests/test_adk_resilient_session_service.py", |
108 | 112 | "tests/test_agent.py", |
109 | 113 | "tests/test_agent_access.py", |
110 | 114 | "tests/test_agentengine_toolsets.py", |
|
164 | 168 | "tests/test_local_runtime_reexec.py", |
165 | 169 | "tests/test_long_task_pilot_validation.py", |
166 | 170 | "tests/test_mcp_runtime.py", |
| 171 | + "tests/test_model_context.py", |
167 | 172 | "tests/test_model_policy.py", |
168 | 173 | "tests/test_openai_protocol_e2e.py", |
169 | 174 | "tests/test_openclaw_env_vars.py", |
|
195 | 200 | "tests/test_tool_result_budget.py", |
196 | 201 | "tests/test_tracing_cloud_monitor_e2e.py", |
197 | 202 | "tests/test_tui_app.py", |
198 | | - "tests/test_tui_clipboard.py", |
| 203 | + "tests/test_tui_loop.py", |
| 204 | + "tests/test_tui_stream.py", |
199 | 205 | "tests/test_ui_config_resolution.py", |
200 | 206 | "tests/test_unified_agent_ui_local.py", |
201 | 207 | "tests/test_usage_accumulator.py", |
202 | 208 | "tests/test_validate_hosted_long_task_e2e.py", |
| 209 | + "tests/test_validate_session_failopen_e2e.py", |
203 | 210 | "tests/test_web_toolset.py", |
204 | 211 | "tests/test_workflow_common.py", |
205 | 212 | "tests/test_workflow_help_snapshots.py", |
|
0 commit comments