Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-09-07 | 0 | 0 | 0 | 0 | 1 |
| 2026-09-06 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-05 | 0 | 0 | 0 | 0 | 1 |
| 2026-09-04 | 2 | 0 | 0 | 0 | 93 |
| 2026-09-03 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-02 | 1 | 0 | 0 | 0 | 0 |
| 2026-09-01 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-31 | 0 | 1 | 0 | 0 | 0 |
| 2026-08-30 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-29 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-28 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-27 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-26 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-25 | 0 | 0 | 0 | 0 | 0 |
Opened: 3
Closed: 0
Comments: 0
Events: 0
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#1246 adk: ChatModelAgent.Resume panics synchronously on corrupted checkpoint state instead of returning an error Opened 4 days ago | yizhishui123 | open | No labels | 0 | 0 | 1 day ago |
#1236 panic: send on closed channel in typedAgentTool.InvokableRun (adk/agent_tool.go:243) after cancellation — path missed by #929 Opened 6 days ago | RodneyJhan | open | No labels | 1 | 0 | 3 days ago |
#1244 adk: nil event from custom agent is converted into panic error Opened 4 days ago | yiran-culture | open | No labels | 0 | 0 | 4 days ago |
#1187 ADK ChatModelAgent 支持基于 tool 执行结果动态终止 ReAct 循环 Opened 24 days ago | shihuaijun | open | No labels | 3 | 0 | 6 days ago |
#1120 gob 注册公共类型 map[string]any / []any 导致与 go-openapi/spec 等库冲突 panic Opened 2 months ago | whki | closed - completed | No labels | 1 | 0 | 8 days ago |
#997 [ADK] Add structured AgentEvent types for debugging, tracing and durable event logs Opened 5 months ago | wucm667 | open | No labels | 2 | 0 | 9 days ago |
#1028 [Proposal] 提供原生 OpenTelemetry handler,按 GenAI 语义约定为 ChatModel / Tool / Retriever / Graph / ADK 上报 span Opened 4 months ago | wucm667 | open | No labels | 3 | 1 | 9 days ago |
#878 支持关闭 Deep Agent 内置的 task(subagent spawner)提示词注入 Opened 6 months ago | beep-bebop | open | C-feature-request D-adk | 1 | 0 | 12 days ago |
#889 [Feature] 需要AgentAsTool能进行失败重试 Opened 6 months ago | longdexin | open | C-feature-request D-adk | 3 | 0 | 13 days ago |
#1212 docs: llms.txt contains six links that return 404 Opened 15 days ago | dajiaohuang | open | No labels | 0 | 0 | 15 days ago |
#1209 ci: Codecov configuration is ignored because the workflow path does not exist Opened 15 days ago | dajiaohuang | open | No labels | 0 | 0 | 15 days ago |
#1208 docs: README diagrams reference deleted image files Opened 15 days ago | dajiaohuang | open | No labels | 0 | 0 | 15 days ago |
#603 langfuse 上报的 trace 信息缺失 Opened 9 months ago | YouChenJun | closed - completed | C-enhancement D-tracing | 2 | 2 | 20 days ago |
#1094 将文本向量化 报错,请帮忙修正 Opened 3 months ago | lionw | open | No labels | 1 | 0 | 23 days ago |
#1181 [internal/concat] ConcatItems panics (SIGSEGV) when a map[string]any stream key is nil in an earlier chunk and set in a later chunk Opened 26 days ago | Lcos-000 | open | No labels | 1 | 0 | 26 days ago |
#1177 adk: data race on shared reactConfig.cancelCtx when concurrent Run reuses one ChatModelAgent (tools/ReAct path) Opened 1 month ago | justdomepaul | open | No labels | 0 | 0 | 1 month ago |
#1150 feat(schema): track LLM cache-creation (write) tokens in PromptTokenDetails Opened 2 months ago | marwan38 | open | No labels | 2 | 1 | 1 month ago |
#981 Are scripts supported in skills? Opened 5 months ago | ckcfcc | closed - completed | No labels | 0 | 0 | 1 month ago |
#1114 关于skill是一个middle的疑惑 Opened 2 months ago | ckcfcc | closed - completed | No labels | 0 | 0 | 1 month ago |
#1138 请问agent能支持全局状态么? Opened 2 months ago | ckcfcc | closed - completed | No labels | 2 | 0 | 1 month ago |
#1130 注入记忆主题信息的先决条件是否过于严格 Opened 2 months ago | YellowDusk04 | open | No labels | 1 | 0 | 1 month ago |
#995 [ADK] Add pluggable memory middleware based on Retriever/Indexer/Embedding Opened 5 months ago | wucm667 | open | No labels | 1 | 3 | 1 month ago |
#874 Enhance EXIT event to take effect when manually sent in Middlewares or Callback handlers Opened 6 months ago | shentongmartin | open | C-enhancement D-adk | 1 | 0 | 2 months ago |
#714 Enhancement Request for AgentEvent.RunPath to Uniquely Identify Multiple Runs of Nested Agents under EmitInternalEvents Opened 8 months ago | imliuda | open | C-enhancement D-adk | 2 | 0 | 2 months ago |
#1029 [Feature] 提供面向用户层单元测试的可脚本化 MockChatModel Opened 4 months ago | wucm667 | open | No labels | 1 | 1 | 2 months ago |