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
21 changes: 21 additions & 0 deletions lib/constants/agents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,27 @@ export const AGENTS: AgentMeta[] = [
description:
"Amazon's agentic AI coding assistant, used internally and by AWS customers for autonomous development tasks.",
},
{
slug: "workday",
name: "Workday AI Screening",
company: "Workday",
description:
"Workday's AI-powered recruiting and applicant screening tools, used by employers to filter job applications at scale.",
},
{
slug: "semantic-kernel",
name: "Microsoft Semantic Kernel",
company: "Microsoft",
description:
"Microsoft's open-source agent framework for orchestrating LLM tool use across .NET, Python and Java.",
},
{
slug: "mcp",
name: "Model Context Protocol (MCP)",
company: "Anthropic",
description:
"Open protocol and SDKs connecting AI agents to external tools, data sources and servers.",
},
{
slug: "grok",
name: "Grok",
Expand Down
Loading
Loading