@artinet/create-quick-agent
Version:
A tool to create a Quick-Agent project via the CLI.
19 lines • 600 B
JavaScript
export const templates = [
{
value: "basic",
title: "echo agent",
description: "a simple echo agent that returns your original message. (best for beginners)",
},
{
value: "coder",
title: "coding agent",
description: "a coding agent that will return code snippets based on your requests.",
},
{
value: "orchestrator",
title: "orchestrator agent",
description: "an orchestrator agent that can call other agents to get the information it needs.",
},
];
//# sourceMappingURL=option.js.map