Skip to content

Commit ac69166

Browse files
author
Sentience Dev
committed
Merge pull request #100 from SentienceAPI/visual_agent
visual agent
2 parents 6bedb76 + a1e568f commit ac69166

File tree

2 files changed

+860
-0
lines changed

2 files changed

+860
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export {
2727
GLMProvider,
2828
} from './llm-provider';
2929
export { SentienceAgent, AgentActResult, HistoryEntry, TokenStats } from './agent';
30+
export { SentienceVisualAgent } from './visual-agent';
3031

3132
// Conversational Agent Layer (v0.3.0+)
3233
export {

0 commit comments

Comments
 (0)