implement first draft agent UI #10162
Annotations
10 warnings
|
Lint:
assets/src/components/ai/sentinels/Sentinels.tsx#L42
Hooks may not be referenced as normal values, they must be called. See https://react.dev/reference/rules/react-calls-components-and-hooks#never-pass-around-hooks-as-regular-values
|
|
Lint:
assets/src/components/ai/mcp/McpServers.tsx#L42
Hooks may not be referenced as normal values, they must be called. See https://react.dev/reference/rules/react-calls-components-and-hooks#never-pass-around-hooks-as-regular-values
|
|
Lint:
assets/src/components/ai/mcp/McpAuditTable.tsx#L20
Hooks may not be referenced as normal values, they must be called. See https://react.dev/reference/rules/react-calls-components-and-hooks#never-pass-around-hooks-as-regular-values
|
|
Lint:
assets/src/components/ai/chatbot/input/ChatInputClusterSelect.tsx#L45
Hooks may not be referenced as normal values, they must be called. See https://react.dev/reference/rules/react-calls-components-and-hooks#never-pass-around-hooks-as-regular-values
|
|
Lint:
assets/src/components/ai/chatbot/input/ChatInputCloudSelect.tsx#L43
Hooks may not be referenced as normal values, they must be called. See https://react.dev/reference/rules/react-calls-components-and-hooks#never-pass-around-hooks-as-regular-values
|
|
Lint:
assets/src/components/ai/chatbot/Chatbot.tsx#L63
Hooks may not be referenced as normal values, they must be called. See https://react.dev/reference/rules/react-calls-components-and-hooks#never-pass-around-hooks-as-regular-values
|
|
Lint:
assets/src/components/ai/agent-runtimes/AIAgentRuntimes.tsx#L22
Hooks may not be referenced as normal values, they must be called. See https://react.dev/reference/rules/react-calls-components-and-hooks#never-pass-around-hooks-as-regular-values
|
|
Lint:
assets/src/components/ai/agent-runs/AIAgentRuns.tsx#L25
Hooks may not be referenced as normal values, they must be called. See https://react.dev/reference/rules/react-calls-components-and-hooks#never-pass-around-hooks-as-regular-values
|
|
Lint:
assets/src/components/ai/AIThreads.tsx#L30
Hooks may not be referenced as normal values, they must be called. See https://react.dev/reference/rules/react-calls-components-and-hooks#never-pass-around-hooks-as-regular-values
|
|
Lint:
assets/src/components/ai/AIAgentSessions.tsx#L43
Hooks may not be referenced as normal values, they must be called. See https://react.dev/reference/rules/react-calls-components-and-hooks#never-pass-around-hooks-as-regular-values
|