Skip to content

Commit 74bb22e

Browse files
committed
feat(agents): Add browser agent metadata to the agents list
Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent 41426ff commit 74bb22e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/data/agents.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ import type { Agent } from '../types/agent';
22
import documentationMetadata from '../../agents/documentation/metadata.yaml';
33
import googleCalendarMetadata from '../../agents/google-calendar/metadata.yaml';
44
import n8nMetadata from '../../agents/n8n/metadata.yaml';
5+
import browserMetadata from '../../agents/browser/metadata.yaml';
56

67
export const agents: Agent[] = [
78
documentationMetadata as Agent,
89
googleCalendarMetadata as Agent,
910
n8nMetadata as Agent,
11+
browserMetadata as Agent,
1012
];

0 commit comments

Comments
 (0)