Loading request...
User is building an agent to deploy code and aims for it to manage full CI/CD pipelines, similar to the 'Code Deployment' example discussed in the video. This highlights a desired advanced capability for agentic AI tools.
The breakdown of the 'Perceive, Reason, Act' loop was super clear here. I’m currently trying to build a simple agent using LangChain that writes code and then actually attempts to deploy it. Right now I have it hooking into the Tiiny Host API just to push simple HTML tests live without me touching it, but the goal is to get it managing full CI/CD pipelines like you mentioned with the 'Code Deployment' example. The shift from just 'chatting' to 'doing' is definitely where the industry is going.