We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41426ff commit 74bb22eCopy full SHA for 74bb22e
src/data/agents.ts
@@ -2,9 +2,11 @@ import type { Agent } from '../types/agent';
2
import documentationMetadata from '../../agents/documentation/metadata.yaml';
3
import googleCalendarMetadata from '../../agents/google-calendar/metadata.yaml';
4
import n8nMetadata from '../../agents/n8n/metadata.yaml';
5
+import browserMetadata from '../../agents/browser/metadata.yaml';
6
7
export const agents: Agent[] = [
8
documentationMetadata as Agent,
9
googleCalendarMetadata as Agent,
10
n8nMetadata as Agent,
11
+ browserMetadata as Agent,
12
];
0 commit comments