@qodo/command) or Qodo Gen CLI. Those were code-generation agents you drove directly; the Agentic Toolbox is a set of tools your agent calls on its own. If you have an existing Qodo Command installation, installing the Agentic Toolbox replaces it automatically. There’s no separate uninstall step.
Qodo technologies powering the Agentic Toolbox
- Code review: Powers review for local and pull request changes.
- Codebase knowledge: Provides understanding of code, dependencies, relationships, and history.
- Cross-repository relationship mapping: Connects related code and dependencies across repositories.
- Pull request history: Provides context from previous pull requests and changes.
- Rules: Provides the standards and rules used to guide implementation and review.
The Agentic Toolbox extends Qodo Code Review into your local development workflow. After you open a pull request, Qodo Code Review continues to provide automated review and collaboration directly in your pull request workflow.
Supported interfaces
The Agentic Toolbox is available through the following interfaces.Agentic Toolbox tools
The Agentic Toolbox provides tools for different stages of your agentic workflow. Your coding agent accesses these tools through agent skills.Install the Agentic Toolbox
How Agentic Toolbox skills stay up to date
Agentic Toolbox skills are updated automatically when your coding agent uses them. When an agent runs a Toolbox skill, the skill is checked for the latest version and updated if a newer version is available.- Skills stay current: Skills such as Reviewer, Codebase Wisdom, Get Rules, and Review Resolver are checked for updates when they run.
- Updates happen automatically: New versions are applied without manual intervention.
- New skills can be added automatically: Newly released, recommended skills can be added to your coding agents automatically.
Next steps
Start using the Agentic Toolbox with these tools and workflows:- Suggested workflows: See example workflows for building features, debugging issues, and combining Agentic Toolbox capabilities into a repeatable development process.
- Codebase Wisdom: Gives your agent context about your codebase, including dependencies, cross-repository relationships, and recent changes.
- Get Rules: Retrieves the coding rules and standards that apply to the current task.
- Review: Reviews your local changes using the same Qodo Review capabilities used for pull request reviews.
- Review Resolver: Retrieves and resolves Qodo Review findings from your agent workflow.
- Manage Standards: Lets authorized users manage review standards and rule suggestions directly from their agent.