File tree Expand file tree Collapse file tree 2 files changed +158
-52
lines changed
examples/01_simple_agent_example Expand file tree Collapse file tree 2 files changed +158
-52
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ dependencies = [
1212 " vision-agents-plugins-getstream" ,
1313 " vision-agents-plugins-openai" ,
1414 " vision-agents-plugins-smart-turn" ,
15+ " vision-agents-plugins-cartesia" ,
16+ " vision-agents-plugins-gemini" ,
1517 " vision-agents" ,
1618 " openai>=1.101.0" ,
1719 " anthropic>=0.66.0" ,
@@ -26,5 +28,7 @@ dependencies = [
2628"vision-agents-plugins-getstream" = {path = " ../../plugins/getstream" , editable =true }
2729"vision-agents-plugins-openai" = {path = " ../../plugins/openai" , editable =true }
2830"vision-agents-plugins-smart-turn" = {path = " ../../plugins/smart_turn" , editable =true }
31+ "vision-agents-plugins-cartesia" = {path = " ../../plugins/cartesia" , editable =true }
32+ "vision-agents-plugins-gemini" = {path = " ../../plugins/gemini" , editable =true }
2933
3034"vision-agents" = {path = " ../../agents-core" , editable =true }
You can’t perform that action at this time.
0 commit comments