@roj-ai/debug 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/debug/DebugNavigation.js +1 -1
- package/dist/components/debug/DebugNavigation.js.map +1 -1
- package/dist/components/debug/DebugShell.js +2 -2
- package/dist/components/debug/DebugShell.js.map +1 -1
- package/dist/components/debug/TimelineDetailInspector.js +1 -1
- package/dist/components/debug/TimelineDetailInspector.js.map +1 -1
- package/dist/components/debug/communication/CommunicationDiagram.d.ts +1 -1
- package/dist/components/debug/communication/CommunicationDiagram.d.ts.map +1 -1
- package/dist/components/debug/communication/CommunicationDiagram.js +10 -10
- package/dist/components/debug/communication/CommunicationDiagram.js.map +1 -1
- package/dist/components/debug/communication/DiagramHeader.d.ts +1 -1
- package/dist/components/debug/communication/DiagramHeader.d.ts.map +1 -1
- package/dist/components/debug/communication/DiagramHeader.js +2 -2
- package/dist/components/debug/communication/DiagramHeader.js.map +1 -1
- package/dist/components/debug/communication/ParticipantLane.d.ts +1 -1
- package/dist/components/debug/communication/ParticipantLane.d.ts.map +1 -1
- package/dist/components/debug/communication/ParticipantLane.js +1 -1
- package/dist/components/debug/communication/ParticipantLane.js.map +1 -1
- package/dist/components/debug/communication/TimeAxis.d.ts +1 -1
- package/dist/components/debug/communication/TimeAxis.d.ts.map +1 -1
- package/dist/components/debug/communication/TimeAxis.js +1 -1
- package/dist/components/debug/communication/TimeAxis.js.map +1 -1
- package/dist/components/debug/communication/elements/IdleGap.d.ts +1 -1
- package/dist/components/debug/communication/elements/IdleGap.d.ts.map +1 -1
- package/dist/components/debug/communication/elements/IdleGap.js +1 -1
- package/dist/components/debug/communication/elements/IdleGap.js.map +1 -1
- package/dist/components/debug/communication/elements/LLMBlock.d.ts +1 -1
- package/dist/components/debug/communication/elements/LLMBlock.d.ts.map +1 -1
- package/dist/components/debug/communication/elements/LLMBlock.js +2 -2
- package/dist/components/debug/communication/elements/LLMBlock.js.map +1 -1
- package/dist/components/debug/communication/elements/MessageArrow.d.ts +1 -1
- package/dist/components/debug/communication/elements/MessageArrow.d.ts.map +1 -1
- package/dist/components/debug/communication/elements/MessageArrow.js +1 -1
- package/dist/components/debug/communication/elements/MessageArrow.js.map +1 -1
- package/dist/components/debug/communication/elements/ToolBlock.d.ts +1 -1
- package/dist/components/debug/communication/elements/ToolBlock.d.ts.map +1 -1
- package/dist/components/debug/communication/elements/ToolBlock.js +1 -1
- package/dist/components/debug/communication/elements/ToolBlock.js.map +1 -1
- package/dist/components/debug/communication/hooks/useDiagramData.d.ts +1 -1
- package/dist/components/debug/communication/hooks/useDiagramData.d.ts.map +1 -1
- package/dist/components/debug/communication/hooks/useDiagramData.js +1 -1
- package/dist/components/debug/communication/hooks/useDiagramData.js.map +1 -1
- package/dist/components/debug/communication/hooks/useTimeCompression.d.ts +1 -1
- package/dist/components/debug/communication/hooks/useTimeCompression.d.ts.map +1 -1
- package/dist/components/debug/communication/hooks/useZoomPan.d.ts +1 -1
- package/dist/components/debug/communication/hooks/useZoomPan.d.ts.map +1 -1
- package/dist/components/debug/communication/popovers/ElementPopover.d.ts +1 -1
- package/dist/components/debug/communication/popovers/ElementPopover.d.ts.map +1 -1
- package/dist/components/debug/index.d.ts +6 -6
- package/dist/components/debug/index.d.ts.map +1 -1
- package/dist/components/debug/index.js +6 -6
- package/dist/components/debug/index.js.map +1 -1
- package/dist/components/debug/pages/AgentDetailPage.js +3 -3
- package/dist/components/debug/pages/AgentDetailPage.js.map +1 -1
- package/dist/components/debug/pages/AgentsPage.js +4 -4
- package/dist/components/debug/pages/AgentsPage.js.map +1 -1
- package/dist/components/debug/pages/CommunicationPage.js +3 -3
- package/dist/components/debug/pages/CommunicationPage.js.map +1 -1
- package/dist/components/debug/pages/DashboardPage.js +4 -4
- package/dist/components/debug/pages/DashboardPage.js.map +1 -1
- package/dist/components/debug/pages/EventsPage.js +2 -2
- package/dist/components/debug/pages/EventsPage.js.map +1 -1
- package/dist/components/debug/pages/FilesPage.js +1 -1
- package/dist/components/debug/pages/FilesPage.js.map +1 -1
- package/dist/components/debug/pages/LLMCallPage.js +2 -2
- package/dist/components/debug/pages/LLMCallPage.js.map +1 -1
- package/dist/components/debug/pages/LLMCallsPage.js +2 -2
- package/dist/components/debug/pages/LLMCallsPage.js.map +1 -1
- package/dist/components/debug/pages/LogsPage.js +1 -1
- package/dist/components/debug/pages/LogsPage.js.map +1 -1
- package/dist/components/debug/pages/MailboxPage.js +2 -2
- package/dist/components/debug/pages/MailboxPage.js.map +1 -1
- package/dist/components/debug/pages/ServicesPage.js +2 -2
- package/dist/components/debug/pages/ServicesPage.js.map +1 -1
- package/dist/components/debug/pages/TimelinePage.js +3 -3
- package/dist/components/debug/pages/TimelinePage.js.map +1 -1
- package/dist/components/debug/pages/UserChatPage.js +2 -2
- package/dist/components/debug/pages/UserChatPage.js.map +1 -1
- package/dist/components/debug/pages/index.d.ts +13 -13
- package/dist/components/debug/pages/index.d.ts.map +1 -1
- package/dist/components/debug/pages/index.js +13 -13
- package/dist/components/debug/pages/index.js.map +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/providers/EventPollingProvider.js +1 -1
- package/dist/providers/EventPollingProvider.js.map +1 -1
- package/package.json +4 -4
- package/src/components/debug/DebugNavigation.tsx +1 -1
- package/src/components/debug/DebugShell.tsx +2 -2
- package/src/components/debug/TimelineDetailInspector.tsx +1 -1
- package/src/components/debug/communication/CommunicationDiagram.tsx +11 -11
- package/src/components/debug/communication/DiagramHeader.tsx +3 -3
- package/src/components/debug/communication/ParticipantLane.tsx +2 -2
- package/src/components/debug/communication/TimeAxis.tsx +2 -2
- package/src/components/debug/communication/elements/IdleGap.tsx +2 -2
- package/src/components/debug/communication/elements/LLMBlock.tsx +3 -3
- package/src/components/debug/communication/elements/MessageArrow.tsx +2 -2
- package/src/components/debug/communication/elements/ToolBlock.tsx +2 -2
- package/src/components/debug/communication/hooks/useDiagramData.ts +2 -2
- package/src/components/debug/communication/hooks/useTimeCompression.ts +1 -1
- package/src/components/debug/communication/hooks/useZoomPan.ts +1 -1
- package/src/components/debug/communication/popovers/ElementPopover.tsx +1 -1
- package/src/components/debug/index.ts +6 -6
- package/src/components/debug/pages/AgentDetailPage.tsx +3 -3
- package/src/components/debug/pages/AgentsPage.tsx +4 -4
- package/src/components/debug/pages/CommunicationPage.tsx +3 -3
- package/src/components/debug/pages/DashboardPage.tsx +4 -4
- package/src/components/debug/pages/EventsPage.tsx +2 -2
- package/src/components/debug/pages/FilesPage.tsx +1 -1
- package/src/components/debug/pages/LLMCallPage.tsx +2 -2
- package/src/components/debug/pages/LLMCallsPage.tsx +2 -2
- package/src/components/debug/pages/LogsPage.tsx +1 -1
- package/src/components/debug/pages/MailboxPage.tsx +2 -2
- package/src/components/debug/pages/ServicesPage.tsx +2 -2
- package/src/components/debug/pages/TimelinePage.tsx +3 -3
- package/src/components/debug/pages/UserChatPage.tsx +2 -2
- package/src/components/debug/pages/index.ts +13 -13
- package/src/index.ts +4 -4
- package/src/providers/EventPollingProvider.tsx +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { AgentTreeNode } from '@roj-ai/shared'
|
|
2
2
|
import type { BuiltinEvent, DomainEvent } from '@roj-ai/sdk'
|
|
3
3
|
import { useMemo } from 'react'
|
|
4
|
-
import type { DiagramData, DiagramLLMBlock, DiagramMessage, DiagramParticipant, DiagramToolBlock, ParticipantRole, ParticipantStatus } from '../types'
|
|
5
|
-
import { useTimeCompression } from './useTimeCompression'
|
|
4
|
+
import type { DiagramData, DiagramLLMBlock, DiagramMessage, DiagramParticipant, DiagramToolBlock, ParticipantRole, ParticipantStatus } from '../types.js'
|
|
5
|
+
import { useTimeCompression } from './useTimeCompression.js'
|
|
6
6
|
|
|
7
7
|
interface UseDiagramDataProps {
|
|
8
8
|
events: DomainEvent[]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DiagramLLMBlock, DiagramMessage, DiagramToolBlock, PopoverElement, TimeSegment } from '../types'
|
|
1
|
+
import type { DiagramLLMBlock, DiagramMessage, DiagramToolBlock, PopoverElement, TimeSegment } from '../types.js'
|
|
2
2
|
|
|
3
3
|
interface ElementPopoverProps {
|
|
4
4
|
element: PopoverElement
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
// Context (host app must provide this)
|
|
8
|
-
export { DebugContext, useDebugContext, type DebugContextValue } from './DebugContext'
|
|
8
|
+
export { DebugContext, useDebugContext, type DebugContextValue } from './DebugContext.js'
|
|
9
9
|
|
|
10
10
|
// Navigation utilities
|
|
11
|
-
export { DebugLink, useDebugNavigate, useDebugParams, useDebugSessionId } from './DebugNavigation'
|
|
11
|
+
export { DebugLink, useDebugNavigate, useDebugParams, useDebugSessionId } from './DebugNavigation.js'
|
|
12
12
|
|
|
13
13
|
// Shell (layout without router dependency)
|
|
14
|
-
export { BackIcon, DebugShell, getNavItemClassName, navItems, type NavItem } from './DebugShell'
|
|
14
|
+
export { BackIcon, DebugShell, getNavItemClassName, navItems, type NavItem } from './DebugShell.js'
|
|
15
15
|
|
|
16
16
|
// Detail components
|
|
17
|
-
export { LLMCallDetail } from './LLMCallDetail'
|
|
17
|
+
export { LLMCallDetail } from './LLMCallDetail.js'
|
|
18
18
|
|
|
19
19
|
// Pages
|
|
20
20
|
export {
|
|
@@ -31,7 +31,7 @@ export {
|
|
|
31
31
|
ServicesPage,
|
|
32
32
|
TimelinePage,
|
|
33
33
|
UserChatPage,
|
|
34
|
-
} from './pages'
|
|
34
|
+
} from './pages/index.js'
|
|
35
35
|
|
|
36
36
|
// Communication diagram components
|
|
37
|
-
export { CommunicationDiagram } from './communication/CommunicationDiagram'
|
|
37
|
+
export { CommunicationDiagram } from './communication/CommunicationDiagram.js'
|
|
@@ -7,13 +7,13 @@ import type {
|
|
|
7
7
|
import { AgentId } from "@roj-ai/shared";
|
|
8
8
|
import { type FormEvent, useCallback, useMemo, useState } from "react";
|
|
9
9
|
import { api, unwrap } from "@roj-ai/client";
|
|
10
|
-
import { useAgentDetail, useEventStore } from "../../../stores/event-store";
|
|
11
|
-
import { formatDuration } from "../../../utils/format";
|
|
10
|
+
import { useAgentDetail, useEventStore } from "../../../stores/event-store.js";
|
|
11
|
+
import { formatDuration } from "../../../utils/format.js";
|
|
12
12
|
import {
|
|
13
13
|
DebugLink,
|
|
14
14
|
useDebugParams,
|
|
15
15
|
useDebugSessionId,
|
|
16
|
-
} from "../DebugNavigation";
|
|
16
|
+
} from "../DebugNavigation.js";
|
|
17
17
|
|
|
18
18
|
function formatTime(ts: number | undefined): string | null {
|
|
19
19
|
if (ts === undefined) return null;
|
|
@@ -4,10 +4,10 @@ import { AgentId } from '@roj-ai/shared'
|
|
|
4
4
|
import type { RpcOutput } from '@roj-ai/shared/rpc'
|
|
5
5
|
import { useCallback, useEffect, useState } from 'react'
|
|
6
6
|
import { api, unwrap } from '@roj-ai/client'
|
|
7
|
-
import { useAgentTree, useEventStore } from '../../../stores/event-store'
|
|
8
|
-
import { useDebugContext } from '../DebugContext'
|
|
9
|
-
import { DebugLink, useDebugSessionId } from '../DebugNavigation'
|
|
10
|
-
import { AgentDetailPage } from './AgentDetailPage'
|
|
7
|
+
import { useAgentTree, useEventStore } from '../../../stores/event-store.js'
|
|
8
|
+
import { useDebugContext } from '../DebugContext.js'
|
|
9
|
+
import { DebugLink, useDebugSessionId } from '../DebugNavigation.js'
|
|
10
|
+
import { AgentDetailPage } from './AgentDetailPage.js'
|
|
11
11
|
|
|
12
12
|
export function AgentsPage() {
|
|
13
13
|
const sessionId = useDebugSessionId()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { useAgentTree, useEvents, useEventStore } from '../../../stores/event-store'
|
|
2
|
-
import { CommunicationDiagram } from '../communication/CommunicationDiagram'
|
|
3
|
-
import { useDiagramData } from '../communication/hooks/useDiagramData'
|
|
1
|
+
import { useAgentTree, useEvents, useEventStore } from '../../../stores/event-store.js'
|
|
2
|
+
import { CommunicationDiagram } from '../communication/CommunicationDiagram.js'
|
|
3
|
+
import { useDiagramData } from '../communication/hooks/useDiagramData.js'
|
|
4
4
|
|
|
5
5
|
export function CommunicationPage() {
|
|
6
6
|
// Get events and agents from event store (already loaded by DebugLayout)
|
|
@@ -7,10 +7,10 @@ import {
|
|
|
7
7
|
useMetrics,
|
|
8
8
|
useSessionInfo,
|
|
9
9
|
useTimeline,
|
|
10
|
-
} from "../../../stores/event-store";
|
|
11
|
-
import { formatDuration } from "../../../utils/format";
|
|
12
|
-
import { useDebugNavigate } from "../DebugNavigation";
|
|
13
|
-
import { TimelineDetailInspector } from "../TimelineDetailInspector";
|
|
10
|
+
} from "../../../stores/event-store.js";
|
|
11
|
+
import { formatDuration } from "../../../utils/format.js";
|
|
12
|
+
import { useDebugNavigate } from "../DebugNavigation.js";
|
|
13
|
+
import { TimelineDetailInspector } from "../TimelineDetailInspector.js";
|
|
14
14
|
|
|
15
15
|
export function DashboardPage() {
|
|
16
16
|
const sessionInfo = useSessionInfo();
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { BuiltinEvent, DomainEvent, InferenceCompletedEvent, InferenceFailedEvent } from '@roj-ai/sdk'
|
|
2
2
|
import { useCallback, useMemo, useState } from 'react'
|
|
3
|
-
import { DebugLink, useDebugSessionId } from '../DebugNavigation'
|
|
3
|
+
import { DebugLink, useDebugSessionId } from '../DebugNavigation.js'
|
|
4
4
|
import { api, unwrap } from '@roj-ai/client'
|
|
5
|
-
import { useEvents, useEventStore } from '../../../stores/event-store'
|
|
5
|
+
import { useEvents, useEventStore } from '../../../stores/event-store.js'
|
|
6
6
|
|
|
7
7
|
const EVENT_TYPES = [
|
|
8
8
|
'all',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useCallback, useEffect, useState } from 'react'
|
|
2
2
|
import { api, getApiBaseUrl } from '@roj-ai/client'
|
|
3
|
-
import { useDebugSessionId } from '../DebugNavigation'
|
|
3
|
+
import { useDebugSessionId } from '../DebugNavigation.js'
|
|
4
4
|
|
|
5
5
|
type Root = 'session' | 'workspace'
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DebugLink, useDebugParams, useDebugSessionId } from '../DebugNavigation'
|
|
2
|
-
import { LLMCallDetail } from '../LLMCallDetail'
|
|
1
|
+
import { DebugLink, useDebugParams, useDebugSessionId } from '../DebugNavigation.js'
|
|
2
|
+
import { LLMCallDetail } from '../LLMCallDetail.js'
|
|
3
3
|
|
|
4
4
|
export function LLMCallPage() {
|
|
5
5
|
const sessionId = useDebugSessionId()
|
|
@@ -2,8 +2,8 @@ import type { LLMCallLogEntry } from '@roj-ai/sdk'
|
|
|
2
2
|
import type { AgentId } from '@roj-ai/shared'
|
|
3
3
|
import { useCallback, useEffect, useMemo, useState } from 'react'
|
|
4
4
|
import { api, unwrap } from '@roj-ai/client'
|
|
5
|
-
import { useEventStore } from '../../../stores/event-store'
|
|
6
|
-
import { DebugLink, useDebugSessionId } from '../DebugNavigation'
|
|
5
|
+
import { useEventStore } from '../../../stores/event-store.js'
|
|
6
|
+
import { DebugLink, useDebugSessionId } from '../DebugNavigation.js'
|
|
7
7
|
|
|
8
8
|
function isLLMCallLogEntry(data: unknown): data is LLMCallLogEntry {
|
|
9
9
|
return typeof data === 'object' && data !== null && 'id' in data && 'status' in data && 'request' in data
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useCallback, useEffect, useRef, useState } from "react";
|
|
2
2
|
import { api } from "@roj-ai/client";
|
|
3
|
-
import { useDebugSessionId } from "../DebugNavigation";
|
|
3
|
+
import { useDebugSessionId } from "../DebugNavigation.js";
|
|
4
4
|
|
|
5
5
|
type LogLevel = "debug" | "info" | "warn" | "error";
|
|
6
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { GlobalMailboxMessage } from '@roj-ai/shared'
|
|
2
2
|
import { useState } from 'react'
|
|
3
|
-
import { useEventStore, useGlobalMailbox } from '../../../stores/event-store'
|
|
4
|
-
import { DebugLink } from '../DebugNavigation'
|
|
3
|
+
import { useEventStore, useGlobalMailbox } from '../../../stores/event-store.js'
|
|
4
|
+
import { DebugLink } from '../DebugNavigation.js'
|
|
5
5
|
|
|
6
6
|
export function MailboxPage() {
|
|
7
7
|
// Get mailbox from event store (already loaded by DebugLayout)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useCallback, useState } from 'react'
|
|
2
2
|
import type { ServiceEntry, ServiceStatus } from '@roj-ai/shared'
|
|
3
3
|
import { api } from '@roj-ai/client'
|
|
4
|
-
import { useDebugSessionId } from '../DebugNavigation'
|
|
5
|
-
import { useEventStore } from '../../../stores/event-store'
|
|
4
|
+
import { useDebugSessionId } from '../DebugNavigation.js'
|
|
5
|
+
import { useEventStore } from '../../../stores/event-store.js'
|
|
6
6
|
|
|
7
7
|
const statusColors: Record<ServiceStatus, string> = {
|
|
8
8
|
stopped: 'bg-slate-100 text-slate-700',
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { TimelineItem } from '@roj-ai/shared'
|
|
2
2
|
import { useState } from 'react'
|
|
3
|
-
import { DebugLink, useDebugSessionId } from '../DebugNavigation'
|
|
4
|
-
import { useEventStore, useTimeline } from '../../../stores/event-store'
|
|
5
|
-
import { LLMCallDetail } from '../LLMCallDetail'
|
|
3
|
+
import { DebugLink, useDebugSessionId } from '../DebugNavigation.js'
|
|
4
|
+
import { useEventStore, useTimeline } from '../../../stores/event-store.js'
|
|
5
|
+
import { LLMCallDetail } from '../LLMCallDetail.js'
|
|
6
6
|
|
|
7
7
|
export function TimelinePage() {
|
|
8
8
|
const sessionId = useDebugSessionId()
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { DebugChatMessage } from '@roj-ai/shared'
|
|
2
2
|
import { useState } from 'react'
|
|
3
|
-
import { DebugLink } from '../DebugNavigation'
|
|
4
|
-
import { useChatDebug, useEventStore } from '../../../stores/event-store'
|
|
3
|
+
import { DebugLink } from '../DebugNavigation.js'
|
|
4
|
+
import { useChatDebug, useEventStore } from '../../../stores/event-store.js'
|
|
5
5
|
|
|
6
6
|
export function UserChatPage() {
|
|
7
7
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export { AgentDetailPage } from './AgentDetailPage'
|
|
2
|
-
export { DashboardPage } from './DashboardPage'
|
|
3
|
-
export { AgentsPage } from './AgentsPage'
|
|
4
|
-
export { CommunicationPage } from './CommunicationPage'
|
|
5
|
-
export { EventsPage } from './EventsPage'
|
|
6
|
-
export { LLMCallPage } from './LLMCallPage'
|
|
7
|
-
export { LLMCallsPage } from './LLMCallsPage'
|
|
8
|
-
export { MailboxPage } from './MailboxPage'
|
|
9
|
-
export { TimelinePage } from './TimelinePage'
|
|
10
|
-
export { UserChatPage } from './UserChatPage'
|
|
11
|
-
export { FilesPage } from './FilesPage'
|
|
12
|
-
export { LogsPage } from './LogsPage'
|
|
13
|
-
export { ServicesPage } from './ServicesPage'
|
|
1
|
+
export { AgentDetailPage } from './AgentDetailPage.js'
|
|
2
|
+
export { DashboardPage } from './DashboardPage.js'
|
|
3
|
+
export { AgentsPage } from './AgentsPage.js'
|
|
4
|
+
export { CommunicationPage } from './CommunicationPage.js'
|
|
5
|
+
export { EventsPage } from './EventsPage.js'
|
|
6
|
+
export { LLMCallPage } from './LLMCallPage.js'
|
|
7
|
+
export { LLMCallsPage } from './LLMCallsPage.js'
|
|
8
|
+
export { MailboxPage } from './MailboxPage.js'
|
|
9
|
+
export { TimelinePage } from './TimelinePage.js'
|
|
10
|
+
export { UserChatPage } from './UserChatPage.js'
|
|
11
|
+
export { FilesPage } from './FilesPage.js'
|
|
12
|
+
export { LogsPage } from './LogsPage.js'
|
|
13
|
+
export { ServicesPage } from './ServicesPage.js'
|
package/src/index.ts
CHANGED
|
@@ -19,10 +19,10 @@ export {
|
|
|
19
19
|
useMetrics,
|
|
20
20
|
useSessionInfo,
|
|
21
21
|
useTimeline,
|
|
22
|
-
} from './stores/event-store'
|
|
22
|
+
} from './stores/event-store.js'
|
|
23
23
|
|
|
24
24
|
// Event polling provider
|
|
25
|
-
export { EventPollingProvider, useEventPolling } from './providers/EventPollingProvider'
|
|
25
|
+
export { EventPollingProvider, useEventPolling } from './providers/EventPollingProvider.js'
|
|
26
26
|
|
|
27
27
|
// Debug components (context, navigation, shell, pages, diagrams)
|
|
28
28
|
export {
|
|
@@ -51,5 +51,5 @@ export {
|
|
|
51
51
|
useDebugParams,
|
|
52
52
|
useDebugSessionId,
|
|
53
53
|
UserChatPage,
|
|
54
|
-
} from './components/debug'
|
|
55
|
-
export type { DebugContextValue, NavItem } from './components/debug'
|
|
54
|
+
} from './components/debug/index.js'
|
|
55
|
+
export type { DebugContextValue, NavItem } from './components/debug/index.js'
|