Close Menu
    Main Menu
    • Home
    • News
    • Tech
    • Robotics
    • ML & Research
    • AI
    • Digital Transformation
    • AI Ethics & Regulation
    • Thought Leadership in AI

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    MIWIC26: Dr Catherine Knibbs, Founder and CEO of Kids and Tech

    March 27, 2026

    Why Gmail’s AI-generated electronic mail replies really feel so creepy

    March 27, 2026

    The Lacking Mechanisms of the Agentic Financial system – O’Reilly

    March 27, 2026
    Facebook X (Twitter) Instagram
    UK Tech InsiderUK Tech Insider
    Facebook X (Twitter) Instagram
    UK Tech InsiderUK Tech Insider
    Home»Thought Leadership in AI»LlamaAgents Builder: From Immediate to Deployed AI Agent in Minutes
    Thought Leadership in AI

    LlamaAgents Builder: From Immediate to Deployed AI Agent in Minutes

    Yasmin BhattiBy Yasmin BhattiMarch 27, 2026No Comments6 Mins Read
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    LlamaAgents Builder: From Immediate to Deployed AI Agent in Minutes
    Share
    Facebook Twitter LinkedIn Pinterest Email Copy Link


    On this article, you’ll learn to construct, deploy, and take a look at a no-code document-processing AI agent with LlamaAgents Builder in LlamaCloud.

    Matters we’ll cowl embody:

    • Find out how to create a document-classification agent utilizing a pure language immediate.
    • Find out how to deploy the agent to a GitHub-backed utility with out writing code.
    • Find out how to take a look at the deployed agent on invoices and contracts within the LlamaCloud interface.

    Let’s not waste any extra time.

    LlamaAgents Builder: From Immediate to Deployed AI Agent in Minutes (click on to enlarge)
    Picture by Editor

    Introduction

    Creating an AI agent for duties like analyzing and processing paperwork autonomously used to require hours of near-endless configuration, code orchestration, and deployment battles. Till now.

    This text unveils the method of constructing, deploying, and utilizing an clever agent from scratch with out writing a single line of code, utilizing LlamaAgents Builder. Higher nonetheless, we’ll host it as an app in a software program repository that can be 100% owned by us.

    We’ll full the entire course of in a matter of minutes, so time is of the essence: let’s get began.

    Constructing with LlamaAgents Builder

    LlamaAgents Builder is without doubt one of the latest options within the LlamaCloud internet platform, whose flagship product was initially launched as LlamaParse. A barely complicated mixture of names, I do know! For now, simply take into account that we’ll entry the brokers builder by this hyperlink.

    The very first thing you must see is a house menu just like the one proven within the screenshot beneath. If this isn’t what you see, attempt clicking the “LlamaParse” icon within the top-left nook as a substitute, after which you must see this — at the very least on the time of writing.

    LlamaParse home menu

    LlamaParse dwelling menu

    Discover that, on this instance, we’re working underneath a newly created free-plan account, which permits as much as 10,000 pages of processing.

    See the “Brokers” block on the bottom-right aspect? That’s the place LlamaAgents Builder lives. Although it’s in beta on the time of writing, we will already construct helpful agent-based workflows, as we’ll see.

    As soon as we click on on it, a brand new display will open with a chat interface much like Gemini, ChatGPT, and others. You’re going to get a number of steered workflows for what you’d like your agent to do, however we’ll specify our personal by typing the next immediate into the enter field on the backside. Simply pure language, no code in any respect:

    Create an agent that classifies paperwork into “Contracts” and “Invoices”. For contracts, extract the signing events; for invoices, the full quantity and date.

    Specifying what the agent should do with a natural language prompt

    Specifying what the agent ought to do with a pure language immediate

    Merely ship the immediate, and the magic will begin. With a exceptional stage of transparency within the reasoning course of, you’ll see the steps accomplished and the progress made thus far:

    AgentBuilder creating our agent workflow

    AgentBuilder creating our agent workflow

    After a couple of minutes, the creation course of can be full. Not solely are you able to see the total workflow diagram, which has regularly grown all through the method, however you additionally obtain a succinct and clear description of the best way to use your newly created agent. Merely superb.

    Agent workflow built

    Agent workflow constructed

    The subsequent step is to deploy our agent in order that it may be used. Within the top-right nook, you may even see a “Push & Deploy” button. This initiates the method of publishing your agent workflow’s software program packages right into a GitHub repository, so ensure you have a registered account on GitHub first. You may simply register with an present Google or Microsoft account, for example. After getting the LlamaCloud platform related to your GitHub account, this can be very straightforward to push and deploy your agent: simply give it a reputation, specify whether or not you need it in a non-public repository, and that’s it:

    Pushing and deploying agent workflow into GitHub

    Pushing and deploying agent workflow into GitHub

    The method will take a couple of minutes, and you will notice a stream of command-line-like messages showing on the fly. As soon as it’s finalized and your agent standing seems as “Operating“, you will notice a couple of closing messages much like this:

    [app] 10:01:08.583 data Software startup full. (uvicorn.error)

    [app] 10:01:08.589 data Uvicorn operating on http://0.0.0.0:8080 (Press CTRL+C to stop) (uvicorn.error)

    [app] 10:01:09.007 data HTTP Request: POST https://api.cloud.llamaindex.ai/api/v1/beta/agent-data/:search?project_id= “HTTP/1.1 200 OK” (httpx)

    The “Uvicorn” messages point out that our agent has been deployed and is operating as a microservice API inside the LlamaCloud infrastructure. If you’re conversant in FastAPI endpoints, chances are you’ll need to attempt it programmatically by the API, however on this tutorial, we’ll hold issues less complicated (we promised zero coding, didn’t we?) and take a look at every part ourselves in LlamaCloud’s personal person interface.

    To do that, click on the “Go to” button that seems on the prime:

    Deployed agent up and running

    Deployed agent up and operating

    Now comes essentially the most thrilling half. It is best to have been taken to a playground web page referred to as “Assessment,” the place you’ll be able to attempt your agent out. Begin by importing a file, for instance, a PDF doc containing an bill or a contract. Should you don’t have one, simply create a fictitious instance doc of your individual utilizing Microsoft Phrase, Google Docs, or an analogous software, similar to this one:

    LlamaCloud Agent Testing UI

    LlamaCloud Agent Testing UI: processing an bill

    As quickly because the doc is loaded, the agent begins working by itself, and in a matter of seconds, it’ll classify your doc and extract the required knowledge fields, relying on the doc sort. You may see this consequence on the right-hand-side panel within the picture above: the full quantity and bill date have been appropriately extracted by the agent.

    How about importing an instance doc containing a contract now?

    LlamaCloud Agent Testing UI

    LlamaCloud Agent Testing UI: processing a contract

    As anticipated, the doc is now labeled as a contract, and on this event, the extracted info consists of the names of the signing events.

    Properly finished! As you retain operating examples, ensure you approve or reject them based mostly on whether or not they have been processed appropriately: this helps the agent study from suggestions.

    Agent testing cases and their status

    Agent testing circumstances and their standing

    Wrapping Up

    Now we have seen the best way to construct and deploy, step-by-step and with no strains of code, an AI agent able to classifying paperwork and processing them in numerous methods relying on the doc sort — all in a matter of minutes and inside LlamaCloud’s newly added characteristic, LlamaAgents Builder.

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Yasmin Bhatti
    • Website

    Related Posts

    MIT engineers design proteins by their movement, not simply their form | MIT Information

    March 27, 2026

    Seeing sounds | MIT Information

    March 27, 2026

    AI system learns to maintain warehouse robotic visitors operating easily | MIT Information

    March 26, 2026
    Top Posts

    Evaluating the Finest AI Video Mills for Social Media

    April 18, 2025

    Utilizing AI To Repair The Innovation Drawback: The Three Step Resolution

    April 18, 2025

    Midjourney V7: Quicker, smarter, extra reasonable

    April 18, 2025

    Meta resumes AI coaching utilizing EU person knowledge

    April 18, 2025
    Don't Miss

    MIWIC26: Dr Catherine Knibbs, Founder and CEO of Kids and Tech

    By Declan MurphyMarch 27, 2026

    Organised by Eskenzi PR in media partnership with the IT Safety Guru, the Most Inspiring Girls in Cyber…

    Why Gmail’s AI-generated electronic mail replies really feel so creepy

    March 27, 2026

    The Lacking Mechanisms of the Agentic Financial system – O’Reilly

    March 27, 2026

    LlamaAgents Builder: From Immediate to Deployed AI Agent in Minutes

    March 27, 2026
    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    UK Tech Insider
    Facebook X (Twitter) Instagram
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms Of Service
    • Our Authors
    © 2026 UK Tech Insider. All rights reserved by UK Tech Insider.

    Type above and press Enter to search. Press Esc to cancel.