Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion multimodal/agent-tars/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export type BuiltInMCPServers = Partial<Record<BuiltInMCPServerName, McpServer>>

/**
* Browser state information for tracking current page status
*
*
* This interface tracks the current browser state including URL and screenshot
* for use in tool results and event streams.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Always provide helpful and accurate responses based on the search results.`,

model: {
provider: 'volcengine',
id: 'ep-20250510145437-5sxhs',
id: 'doubao-seed-1-6-vision-250815',
apiKey: process.env.ARK_API_KEY,
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async function main() {
tools: [guiAgentTool],
model: {
provider: 'volcengine',
id: 'ep-20250510145437-5sxhs', // 'doubao-1.5-thinking-vision-pro',
id: 'doubao-seed-1-6-vision-250815',
apiKey: process.env.ARK_API_KEY,
},
toolCallEngine: 'prompt_engineering',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ finished(content='xxx') # Use escape characters \\', \\", and \\n in content par
## User Instruction`,
model: {
provider: 'volcengine',
id: 'ep-20250510145437-5sxhs', // 'doubao-1.5-thinking-vision-pro',
id: 'doubao-seed-1-6-vision-250815',
apiKey: process.env.ARK_API_KEY,
},
});
Expand Down
3 changes: 1 addition & 2 deletions multimodal/tarko/agent/examples/gui-agent/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,14 +313,13 @@ export const agent = new BrowserGUIAgent({
instructions: `You are a GUI Agent, you are good at using browser_action_tool to solve user problems`,
model: {
provider: 'volcengine',
id: 'ep-20250510145437-5sxhs', // 'doubao-1.5-thinking-vision-pro',
id: 'doubao-seed-1-6-vision-250815',
apiKey: process.env.ARK_API_KEY,
// TODO: Support Claude 3.7
// provider: 'azure-openai',
// baseURL: process.env.AWS_CLAUDE_API_BASE_URL,
// id: 'aws_sdk_claude37_sonnet',
},
toolCallEngine: 'structured_outputs',
logLevel: LogLevel.DEBUG,
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async function main() {
const agent = new Agent({
model: {
provider: 'volcengine',
id: 'ep-20250510145437-5sxhs', // 'doubao-1.5-thinking-vision-pro',
id: 'doubao-seed-1-6-vision-250815',
apiKey: process.env.ARK_API_KEY,
},
});
Expand Down
2 changes: 1 addition & 1 deletion multimodal/tarko/agent/examples/planner/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ export const agent = new PlannerAgent({
logLevel: LogLevel.INFO,
model: {
provider: 'volcengine',
id: 'ep-20250510145437-5sxhs', // 'doubao-1.5-thinking-vision-pro',
id: 'doubao-seed-1-6-vision-250815',
apiKey: process.env.ARK_API_KEY,
},
maxIterations: 100,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const weatherTool = new Tool({
export const agent = new Agent({
model: {
provider: 'volcengine',
id: 'ep-20250510145437-5sxhs',
id: 'doubao-seed-1-6-vision-250815',
apiKey: process.env.ARK_API_KEY,
},
tools: [locationTool, weatherTool],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const weatherTool = new Tool({
export const agent = new Agent({
model: {
// provider: 'volcengine',
// id: 'ep-20250510145437-5sxhs',
id: 'doubao-seed-1-6-vision-250815',
// apiKey: process.env.ARK_API_KEY,
provider: 'azure-openai',
baseURL: process.env.AWS_CLAUDE_API_BASE_URL,
Expand Down
2 changes: 1 addition & 1 deletion multimodal/tarko/agent/examples/streaming/tool-calls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const weatherTool = new Tool({
export const agent = new Agent({
model: {
provider: 'volcengine',
id: 'ep-20250510145437-5sxhs',
id: 'doubao-seed-1-6-vision-250815',
apiKey: process.env.ARK_API_KEY,
},
tools: [locationTool, weatherTool],
Expand Down
2 changes: 1 addition & 1 deletion multimodal/tarko/agent/examples/tool-calls/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const weatherTool = new Tool({
export const agent = new Agent({
model: {
provider: 'volcengine',
id: 'ep-20250510145437-5sxhs', // 'doubao-1.5-thinking-vision-pro',
id: 'doubao-seed-1-6-vision-250815',
apiKey: process.env.ARK_API_KEY,
},
tools: [locationTool, weatherTool],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const weatherTool = new Tool({
export const agent = new Agent({
model: {
provider: 'volcengine',
id: 'ep-20250510145437-5sxhs',
id: 'doubao-seed-1-6-vision-250815',
apiKey: process.env.ARK_API_KEY,
},
tools: [locationTool, weatherTool],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const weatherTool = new Tool({
export const agent = new Agent({
model: {
provider: 'volcengine',
id: 'ep-20250510145437-5sxhs',
id: 'doubao-seed-1-6-vision-250815',
apiKey: process.env.ARK_API_KEY,
},
tools: [locationTool, weatherTool],
Expand Down
1,225 changes: 491 additions & 734 deletions multimodal/tarko/agent/snapshot/__snapshots__/index.test.ts.snap

Large diffs are not rendered by default.

Loading
Loading