UNPKG

@artinet/create-quick-agent

Version:
19 lines 600 B
#!/usr/bin/env node 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