export const testAgent = new Agent({
id: 'test-agent',
name: 'Test Agent',
defaultOptions: {
tracingOptions: {
tags: ['test-tag'],
},
},
instructions,
...
});
export const testAgent = new Agent({
id: 'test-agent',
name: 'Test Agent',
defaultOptions: {
tracingOptions: {
tags: ['test-tag'],
},
},
instructions,
...
});