|
2 | 2 | * Sentience TypeScript SDK - AI Agent Browser Automation |
3 | 3 | */ |
4 | 4 |
|
5 | | -export { SentienceBrowser, PermissionPolicy } from './browser'; |
| 5 | +export { SentienceBrowser, PredicateBrowser, PermissionPolicy } from './browser'; |
6 | 6 | export { snapshot, SnapshotOptions, SnapshotGatewayError } from './snapshot'; |
7 | 7 | export { query, find, parseSelector } from './query'; |
8 | 8 | export { |
@@ -46,8 +46,8 @@ export { |
46 | 46 | AnthropicProvider, |
47 | 47 | GLMProvider, |
48 | 48 | } from './llm-provider'; |
49 | | -export { SentienceAgent, AgentActResult, HistoryEntry, TokenStats } from './agent'; |
50 | | -export { SentienceVisualAgent } from './visual-agent'; |
| 49 | +export { SentienceAgent, PredicateAgent, AgentActResult, HistoryEntry, TokenStats } from './agent'; |
| 50 | +export { SentienceVisualAgent, PredicateVisualAgent } from './visual-agent'; |
51 | 51 |
|
52 | 52 | // Conversational Agent Layer (v0.3.0+) |
53 | 53 | export { |
@@ -87,7 +87,7 @@ export { |
87 | 87 | isCollapsed, |
88 | 88 | } from './verification'; |
89 | 89 | export { AgentRuntime, AssertionHandle, AssertionRecord, EventuallyOptions } from './agent-runtime'; |
90 | | -export { SentienceDebugger } from './debugger'; |
| 90 | +export { SentienceDebugger, PredicateDebugger } from './debugger'; |
91 | 91 | export { RuntimeAgent } from './runtime-agent'; |
92 | 92 | export type { RuntimeStep, StepVerification } from './runtime-agent'; |
93 | 93 | export { parseVisionExecutorAction, executeVisionExecutorAction } from './vision-executor'; |
|
0 commit comments