@easbot/agent 0.2.18 → 0.2.20
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/cli.cjs +286 -286
- package/dist/cli.mjs +286 -286
- package/dist/index.cjs +350 -350
- package/dist/index.d.cts +19 -1
- package/dist/index.d.ts +19 -1
- package/dist/index.mjs +351 -351
- package/package.json +13 -13
package/dist/index.d.cts
CHANGED
|
@@ -29310,6 +29310,10 @@ declare namespace ContextEngine {
|
|
|
29310
29310
|
function configure(config: Partial<ContextEngineConfig>): void;
|
|
29311
29311
|
function getConfig(): Promise<ContextEngineConfig>;
|
|
29312
29312
|
function getProtocolMetadata(agent?: Agent$1.Info): Promise<ProtocolMetadata>;
|
|
29313
|
+
function getContext(): Promise<{
|
|
29314
|
+
protocolMetadata: ProtocolMetadata;
|
|
29315
|
+
protocolInitialized: boolean;
|
|
29316
|
+
}>;
|
|
29313
29317
|
function getFileCache(): FileStateCache;
|
|
29314
29318
|
function extractQuery(userMessage: {
|
|
29315
29319
|
parts: Array<{
|
|
@@ -30904,6 +30908,20 @@ declare namespace permission {
|
|
|
30904
30908
|
export { permission_list as list, permission_listPermissions as listPermissions, permission_reply as reply, permission_replyPermission as replyPermission, permission_respond as respond, permission_respondPermission as respondPermission };
|
|
30905
30909
|
}
|
|
30906
30910
|
|
|
30911
|
+
interface ContextInfo {
|
|
30912
|
+
protocolMetadata: ProtocolMetadata;
|
|
30913
|
+
protocolInitialized: boolean;
|
|
30914
|
+
}
|
|
30915
|
+
declare function getContext(): Promise<ContextInfo>;
|
|
30916
|
+
declare function getProtocolMetadata(): Promise<ProtocolMetadata>;
|
|
30917
|
+
|
|
30918
|
+
type context_ContextInfo = ContextInfo;
|
|
30919
|
+
declare const context_getContext: typeof getContext;
|
|
30920
|
+
declare const context_getProtocolMetadata: typeof getProtocolMetadata;
|
|
30921
|
+
declare namespace context {
|
|
30922
|
+
export { type context_ContextInfo as ContextInfo, context_getContext as getContext, context_getProtocolMetadata as getProtocolMetadata };
|
|
30923
|
+
}
|
|
30924
|
+
|
|
30907
30925
|
declare const OAUTH_DUMMY_KEY = "easbot-oauth-dummy-key";
|
|
30908
30926
|
declare namespace Auth {
|
|
30909
30927
|
const Oauth: z$1.ZodObject<{
|
|
@@ -34535,4 +34553,4 @@ declare namespace Worktree {
|
|
|
34535
34553
|
};
|
|
34536
34554
|
}
|
|
34537
34555
|
|
|
34538
|
-
export { type ACPServerConfig, type ACPServerInstance, AcpEventBridge, type AcquiredAgent, AdapterBootstrap, type AdapterBootstrapConfig, AdapterEnvironmentInitializationError, Agent, agent as AgentAPI, type AgentCreateResponse, type AgentErrorProps, AgentErrorSchema$1 as AgentErrorSchema, type AgentGetResponse, type AgentInfo$1 as AgentInfo, type AgentListResponse, type AgentStartedProps, AgentStartedSchema$1 as AgentStartedSchema, AgentStatus, type AgentStatusProps, AgentStatusSchema$1 as AgentStatusSchema, type AgentStoppedProps, AgentStoppedSchema$1 as AgentStoppedSchema, ApiError, Auth, auth as AuthAPI, type AutoCompactInput, type AutoCompactResult, type BuildContextInput, type BuiltContext, type BuiltContextMetadata, Bus, type CacheConfig$1 as CacheConfig, type CacheEntry$1 as CacheEntry, type CacheStats$1 as CacheStats, ChannelType, Codebase, Command, command as CommandAPI, type CommandInfo, type CommandListResponse, CommandRegistry, type CompactConversationInput, type CompactOptions, type CompactResult, Compaction, CompactionCache, type CompactionState, type ComposedContext, config as ConfigAPI, type ConfigDirectoriesResponse, type ConfigGetResponse, type ConfigInfo, type ConfigUpdateResponse, type ConfigWaitDependenciesResponse, ConnectionRegistry, type ConnectionRegistryConfig, type ConnectionResult, type ConnectionState, ContextEngine, type ContextEngineConfig, type ContextMode, ContextWindowExhaustedError, DEFAULT_ACP_SERVER_CONFIG, DEFAULT_CACHE_CONFIG, type DefineOptions, type DegradationConfig, type DegradationInfo, DuplexExecutor, type DuplexExecutorConfig, DynamicPrompt, type DynamicPromptSection, DynamicToolBuilder, EasBotAgent, type EasBotAgentConfig, EasbotAdapter, EmbeddingProvider, Env, ErrorEvent, type ErrorEventPayload, Event, events as EventAPI, type EventCallback$2 as EventCallback, type EventFilter, type EventPayload, EventSubscriptionFlow, type EventSubscriptionFlowConfig, EventSubscriptionManager, EventType, type ExchangeOptions, type ExecutorMessage, ExecutorRegistry, experimental as ExperimentalAPI, File, file as FileAPI, type FileChange, type FileState, FileStateCache, Format, type GatewayMessageReceiveInput, Global, GraphProvider, type HistoryContext, HistorySelector, type HistorySelectorConfig, Hook, type HookInfo, type HookInitResult, type HookName, HookRegistry, type HttpChannelConfig, Ide, Installation, Instance, instance as InstanceAPI, type InteractionConfig, type InteractionContext, type InteractionMessage, type IsOverflowInput, type JSONRPCMessage, type KnowledgeSearchResult, LSP, type LocalEvent, LocalEventBus, type LocalEventCallback, type LocalEventProperties, LocalEventType, lsp as LspAPI, MCP, HookMatcher as Matcher, mcp as McpAPI, type McpServerAddResponse, type McpServerGetResponse, type McpServerInfo, type McpServerListResponse, type McpServerRemoveResponse, Memory, type MemorySearchResult, message as MessageAPI, type MessageDeleteResponse, MessageEndEvent, type MessageEndEventPayload, type MessageGetResponse, type MessageInfo, type MessageListResponse, type MessagePart, type MessagePartDeleteResponse, type MessagePartUpdateResponse, type MessageSendResponse, MessageStartEvent, type MessageStartEventPayload, type MessageStorage, type MessageUpdateResponse, type MessageWithParts, model as ModelAPI, type ModelInfo, type ModelListResponse, type ModelParseResponse, type ModelRefreshResponse, Note, OAUTH_DUMMY_KEY, Patch, Permission, permission as PermissionAPI, type PermissionListResponse, type PermissionReplyResponse, type PermissionRequest, type PermissionRespondResponse, project as ProjectAPI, provider as ProviderAPI, type ProviderGetResponse, type ProviderInfo$1 as ProviderInfo, type ProviderListResponse, type PruneResult, Pty, pty as PtyAPI, Question, question as QuestionAPI, type QuestionListResponse, type QuestionRejectResponse, type QuestionReplyResponse, type QuestionRequest, type ReceiveOptions, RegistrySessionRouter, RerankProvider, Ripgrep, type RoutingContext, RoutingError, RoutingErrorCode, type RoutingResult, RunMode, Scheduler, SdkEventBridge, type SdkPermissionRequestProps, SdkPermissionRequestSchema, type SdkSessionDeletedProps, SdkSessionDeletedSchema, type SdkSessionUpdateProps, SdkSessionUpdateSchema, type SendOptions, type ServiceMode$1 as ServiceMode, ServiceModeConflictError, type ServiceModeValue, Session, session as SessionAPI, type SessionAbortResponse, type SessionCreateResponse, type SessionDeleteResponse, type SessionEventPayload, type SessionForkResponse, type SessionGetResponse, type SessionInfo, type SessionListResponse, SessionRouter, SessionStateChangeEvent, type SessionStateChangeEventPayload, type SessionSummarizeResponse, Skill, skill as SkillAPI, Snapshot, StaticPrompt, type StaticPromptConfig, type StdioChannelConfig, SubAgent, SubAgentRegistry, type SubAgentRegistryConfig, type SubAgentState, type SubscribeOptions, SummaryProvider, type TemplateManifest, type TemplateSection, type TokenUsage, type TokenUsageState, Tool, tool as ToolAPI, type ToolGetResponse, type ToolInfo$1 as ToolInfo, type ToolListResponse, ToolUseEvent, type ToolUseEventPayload, TransportType, UsageUpdateEvent, type UsageUpdateEventPayload, type WebSocketChannelConfig, type WebSocketPushConfig, Worktree, applyEnvironmentOverrides, createACPServerInstance, createCompactionCache, define, getConfigDocumentation, getFileStateCache, getMessageStorage, getServiceModes, hasExactlyOneServiceMode, loadACPServerConfig, loadConfigFromEnv, loadGatewayConfig, openapi, resetFileStateCache, searchKnowledge, searchMemory, setMessageStorage, startACPServer, startHttpServer, startStdioServer, startWebSocketServer, stopACPServer, stopAllServers, subscribeCacheEvents, validateEnvironmentConfig, validateServiceMode, wrapApiCall };
|
|
34556
|
+
export { type ACPServerConfig, type ACPServerInstance, AcpEventBridge, type AcquiredAgent, AdapterBootstrap, type AdapterBootstrapConfig, AdapterEnvironmentInitializationError, Agent, agent as AgentAPI, type AgentCreateResponse, type AgentErrorProps, AgentErrorSchema$1 as AgentErrorSchema, type AgentGetResponse, type AgentInfo$1 as AgentInfo, type AgentListResponse, type AgentStartedProps, AgentStartedSchema$1 as AgentStartedSchema, AgentStatus, type AgentStatusProps, AgentStatusSchema$1 as AgentStatusSchema, type AgentStoppedProps, AgentStoppedSchema$1 as AgentStoppedSchema, ApiError, Auth, auth as AuthAPI, type AutoCompactInput, type AutoCompactResult, type BuildContextInput, type BuiltContext, type BuiltContextMetadata, Bus, type CacheConfig$1 as CacheConfig, type CacheEntry$1 as CacheEntry, type CacheStats$1 as CacheStats, ChannelType, Codebase, Command, command as CommandAPI, type CommandInfo, type CommandListResponse, CommandRegistry, type CompactConversationInput, type CompactOptions, type CompactResult, Compaction, CompactionCache, type CompactionState, type ComposedContext, config as ConfigAPI, type ConfigDirectoriesResponse, type ConfigGetResponse, type ConfigInfo, type ConfigUpdateResponse, type ConfigWaitDependenciesResponse, ConnectionRegistry, type ConnectionRegistryConfig, type ConnectionResult, type ConnectionState, context as ContextAPI, ContextEngine, type ContextEngineConfig, type ContextMode, ContextWindowExhaustedError, DEFAULT_ACP_SERVER_CONFIG, DEFAULT_CACHE_CONFIG, type DefineOptions, type DegradationConfig, type DegradationInfo, DuplexExecutor, type DuplexExecutorConfig, DynamicPrompt, type DynamicPromptSection, DynamicToolBuilder, EasBotAgent, type EasBotAgentConfig, EasbotAdapter, EmbeddingProvider, Env, ErrorEvent, type ErrorEventPayload, Event, events as EventAPI, type EventCallback$2 as EventCallback, type EventFilter, type EventPayload, EventSubscriptionFlow, type EventSubscriptionFlowConfig, EventSubscriptionManager, EventType, type ExchangeOptions, type ExecutorMessage, ExecutorRegistry, experimental as ExperimentalAPI, File, file as FileAPI, type FileChange, type FileState, FileStateCache, Format, type GatewayMessageReceiveInput, Global, GraphProvider, type HistoryContext, HistorySelector, type HistorySelectorConfig, Hook, type HookInfo, type HookInitResult, type HookName, HookRegistry, type HttpChannelConfig, Ide, Installation, Instance, instance as InstanceAPI, type InteractionConfig, type InteractionContext, type InteractionMessage, type IsOverflowInput, type JSONRPCMessage, type KnowledgeSearchResult, LSP, type LocalEvent, LocalEventBus, type LocalEventCallback, type LocalEventProperties, LocalEventType, lsp as LspAPI, MCP, HookMatcher as Matcher, mcp as McpAPI, type McpServerAddResponse, type McpServerGetResponse, type McpServerInfo, type McpServerListResponse, type McpServerRemoveResponse, Memory, type MemorySearchResult, message as MessageAPI, type MessageDeleteResponse, MessageEndEvent, type MessageEndEventPayload, type MessageGetResponse, type MessageInfo, type MessageListResponse, type MessagePart, type MessagePartDeleteResponse, type MessagePartUpdateResponse, type MessageSendResponse, MessageStartEvent, type MessageStartEventPayload, type MessageStorage, type MessageUpdateResponse, type MessageWithParts, model as ModelAPI, type ModelInfo, type ModelListResponse, type ModelParseResponse, type ModelRefreshResponse, Note, OAUTH_DUMMY_KEY, Patch, Permission, permission as PermissionAPI, type PermissionListResponse, type PermissionReplyResponse, type PermissionRequest, type PermissionRespondResponse, project as ProjectAPI, provider as ProviderAPI, type ProviderGetResponse, type ProviderInfo$1 as ProviderInfo, type ProviderListResponse, type PruneResult, Pty, pty as PtyAPI, Question, question as QuestionAPI, type QuestionListResponse, type QuestionRejectResponse, type QuestionReplyResponse, type QuestionRequest, type ReceiveOptions, RegistrySessionRouter, RerankProvider, Ripgrep, type RoutingContext, RoutingError, RoutingErrorCode, type RoutingResult, RunMode, Scheduler, SdkEventBridge, type SdkPermissionRequestProps, SdkPermissionRequestSchema, type SdkSessionDeletedProps, SdkSessionDeletedSchema, type SdkSessionUpdateProps, SdkSessionUpdateSchema, type SendOptions, type ServiceMode$1 as ServiceMode, ServiceModeConflictError, type ServiceModeValue, Session, session as SessionAPI, type SessionAbortResponse, type SessionCreateResponse, type SessionDeleteResponse, type SessionEventPayload, type SessionForkResponse, type SessionGetResponse, type SessionInfo, type SessionListResponse, SessionRouter, SessionStateChangeEvent, type SessionStateChangeEventPayload, type SessionSummarizeResponse, Skill, skill as SkillAPI, Snapshot, StaticPrompt, type StaticPromptConfig, type StdioChannelConfig, SubAgent, SubAgentRegistry, type SubAgentRegistryConfig, type SubAgentState, type SubscribeOptions, SummaryProvider, type TemplateManifest, type TemplateSection, type TokenUsage, type TokenUsageState, Tool, tool as ToolAPI, type ToolGetResponse, type ToolInfo$1 as ToolInfo, type ToolListResponse, ToolUseEvent, type ToolUseEventPayload, TransportType, UsageUpdateEvent, type UsageUpdateEventPayload, type WebSocketChannelConfig, type WebSocketPushConfig, Worktree, applyEnvironmentOverrides, createACPServerInstance, createCompactionCache, define, getConfigDocumentation, getFileStateCache, getMessageStorage, getServiceModes, hasExactlyOneServiceMode, loadACPServerConfig, loadConfigFromEnv, loadGatewayConfig, openapi, resetFileStateCache, searchKnowledge, searchMemory, setMessageStorage, startACPServer, startHttpServer, startStdioServer, startWebSocketServer, stopACPServer, stopAllServers, subscribeCacheEvents, validateEnvironmentConfig, validateServiceMode, wrapApiCall };
|
package/dist/index.d.ts
CHANGED
|
@@ -29310,6 +29310,10 @@ declare namespace ContextEngine {
|
|
|
29310
29310
|
function configure(config: Partial<ContextEngineConfig>): void;
|
|
29311
29311
|
function getConfig(): Promise<ContextEngineConfig>;
|
|
29312
29312
|
function getProtocolMetadata(agent?: Agent$1.Info): Promise<ProtocolMetadata>;
|
|
29313
|
+
function getContext(): Promise<{
|
|
29314
|
+
protocolMetadata: ProtocolMetadata;
|
|
29315
|
+
protocolInitialized: boolean;
|
|
29316
|
+
}>;
|
|
29313
29317
|
function getFileCache(): FileStateCache;
|
|
29314
29318
|
function extractQuery(userMessage: {
|
|
29315
29319
|
parts: Array<{
|
|
@@ -30904,6 +30908,20 @@ declare namespace permission {
|
|
|
30904
30908
|
export { permission_list as list, permission_listPermissions as listPermissions, permission_reply as reply, permission_replyPermission as replyPermission, permission_respond as respond, permission_respondPermission as respondPermission };
|
|
30905
30909
|
}
|
|
30906
30910
|
|
|
30911
|
+
interface ContextInfo {
|
|
30912
|
+
protocolMetadata: ProtocolMetadata;
|
|
30913
|
+
protocolInitialized: boolean;
|
|
30914
|
+
}
|
|
30915
|
+
declare function getContext(): Promise<ContextInfo>;
|
|
30916
|
+
declare function getProtocolMetadata(): Promise<ProtocolMetadata>;
|
|
30917
|
+
|
|
30918
|
+
type context_ContextInfo = ContextInfo;
|
|
30919
|
+
declare const context_getContext: typeof getContext;
|
|
30920
|
+
declare const context_getProtocolMetadata: typeof getProtocolMetadata;
|
|
30921
|
+
declare namespace context {
|
|
30922
|
+
export { type context_ContextInfo as ContextInfo, context_getContext as getContext, context_getProtocolMetadata as getProtocolMetadata };
|
|
30923
|
+
}
|
|
30924
|
+
|
|
30907
30925
|
declare const OAUTH_DUMMY_KEY = "easbot-oauth-dummy-key";
|
|
30908
30926
|
declare namespace Auth {
|
|
30909
30927
|
const Oauth: z$1.ZodObject<{
|
|
@@ -34535,4 +34553,4 @@ declare namespace Worktree {
|
|
|
34535
34553
|
};
|
|
34536
34554
|
}
|
|
34537
34555
|
|
|
34538
|
-
export { type ACPServerConfig, type ACPServerInstance, AcpEventBridge, type AcquiredAgent, AdapterBootstrap, type AdapterBootstrapConfig, AdapterEnvironmentInitializationError, Agent, agent as AgentAPI, type AgentCreateResponse, type AgentErrorProps, AgentErrorSchema$1 as AgentErrorSchema, type AgentGetResponse, type AgentInfo$1 as AgentInfo, type AgentListResponse, type AgentStartedProps, AgentStartedSchema$1 as AgentStartedSchema, AgentStatus, type AgentStatusProps, AgentStatusSchema$1 as AgentStatusSchema, type AgentStoppedProps, AgentStoppedSchema$1 as AgentStoppedSchema, ApiError, Auth, auth as AuthAPI, type AutoCompactInput, type AutoCompactResult, type BuildContextInput, type BuiltContext, type BuiltContextMetadata, Bus, type CacheConfig$1 as CacheConfig, type CacheEntry$1 as CacheEntry, type CacheStats$1 as CacheStats, ChannelType, Codebase, Command, command as CommandAPI, type CommandInfo, type CommandListResponse, CommandRegistry, type CompactConversationInput, type CompactOptions, type CompactResult, Compaction, CompactionCache, type CompactionState, type ComposedContext, config as ConfigAPI, type ConfigDirectoriesResponse, type ConfigGetResponse, type ConfigInfo, type ConfigUpdateResponse, type ConfigWaitDependenciesResponse, ConnectionRegistry, type ConnectionRegistryConfig, type ConnectionResult, type ConnectionState, ContextEngine, type ContextEngineConfig, type ContextMode, ContextWindowExhaustedError, DEFAULT_ACP_SERVER_CONFIG, DEFAULT_CACHE_CONFIG, type DefineOptions, type DegradationConfig, type DegradationInfo, DuplexExecutor, type DuplexExecutorConfig, DynamicPrompt, type DynamicPromptSection, DynamicToolBuilder, EasBotAgent, type EasBotAgentConfig, EasbotAdapter, EmbeddingProvider, Env, ErrorEvent, type ErrorEventPayload, Event, events as EventAPI, type EventCallback$2 as EventCallback, type EventFilter, type EventPayload, EventSubscriptionFlow, type EventSubscriptionFlowConfig, EventSubscriptionManager, EventType, type ExchangeOptions, type ExecutorMessage, ExecutorRegistry, experimental as ExperimentalAPI, File, file as FileAPI, type FileChange, type FileState, FileStateCache, Format, type GatewayMessageReceiveInput, Global, GraphProvider, type HistoryContext, HistorySelector, type HistorySelectorConfig, Hook, type HookInfo, type HookInitResult, type HookName, HookRegistry, type HttpChannelConfig, Ide, Installation, Instance, instance as InstanceAPI, type InteractionConfig, type InteractionContext, type InteractionMessage, type IsOverflowInput, type JSONRPCMessage, type KnowledgeSearchResult, LSP, type LocalEvent, LocalEventBus, type LocalEventCallback, type LocalEventProperties, LocalEventType, lsp as LspAPI, MCP, HookMatcher as Matcher, mcp as McpAPI, type McpServerAddResponse, type McpServerGetResponse, type McpServerInfo, type McpServerListResponse, type McpServerRemoveResponse, Memory, type MemorySearchResult, message as MessageAPI, type MessageDeleteResponse, MessageEndEvent, type MessageEndEventPayload, type MessageGetResponse, type MessageInfo, type MessageListResponse, type MessagePart, type MessagePartDeleteResponse, type MessagePartUpdateResponse, type MessageSendResponse, MessageStartEvent, type MessageStartEventPayload, type MessageStorage, type MessageUpdateResponse, type MessageWithParts, model as ModelAPI, type ModelInfo, type ModelListResponse, type ModelParseResponse, type ModelRefreshResponse, Note, OAUTH_DUMMY_KEY, Patch, Permission, permission as PermissionAPI, type PermissionListResponse, type PermissionReplyResponse, type PermissionRequest, type PermissionRespondResponse, project as ProjectAPI, provider as ProviderAPI, type ProviderGetResponse, type ProviderInfo$1 as ProviderInfo, type ProviderListResponse, type PruneResult, Pty, pty as PtyAPI, Question, question as QuestionAPI, type QuestionListResponse, type QuestionRejectResponse, type QuestionReplyResponse, type QuestionRequest, type ReceiveOptions, RegistrySessionRouter, RerankProvider, Ripgrep, type RoutingContext, RoutingError, RoutingErrorCode, type RoutingResult, RunMode, Scheduler, SdkEventBridge, type SdkPermissionRequestProps, SdkPermissionRequestSchema, type SdkSessionDeletedProps, SdkSessionDeletedSchema, type SdkSessionUpdateProps, SdkSessionUpdateSchema, type SendOptions, type ServiceMode$1 as ServiceMode, ServiceModeConflictError, type ServiceModeValue, Session, session as SessionAPI, type SessionAbortResponse, type SessionCreateResponse, type SessionDeleteResponse, type SessionEventPayload, type SessionForkResponse, type SessionGetResponse, type SessionInfo, type SessionListResponse, SessionRouter, SessionStateChangeEvent, type SessionStateChangeEventPayload, type SessionSummarizeResponse, Skill, skill as SkillAPI, Snapshot, StaticPrompt, type StaticPromptConfig, type StdioChannelConfig, SubAgent, SubAgentRegistry, type SubAgentRegistryConfig, type SubAgentState, type SubscribeOptions, SummaryProvider, type TemplateManifest, type TemplateSection, type TokenUsage, type TokenUsageState, Tool, tool as ToolAPI, type ToolGetResponse, type ToolInfo$1 as ToolInfo, type ToolListResponse, ToolUseEvent, type ToolUseEventPayload, TransportType, UsageUpdateEvent, type UsageUpdateEventPayload, type WebSocketChannelConfig, type WebSocketPushConfig, Worktree, applyEnvironmentOverrides, createACPServerInstance, createCompactionCache, define, getConfigDocumentation, getFileStateCache, getMessageStorage, getServiceModes, hasExactlyOneServiceMode, loadACPServerConfig, loadConfigFromEnv, loadGatewayConfig, openapi, resetFileStateCache, searchKnowledge, searchMemory, setMessageStorage, startACPServer, startHttpServer, startStdioServer, startWebSocketServer, stopACPServer, stopAllServers, subscribeCacheEvents, validateEnvironmentConfig, validateServiceMode, wrapApiCall };
|
|
34556
|
+
export { type ACPServerConfig, type ACPServerInstance, AcpEventBridge, type AcquiredAgent, AdapterBootstrap, type AdapterBootstrapConfig, AdapterEnvironmentInitializationError, Agent, agent as AgentAPI, type AgentCreateResponse, type AgentErrorProps, AgentErrorSchema$1 as AgentErrorSchema, type AgentGetResponse, type AgentInfo$1 as AgentInfo, type AgentListResponse, type AgentStartedProps, AgentStartedSchema$1 as AgentStartedSchema, AgentStatus, type AgentStatusProps, AgentStatusSchema$1 as AgentStatusSchema, type AgentStoppedProps, AgentStoppedSchema$1 as AgentStoppedSchema, ApiError, Auth, auth as AuthAPI, type AutoCompactInput, type AutoCompactResult, type BuildContextInput, type BuiltContext, type BuiltContextMetadata, Bus, type CacheConfig$1 as CacheConfig, type CacheEntry$1 as CacheEntry, type CacheStats$1 as CacheStats, ChannelType, Codebase, Command, command as CommandAPI, type CommandInfo, type CommandListResponse, CommandRegistry, type CompactConversationInput, type CompactOptions, type CompactResult, Compaction, CompactionCache, type CompactionState, type ComposedContext, config as ConfigAPI, type ConfigDirectoriesResponse, type ConfigGetResponse, type ConfigInfo, type ConfigUpdateResponse, type ConfigWaitDependenciesResponse, ConnectionRegistry, type ConnectionRegistryConfig, type ConnectionResult, type ConnectionState, context as ContextAPI, ContextEngine, type ContextEngineConfig, type ContextMode, ContextWindowExhaustedError, DEFAULT_ACP_SERVER_CONFIG, DEFAULT_CACHE_CONFIG, type DefineOptions, type DegradationConfig, type DegradationInfo, DuplexExecutor, type DuplexExecutorConfig, DynamicPrompt, type DynamicPromptSection, DynamicToolBuilder, EasBotAgent, type EasBotAgentConfig, EasbotAdapter, EmbeddingProvider, Env, ErrorEvent, type ErrorEventPayload, Event, events as EventAPI, type EventCallback$2 as EventCallback, type EventFilter, type EventPayload, EventSubscriptionFlow, type EventSubscriptionFlowConfig, EventSubscriptionManager, EventType, type ExchangeOptions, type ExecutorMessage, ExecutorRegistry, experimental as ExperimentalAPI, File, file as FileAPI, type FileChange, type FileState, FileStateCache, Format, type GatewayMessageReceiveInput, Global, GraphProvider, type HistoryContext, HistorySelector, type HistorySelectorConfig, Hook, type HookInfo, type HookInitResult, type HookName, HookRegistry, type HttpChannelConfig, Ide, Installation, Instance, instance as InstanceAPI, type InteractionConfig, type InteractionContext, type InteractionMessage, type IsOverflowInput, type JSONRPCMessage, type KnowledgeSearchResult, LSP, type LocalEvent, LocalEventBus, type LocalEventCallback, type LocalEventProperties, LocalEventType, lsp as LspAPI, MCP, HookMatcher as Matcher, mcp as McpAPI, type McpServerAddResponse, type McpServerGetResponse, type McpServerInfo, type McpServerListResponse, type McpServerRemoveResponse, Memory, type MemorySearchResult, message as MessageAPI, type MessageDeleteResponse, MessageEndEvent, type MessageEndEventPayload, type MessageGetResponse, type MessageInfo, type MessageListResponse, type MessagePart, type MessagePartDeleteResponse, type MessagePartUpdateResponse, type MessageSendResponse, MessageStartEvent, type MessageStartEventPayload, type MessageStorage, type MessageUpdateResponse, type MessageWithParts, model as ModelAPI, type ModelInfo, type ModelListResponse, type ModelParseResponse, type ModelRefreshResponse, Note, OAUTH_DUMMY_KEY, Patch, Permission, permission as PermissionAPI, type PermissionListResponse, type PermissionReplyResponse, type PermissionRequest, type PermissionRespondResponse, project as ProjectAPI, provider as ProviderAPI, type ProviderGetResponse, type ProviderInfo$1 as ProviderInfo, type ProviderListResponse, type PruneResult, Pty, pty as PtyAPI, Question, question as QuestionAPI, type QuestionListResponse, type QuestionRejectResponse, type QuestionReplyResponse, type QuestionRequest, type ReceiveOptions, RegistrySessionRouter, RerankProvider, Ripgrep, type RoutingContext, RoutingError, RoutingErrorCode, type RoutingResult, RunMode, Scheduler, SdkEventBridge, type SdkPermissionRequestProps, SdkPermissionRequestSchema, type SdkSessionDeletedProps, SdkSessionDeletedSchema, type SdkSessionUpdateProps, SdkSessionUpdateSchema, type SendOptions, type ServiceMode$1 as ServiceMode, ServiceModeConflictError, type ServiceModeValue, Session, session as SessionAPI, type SessionAbortResponse, type SessionCreateResponse, type SessionDeleteResponse, type SessionEventPayload, type SessionForkResponse, type SessionGetResponse, type SessionInfo, type SessionListResponse, SessionRouter, SessionStateChangeEvent, type SessionStateChangeEventPayload, type SessionSummarizeResponse, Skill, skill as SkillAPI, Snapshot, StaticPrompt, type StaticPromptConfig, type StdioChannelConfig, SubAgent, SubAgentRegistry, type SubAgentRegistryConfig, type SubAgentState, type SubscribeOptions, SummaryProvider, type TemplateManifest, type TemplateSection, type TokenUsage, type TokenUsageState, Tool, tool as ToolAPI, type ToolGetResponse, type ToolInfo$1 as ToolInfo, type ToolListResponse, ToolUseEvent, type ToolUseEventPayload, TransportType, UsageUpdateEvent, type UsageUpdateEventPayload, type WebSocketChannelConfig, type WebSocketPushConfig, Worktree, applyEnvironmentOverrides, createACPServerInstance, createCompactionCache, define, getConfigDocumentation, getFileStateCache, getMessageStorage, getServiceModes, hasExactlyOneServiceMode, loadACPServerConfig, loadConfigFromEnv, loadGatewayConfig, openapi, resetFileStateCache, searchKnowledge, searchMemory, setMessageStorage, startACPServer, startHttpServer, startStdioServer, startWebSocketServer, stopACPServer, stopAllServers, subscribeCacheEvents, validateEnvironmentConfig, validateServiceMode, wrapApiCall };
|