Skip to content

Commit 5912984

Browse files
committed
fix: remove versioning from agents
1 parent 185ef39 commit 5912984

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.agents/registry/etl-manager.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ const agent: AgentDefinition = {
1111
id: 'etl-manager',
1212
displayName: 'ETL Pipeline Manager',
1313
model: 'openai/gpt-5',
14-
version: '1.0.0',
15-
publisher: 'web-demo',
14+
publisher: 'brandon',
1615

1716
toolNames: ['spawn_agents', 'think_deeply', 'add_message'],
1817

.agents/registry/extract-agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ const agent: AgentDefinition = {
1111
id: 'extract-agent',
1212
displayName: 'Extract Agent',
1313
model: 'anthropic/claude-4-sonnet-20250522',
14-
version: '1.0.0',
1514
outputMode: 'last_message',
1615
includeMessageHistory: false,
16+
publisher: 'brandon',
1717

1818
toolNames: ['web_search', 'end_turn'],
1919

.agents/registry/load-agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ const agent: AgentDefinition = {
1111
id: 'load-agent',
1212
displayName: 'Load Agent',
1313
model: 'anthropic/claude-4-sonnet-20250522',
14-
version: '1.0.0',
1514
outputMode: 'last_message',
1615
includeMessageHistory: false,
16+
publisher: 'brandon',
1717

1818
toolNames: ['read_files', 'write_file', 'web_search', 'end_turn'],
1919

.agents/registry/transform-agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ const agent: AgentDefinition = {
1111
id: 'transform-agent',
1212
displayName: 'Transform Agent',
1313
model: 'anthropic/claude-4-sonnet-20250522',
14-
version: '1.0.0',
1514
outputMode: 'structured_output',
1615
includeMessageHistory: false,
16+
publisher: 'brandon',
1717

1818
toolNames: [
1919
'read_files',

0 commit comments

Comments
 (0)