refactor: streamline core API surface
This commit is contained in:
parent
0d54da1471
commit
75ae282861
12 changed files with 4 additions and 3402 deletions
24
src/index.ts
24
src/index.ts
|
|
@ -474,27 +474,3 @@ export type {
|
|||
MCPServiceOptions,
|
||||
MCPTool
|
||||
}
|
||||
|
||||
// Export Conversation API (Infinite Agent Memory)
|
||||
export { ConversationManager, createConversationManager } from './conversation/index.js'
|
||||
export { MCPConversationToolset, createConversationToolset } from './mcp/conversationTools.js'
|
||||
|
||||
export type {
|
||||
MessageRole,
|
||||
ProblemSolvingPhase,
|
||||
ConversationMessage,
|
||||
ConversationMessageMetadata,
|
||||
ConversationThread,
|
||||
ConversationThreadMetadata,
|
||||
ConversationContext,
|
||||
RankedMessage,
|
||||
SaveMessageOptions,
|
||||
ContextRetrievalOptions,
|
||||
ConversationSearchOptions,
|
||||
ConversationSearchResult,
|
||||
ConversationTheme,
|
||||
ArtifactOptions,
|
||||
ConversationStats,
|
||||
CompactionOptions,
|
||||
CompactionResult
|
||||
} from './conversation/types.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue