| Frontend API seam | api, stream, upload in src/shared/auth/authenticated.ts | Fetch calls with token refresh and AuthError. |
| Route seam | TanStack file routes in src/routes | Feature modules under src/features. |
| Agent execution seam | ADKExecutorV2.execute() | Agent factory, runner, persister, prompt guard, token usage. |
| Agent construction seam | AgentFactoryV2.create_agent() | DB config loading, instruction merge, model resolution, tool resolution. |
| Tool resolution seam | ToolRegistryV2.resolve_tools() | Built-ins, tool rows, agent tools, MCP toolsets, integrations. |
| Workflow execution seam | ADKWorkflowExecutor.execute() | Graph validation, execution plan, node runners, state, token usage. |