system({
title: "A planner agent",
})
export default function (ctx: ChatGenerationContext) {
const { defAgent } = ctx
defAgent(
"planner",
"generates a plan to solve a task",
`Generate a detailed plan as a list of tasks so that a smaller LLM can use agents to execute the plan.`,
{
model: "reasoning",
system: [
"system.assistant",
"system.planner",
"system.safety_jailbreak",
"system.safety_harmful_content",
],
}
)
}
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/microsoft/genaiscript'
If you have feedback or need assistance with the MCP directory API, please join our Discord server