Eino dev可以实现提供对adk 构建的agent的可视化调试
- Dominant language
- Go
- Stars
- 13k
- Forks
- 1.1k
- Avg merge
- 4h 6m
- Merged PRs (30d)
- 41
Description
**问题:**
目前的Eino Dev 插件仅支持通过 devops.AddGraph() 注册的compose.Graph和 compose.Chain的可视化调试,无法调试使用 ADK TypedAgent 构建的 Agent。
这导致开发者:
无法在 VS Code 中可视化查看 ADK Agent 的执行流程
无法单步调试 Agent 的每个处理阶段,调试只能依赖 fmt.Println,效率极低
**期望:**
支持adk 构建的Agent的可视化调试 ,就像竞品LangSmith Studio 一样 支持三级可视化调试 (langgraph 的 graph , langchain 的 create_agent, deepagents 的 create_deep_agents)
Contributor guide
Research direction
Start by tracing how Eino Dev registers compose.Graph and compose.Chain through devops.AddGraph, then compare that flow with agents built from ADK TypedAgent. Define the integration points needed for VS Code visualization and step debugging, and verify that an ADK Agent's execution stages can be viewed and stepped through.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, vscode
- Domain
- ai, devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100