v1.8
Select IDE
Visual Studio CodeIntelliJVisual Studio
Home
Blog
Knowledge Base
Download
ℹ️ Introduction
πŸ“œ Release History πŸ”₯ What's New
πŸ’» User Guide
πŸ›  Installation
πŸ†” Log In
πŸ’» Features
Chat ConversationPredefined Actions
Code Context
Workspace Status
Autocomplete
Autodoc
Autofix
Inline Chat
Web Search
Feedback System
Planner Agent
πŸ’² Usage Quotas❗️ Instructions for Internal FPT Users
❔ FAQ
Visit xVista Homepage

Planner Agent

Planner Agent - an intelligent AI agent designed to help you plan and complete development tasks step by step. Simply provide a prompt, and it will automatically break down your goal into actionable steps using predefined tools, making task automation smarter and more efficient.

Step 1: Find the Planner Agent

Navigate to the top of the chat panel and click on the "Agent" tab and Planner Agent interface will be displayed as follow:

Step 2: Enter your prompt and send to Planner Agent

In the chat input, type the task you want the Planner Agent to perform.
For example: "Please create sorting function in python language"
Press Enter to send the prompt.

Step 3: View the Plan

Planner Agent helps you plan and complete development tasks step by step through your prompts.
It automatically breaks down your request into actionable steps, ensuring a clear path from idea to implementation.

Step 4: Execute the commands generated by the Agent

Click the "Run" button within the code block to execute the script.
Inside Working Space, you can:
  • Review proposed changes
  • Use Accept All to apply all suggestions
  • Use Reject All to discard them
This lets you control how changes are implemented before proceeding.
After running, you will see the output of the program.

Step 5: Create a new Task

When you have done or want to begin a new task, click the "New Task" button.
You can then enter a new prompt to create a fresh task plan with Planner Agent.
With Planner Agent, developers can focus on ideas and problem-solving, while the agent handles the planning and execution, making development faster, smarter, and more structured.
Previous
Feedback System
Next
Usage Quotas
Last Modified 1 month ago
Knowledge Base
On this page
Step 1: Find the Planner AgentStep 2: Enter your prompt and send to Planner AgentStep 3: View the PlanStep 4: Execute the commands generated by the AgentStep 5: Create a new Task