We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bedb76 + a1e568f commit ac69166Copy full SHA for ac69166
2 files changed
src/index.ts
@@ -27,6 +27,7 @@ export {
27
GLMProvider,
28
} from './llm-provider';
29
export { SentienceAgent, AgentActResult, HistoryEntry, TokenStats } from './agent';
30
+export { SentienceVisualAgent } from './visual-agent';
31
32
// Conversational Agent Layer (v0.3.0+)
33
export {
0 commit comments