Loading...
Loading...
Explains the ADK Dev Console — what each tab shows, how to read Agent Steps, traces, and other UI features visible at localhost:3001 during adk dev
npx skill4agent add botpress/skills adk-dev-console3001adk devlocalhost:3001| File | Contents |
|---|---|
| Agent Steps visualization — turns, iterations, tools, messages, state mutations, cost tracking, status indicators |
| Every page/tab in the Dev Console — what it shows, key features, layout |
| Group | Pages | Purpose |
|---|---|---|
| Chat | Chat | Test the agent via webchat + see Agent Steps |
| Build | Story | Visual agent flow graph (feature-flagged) |
| Components | Actions, Workflows, Triggers | Browse and test bot primitives |
| Test | RAG Search, Evals | Test knowledge search and run automated evals |
| Data | Knowledge, Tables, Files | Manage knowledge bases, tables, and files |
| Observe | Conversations, Traces, Logs | View conversation history, execution traces, runtime logs |
| Config | Settings, Integrations | Agent config, secrets, LLM settings, integration management |
| Path | Page |
|---|---|
| Chat + Agent Steps |
| Actions browser |
| Workflows + run history |
| RAG search testing |
| Eval definitions + runs |
| Knowledge base management |
| Table data management |
| Full trace viewer |
| Conversation history |
| Runtime logs |
| Agent configuration |
| Integration management |