|
667 | 667 | }
|
668 | 668 | ]
|
669 | 669 | },
|
| 670 | + { |
| 671 | + "title": "Run AI Coding Agents in Coder", |
| 672 | + "description": "Learn how to run and integrate AI coding agents like GPT-Code, OpenDevin, or SWE-Agent in Coder workspaces to boost developer productivity.", |
| 673 | + "path": "./coder-ai/README.md", |
| 674 | + "icon_path": "./images/icons/wand.svg", |
| 675 | + "state": ["early access"], |
| 676 | + "children": [ |
| 677 | + { |
| 678 | + "title": "Learn about coding agents", |
| 679 | + "description": "Learn about the different AI agents and their tradeoffs", |
| 680 | + "path": "./coder-ai/agents.md" |
| 681 | + }, |
| 682 | + { |
| 683 | + "title": "Create a Coder template for agents", |
| 684 | + "description": "Create a purpose-built template for your AI agents", |
| 685 | + "path": "./coder-ai/create-template.md", |
| 686 | + "state": ["early access"] |
| 687 | + }, |
| 688 | + { |
| 689 | + "title": "Integrate with your issue tracker", |
| 690 | + "description": "Assign tickets to AI agents and interact via code reviews", |
| 691 | + "path": "./coder-ai/issue-tracker.md", |
| 692 | + "state": ["early access"] |
| 693 | + }, |
| 694 | + { |
| 695 | + "title": "Model Context Protocols (MCP) and adding AI tools", |
| 696 | + "description": "Improve results by adding tools to your AI agents", |
| 697 | + "path": "./coder-ai/best-practices.md", |
| 698 | + "state": ["early access"] |
| 699 | + }, |
| 700 | + { |
| 701 | + "title": "Supervise agents via Coder UI", |
| 702 | + "description": "Interact with agents via the Coder UI", |
| 703 | + "path": "./coder-ai/coder-dashboard.md", |
| 704 | + "state": ["early access"] |
| 705 | + }, |
| 706 | + { |
| 707 | + "title": "Supervise agents via the IDE", |
| 708 | + "description": "Interact with agents via VS Code or Cursor", |
| 709 | + "path": "./coder-ai/ide-integration.md", |
| 710 | + "state": ["early access"] |
| 711 | + }, |
| 712 | + { |
| 713 | + "title": "Programmatically manage agents", |
| 714 | + "description": "Manage agents via MCP, the Coder CLI, and/or REST API", |
| 715 | + "path": "./coder-ai/headless.md", |
| 716 | + "state": ["early access"] |
| 717 | + }, |
| 718 | + { |
| 719 | + "title": "Securing agents in Coder", |
| 720 | + "description": "Learn how to secure agents with boundaries", |
| 721 | + "path": "./coder-ai/securing.md", |
| 722 | + "state": ["early access"] |
| 723 | + }, |
| 724 | + { |
| 725 | + "title": "Custom agents", |
| 726 | + "description": "Learn how to use custom agents with Coder", |
| 727 | + "path": "./coder-ai/custom-agents.md", |
| 728 | + "state": ["early access"] |
| 729 | + } |
| 730 | + ] |
| 731 | + }, |
670 | 732 | {
|
671 | 733 | "title": "Contributing",
|
672 | 734 | "description": "Learn how to contribute to Coder",
|
|
710 | 772 | "description": "Learn how to install and run Coder quickly",
|
711 | 773 | "path": "./tutorials/quickstart.md"
|
712 | 774 | },
|
713 |
| - { |
714 |
| - "title": "Run AI Coding Agents with Coder", |
715 |
| - "description": "Learn how to run and secure agents in Coder", |
716 |
| - "path": "./tutorials/ai-agents/README.md", |
717 |
| - "state": ["early access"], |
718 |
| - "children": [ |
719 |
| - { |
720 |
| - "title": "Learn about coding agents", |
721 |
| - "description": "Learn about the different AI agents and their tradeoffs", |
722 |
| - "path": "./tutorials/ai-agents/agents.md" |
723 |
| - }, |
724 |
| - { |
725 |
| - "title": "Create a Coder template for agents", |
726 |
| - "description": "Create a purpose-built template for your AI agents", |
727 |
| - "path": "./tutorials/ai-agents/create-template.md", |
728 |
| - "state": ["early access"] |
729 |
| - }, |
730 |
| - { |
731 |
| - "title": "Integrate with your issue tracker", |
732 |
| - "description": "Assign tickets to AI agents and interact via code reviews", |
733 |
| - "path": "./tutorials/ai-agents/issue-tracker.md", |
734 |
| - "state": ["early access"] |
735 |
| - }, |
736 |
| - { |
737 |
| - "title": "Best practices \u0026 adding tools via MCP", |
738 |
| - "description": "Improve results by adding tools to your agents", |
739 |
| - "path": "./tutorials/ai-agents/best-practices.md", |
740 |
| - "state": ["early access"] |
741 |
| - }, |
742 |
| - { |
743 |
| - "title": "Supervise agents via Coder UI", |
744 |
| - "description": "Interact with agents via the Coder UI", |
745 |
| - "path": "./tutorials/ai-agents/coder-dashboard.md", |
746 |
| - "state": ["early access"] |
747 |
| - }, |
748 |
| - { |
749 |
| - "title": "Supervise agents via the IDE", |
750 |
| - "description": "Interact with agents via VS Code or Cursor", |
751 |
| - "path": "./tutorials/ai-agents/ide-integration.md", |
752 |
| - "state": ["early access"] |
753 |
| - }, |
754 |
| - { |
755 |
| - "title": "Programmatically manage agents", |
756 |
| - "description": "Manage agents via MCP, the Coder CLI, and/or REST API", |
757 |
| - "path": "./tutorials/ai-agents/headless.md", |
758 |
| - "state": ["early access"] |
759 |
| - }, |
760 |
| - { |
761 |
| - "title": "Securing agents in Coder", |
762 |
| - "description": "Learn how to secure agents with boundaries", |
763 |
| - "path": "./tutorials/ai-agents/securing.md", |
764 |
| - "state": ["early access"] |
765 |
| - }, |
766 |
| - { |
767 |
| - "title": "Custom agents", |
768 |
| - "description": "Learn how to use custom agents with Coder", |
769 |
| - "path": "./tutorials/ai-agents/custom-agents.md", |
770 |
| - "state": ["early access"] |
771 |
| - } |
772 |
| - ] |
773 |
| - }, |
774 | 775 | {
|
775 | 776 | "title": "Write a Template from Scratch",
|
776 | 777 | "description": "Learn how to author Coder templates",
|
|
0 commit comments