Agentic Mode
Agentic Mode is a flow of Qodo Gen Chat that dynamically uses tools to analyze requests and provide smarter, more adaptive responses.
Last updated
Was this helpful?
Agentic Mode is a flow of Qodo Gen Chat that dynamically uses tools to analyze requests and provide smarter, more adaptive responses.
Last updated
Was this helpful?
Qodo Gen supports two modes: Standard mode and Agentic mode.
Standard mode offers a manual Qodo Gen experience, letting you choose exactly what the AI models focus on and what context they have.
Agentic Mode enables Qodo Gen to have context on your entire project and to use services and behind the scenes. This enables Qodo Gen to understand your code better and help you perform various actions.
Agentic Mode operates differently from the traditional command-response structure.
Instead of simply executing predefined commands, the agent evaluates your request, considers the tools at its disposal, and determines which tools (or combination of tools) will best assist you.
This process allows for a more adaptive and iterative approach to problem-solving.
Behind the scenes, Agentic Mode uses the MCP protocol to integrate external tools. These tools help Qodo Gen learn more about your project files, search the web, and connect with various integrations. The tools themselves are the "how," not the "what" – meaning they provide the means for the agent to assist, rather than defining the agent's function.
Standard Mode (Command-Response): You issue a command, and Qodo Gen executes it as instructed.
Agentic Mode (Command-Think): Qodo Gen first analyzes the request, determines which tools to use, applies them iteratively if needed, and provides the most helpful response based on the gathered context.
On the bottom right of Qodo Gen, find the buttons that say Standard and Agentic.
Choose Agentic. The look of Qodo Gen will change to indicate you're now using Qodo Gen in Agentic Mode.
Use Qodo Gen in Agentic Mode much like you would in Standard Mode, but expect a more fluid and adaptable experience. The agent will show you which tools are being used behind the scenes and leverage deeper context to provide better responses.
"Summarize all local changes and suggest improvements before I commit."
"Generate a commit message based on my changes and follow conventional commit guidelines."
"Check if my branch follows the latest main branch and suggest any necessary rebases."
"List all Jira tickets assigned to me that are in progress and not yet linked to a branch."
"Create a new Jira ticket for my current changes and include a summary of the modifications."
"Find all Jira tickets assigned to me that are marked as ‘In Progress’ but have no recent Git commits linked. Suggest actions based on their status."
"Find and open the most recently modified file in this repository."
"List the last 10 directories I navigated to and let me jump to one."
"Show a preview of the last 5 shell commands I ran and let me re-run one."
You can define such tools yourself to make your Qodo Gen experience smoother and more personal. .
You can reference a specific function or method and ask questions about it using @
. .