v1 Explaining a given code file
The first version starts as a AI workflow using a tool to provide a file as context to the LLM (RAG).
v2 Performing complex code analysis
Then, we will add Agentic capabilities to our assistant to enable it more complex analysis.
v3 Autonomously reviewing a pull request
Finally, we will add more autonomy to our assistant, transforming it into a semi-autonomous AI Agent.
New Pushing our Code Assistant to production
Discover the best practices to deploy your AI Agents to production.