@axiom-lattice/react-sdk 2.1.16 → 2.1.18
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/index.d.mts +2 -9
- package/dist/index.d.ts +2 -9
- package/dist/index.js +1041 -916
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +920 -790
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -8
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Message, InterruptMessage } from '@axiom-lattice/protocols';
|
|
1
|
+
import { Message, InterruptMessage, Thread } from '@axiom-lattice/protocols';
|
|
2
2
|
export * from '@axiom-lattice/protocols';
|
|
3
3
|
import * as React$1 from 'react';
|
|
4
4
|
import React__default, { ReactNode } from 'react';
|
|
@@ -38,11 +38,6 @@ interface AxiomLatticeProviderProps {
|
|
|
38
38
|
/**
|
|
39
39
|
* Thread interface
|
|
40
40
|
*/
|
|
41
|
-
interface Thread {
|
|
42
|
-
id: string;
|
|
43
|
-
metadata?: Record<string, any>;
|
|
44
|
-
createdAt: string;
|
|
45
|
-
}
|
|
46
41
|
/**
|
|
47
42
|
* Chat response interface
|
|
48
43
|
*/
|
|
@@ -450,8 +445,6 @@ declare const MDViewFormItem: ({ value }: {
|
|
|
450
445
|
value?: string;
|
|
451
446
|
}) => react_jsx_runtime.JSX.Element;
|
|
452
447
|
|
|
453
|
-
declare const MDMermaid: ({ children }: any) => react_jsx_runtime.JSX.Element;
|
|
454
|
-
|
|
455
448
|
type ElementProps<T = any> = {
|
|
456
449
|
component_key: string;
|
|
457
450
|
context?: {
|
|
@@ -861,4 +854,4 @@ type LatticeChatShellProps = Omit<LatticeChatShellContextProviderProps, "childre
|
|
|
861
854
|
*/
|
|
862
855
|
declare const LatticeChatShell: React__default.FC<LatticeChatShellProps>;
|
|
863
856
|
|
|
864
|
-
export { type AgentChatProps, AgentConversations, type AgentState, AgentThreadProvider, type AgentThreadProviderProps, AssistantContext, AssistantContextProvider, type AssistantContextProviderProps, type AssistantContextValue, type AssistantState, type AttachFile, AxiomLatticeProvider, type AxiomLatticeProviderProps, type ChatResponse, type ChatState, type ChatStateWithAgent, ChatUIContext, ChatUIContextProvider, Chating, type ChatingProps, type ClientConfig, ColumnLayout, type ColumnLayoutProps, ConversationContext, ConversationContextProvider, type ConversationContextProviderProps, type ConversationContextValue, type ConversationThread, type ElementMeta, type ElementProps, type ExplorerFile, FileExplorer, type FileExplorerProps, LatticeChat, LatticeChatShell, type LatticeChatShellConfig, LatticeChatShellContext, LatticeChatShellContextProvider, type LatticeChatShellContextProviderProps, type LatticeChatShellContextValue, type LatticeChatShellProps,
|
|
857
|
+
export { type AgentChatProps, AgentConversations, type AgentState, AgentThreadProvider, type AgentThreadProviderProps, AssistantContext, AssistantContextProvider, type AssistantContextProviderProps, type AssistantContextValue, type AssistantState, type AttachFile, AxiomLatticeProvider, type AxiomLatticeProviderProps, type ChatResponse, type ChatState, type ChatStateWithAgent, ChatUIContext, ChatUIContextProvider, Chating, type ChatingProps, type ClientConfig, ColumnLayout, type ColumnLayoutProps, ConversationContext, ConversationContextProvider, type ConversationContextProviderProps, type ConversationContextValue, type ConversationThread, type ElementMeta, type ElementProps, type ExplorerFile, FileExplorer, type FileExplorerProps, LatticeChat, LatticeChatShell, type LatticeChatShellConfig, LatticeChatShellContext, LatticeChatShellContextProvider, type LatticeChatShellContextProviderProps, type LatticeChatShellContextValue, type LatticeChatShellProps, MDResponse, MDViewFormItem, SideAppViewBrowser, type StreamEventHandlerOptions, type ThreadState, type ToolCallData, type UIMessage, type UseAgentStateOptions, type UseAgentStateReturn, type UseAxiomLatticeOptions, type UseChatOptions, getElement, regsiterElement, useAgentChat, useAgentGraph, useAgentState, useAgentThreadContext, useAssistantContext, useAxiomLattice, useChat, useChatUIContext, useConversationContext, useLatticeChatShellContext };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Message, InterruptMessage } from '@axiom-lattice/protocols';
|
|
1
|
+
import { Message, InterruptMessage, Thread } from '@axiom-lattice/protocols';
|
|
2
2
|
export * from '@axiom-lattice/protocols';
|
|
3
3
|
import * as React$1 from 'react';
|
|
4
4
|
import React__default, { ReactNode } from 'react';
|
|
@@ -38,11 +38,6 @@ interface AxiomLatticeProviderProps {
|
|
|
38
38
|
/**
|
|
39
39
|
* Thread interface
|
|
40
40
|
*/
|
|
41
|
-
interface Thread {
|
|
42
|
-
id: string;
|
|
43
|
-
metadata?: Record<string, any>;
|
|
44
|
-
createdAt: string;
|
|
45
|
-
}
|
|
46
41
|
/**
|
|
47
42
|
* Chat response interface
|
|
48
43
|
*/
|
|
@@ -450,8 +445,6 @@ declare const MDViewFormItem: ({ value }: {
|
|
|
450
445
|
value?: string;
|
|
451
446
|
}) => react_jsx_runtime.JSX.Element;
|
|
452
447
|
|
|
453
|
-
declare const MDMermaid: ({ children }: any) => react_jsx_runtime.JSX.Element;
|
|
454
|
-
|
|
455
448
|
type ElementProps<T = any> = {
|
|
456
449
|
component_key: string;
|
|
457
450
|
context?: {
|
|
@@ -861,4 +854,4 @@ type LatticeChatShellProps = Omit<LatticeChatShellContextProviderProps, "childre
|
|
|
861
854
|
*/
|
|
862
855
|
declare const LatticeChatShell: React__default.FC<LatticeChatShellProps>;
|
|
863
856
|
|
|
864
|
-
export { type AgentChatProps, AgentConversations, type AgentState, AgentThreadProvider, type AgentThreadProviderProps, AssistantContext, AssistantContextProvider, type AssistantContextProviderProps, type AssistantContextValue, type AssistantState, type AttachFile, AxiomLatticeProvider, type AxiomLatticeProviderProps, type ChatResponse, type ChatState, type ChatStateWithAgent, ChatUIContext, ChatUIContextProvider, Chating, type ChatingProps, type ClientConfig, ColumnLayout, type ColumnLayoutProps, ConversationContext, ConversationContextProvider, type ConversationContextProviderProps, type ConversationContextValue, type ConversationThread, type ElementMeta, type ElementProps, type ExplorerFile, FileExplorer, type FileExplorerProps, LatticeChat, LatticeChatShell, type LatticeChatShellConfig, LatticeChatShellContext, LatticeChatShellContextProvider, type LatticeChatShellContextProviderProps, type LatticeChatShellContextValue, type LatticeChatShellProps,
|
|
857
|
+
export { type AgentChatProps, AgentConversations, type AgentState, AgentThreadProvider, type AgentThreadProviderProps, AssistantContext, AssistantContextProvider, type AssistantContextProviderProps, type AssistantContextValue, type AssistantState, type AttachFile, AxiomLatticeProvider, type AxiomLatticeProviderProps, type ChatResponse, type ChatState, type ChatStateWithAgent, ChatUIContext, ChatUIContextProvider, Chating, type ChatingProps, type ClientConfig, ColumnLayout, type ColumnLayoutProps, ConversationContext, ConversationContextProvider, type ConversationContextProviderProps, type ConversationContextValue, type ConversationThread, type ElementMeta, type ElementProps, type ExplorerFile, FileExplorer, type FileExplorerProps, LatticeChat, LatticeChatShell, type LatticeChatShellConfig, LatticeChatShellContext, LatticeChatShellContextProvider, type LatticeChatShellContextProviderProps, type LatticeChatShellContextValue, type LatticeChatShellProps, MDResponse, MDViewFormItem, SideAppViewBrowser, type StreamEventHandlerOptions, type ThreadState, type ToolCallData, type UIMessage, type UseAgentStateOptions, type UseAgentStateReturn, type UseAxiomLatticeOptions, type UseChatOptions, getElement, regsiterElement, useAgentChat, useAgentGraph, useAgentState, useAgentThreadContext, useAssistantContext, useAxiomLattice, useChat, useChatUIContext, useConversationContext, useLatticeChatShellContext };
|