Advertisement ยท 728 ร— 90

Posts by Tuana

Agent Skill Add LiteParse as a skill for coding agents like Claude Code, Cursor, and others.

Read the docs here: developers.llamaindex.ai/liteparse/g...

3 weeks ago 0 0 0 0
Video

`npx skills add run-llama/llamaparse-agent-skills --skill liteparse`

3 weeks ago 0 0 1 0
LiteParse: Local Document Parsing for AI Agents
LiteParse: Local Document Parsing for AI Agents LiteParse is a new open-source parsing CLI tool from LlamaIndex. It open-sources our core parsing tech from LlamaParse to give users a fast and local experie...

๐Ÿ“– Announcement post: www.llamaindex.ai/blog/litepa...
๐Ÿ”— GitHub: github.com/run-llama/l...
๐ŸŽฌ Walkthrough: youtu.be/_gcqMGUWN-E

3 weeks ago 0 0 0 0

When you hit more complex territory like scanned docs, dense tables, or multi-column layouts, that's where LlamaParse picks up. Same philosophy, more horsepower for the hard stuff.

3 weeks ago 0 0 1 0

The output is designed to be fed straight into agents so they can read parsed text and reason over screenshots without any extra wrangling.

3 weeks ago 0 0 1 0

It's built for developers who want parsing that stays on their own infrastructure and gets out of their way. Clean PDFs, DOCX, HTML: run it, get your text, move on.

3 weeks ago 0 0 1 0
Post image

We just open-sourced LiteParse ๐ŸŽ‰

A lightweight, local document parser in the shape of an easy-to-use CLI. No API calls, no external service, no cloud dependency. Just fast text extraction from common file formats, right from your terminal.

3 weeks ago 0 0 1 0

Thanks! Fixed ๐Ÿซถ

1 month ago 0 0 0 0
Vibe-Code a Document Agent with LlamaAgents
Vibe-Code a Document Agent with LlamaAgents In this video, Senior DevRel Enginner Tuana Celik walks through how to use LlamaAgent Builder to create an end-to-end agent workflow. The example here is an ...

Give it a try and let me know what you build. We're running a contest for the most difficult document workflow you can throw at it. Full video here:
youtu.be/0Zhf5z2Onjs...

1 month ago 0 0 0 0
Advertisement

the whole point is you're describing the problem, not building the pipeline. the agent builder decides the architecture BUT with the caveat that coding agents aren't perfect and the code is yours to edit and perfect!

1 month ago 0 0 1 0

The agent builder figured out it needed Split and Extract, configured both, built the workflow, and deployed it: API + UI, code in my GitHub

1 month ago 0 0 1 0

I revisited my old demo: I took a resume book from NYU (resumes mixed with cover pages and curriculum pages) and just told the agent builder: split this into individual resumes, ignore the rest, extract graduation year, work experience, etc.

1 month ago 0 0 1 0
Video

I filmed a walkthrough of LlamaAgent Builder, our new tool for building document agents by just describing what you want @llama_index

1 month ago 1 0 1 0
Agent Builder

Announcement: www.llamaindex.ai/blog/llamaa...
Documentation: developers.llamaindex.ai/python/llam...

2 months ago 0 0 0 0

Note: our first release is a beta release, tuned and optimized for agents that do complex document extractions. We'll be adding more use cases as we test and confirm quality.

If you try it out, please let us know! Drop us feedback in the UI or DM me ๐Ÿ’›

2 months ago 1 0 1 0

But: ultimately the workflow is code, which the builder will create a repository for wherever you want, and deploy to LlamaCloud after. You get the ease of no-code to begin with, but full flexibility to customize (or fully change) the code if you want.

2 months ago 0 0 1 0
Advertisement

๐Ÿง  The Builder will generate the agent workflow code, ask you clarifying questions etc
๐ŸŽจ While this is happening, you'll see a visualisation of the resulting workflow

2 months ago 0 0 1 0
Video

We have a new tool to help you build and deploy document agents in LlamaCloud. The LlamaAgents Builder is kiiinda no-code, but not:

๐Ÿฆ‹ We have a new chat interface: just describe the document processing task you want in natural language

2 months ago 0 0 1 0
Preview
Announcing New LlamaCloud SDKs and Parse API v2 LlamaIndex is a simple, flexible framework for building knowledge assistants using LLMs connected to your enterprise data.

Wrote about it here with Logan and Preston. www.llamaindex.ai/blog/announ...

2 months ago 0 0 0 0

ยท processing_options for fine-grained control when you need it.
Plus new llama-cloud SDKs (Python + TypeScript) with way better developer experience.
If you're on v1, you're fine, we're maintaining support. But for new projects, v2 and new SDKs is the way.

2 months ago 0 0 1 0

We rebuilt LlamaParse's API from the ground up, and also released new SDKs for LlamaCloud in its entirety.

API v2 for LlamaParse simplfies parsing config into structured objects
ยท input_options for file-specific settings.
ยท output_options for controlling what you get back.

2 months ago 1 0 1 0
Using LlamaSheets with Coding Agents Step-by-step guide to analyzing spreadsheet data extracted by LlamaSheets using Coding Agents

Latest example in our docs at @llama_index: LlamaSheets (one of our latest products within LlamaCloud) has an example listed on how you can use LlamaSheets alongside coding agents: developers.llamaindex.ai/python/clou...

3 months ago 0 0 0 0

For that to work, both the developer and the agent needs to understand the context that they're working in.

3 months ago 0 0 1 0
Advertisement

that makes the most sense.

Something that bothers me: In an ideal world, the purpose isn't to replace the developer, but to get to a place where we have coding agents that can sit alongside us in the development process.

3 months ago 0 0 1 0

A completely new way of thinking about documentation, oss projects, developer tools we provide has actually been figuring out how to structure them so that without compromising the main audience (the developer) - we can make sure coding agents also get the most relevant context, formatted in the way

3 months ago 0 0 1 0

I went offline for a couple of days to be with family and it seems like all we talked about on this platform has been coding agents.

3 months ago 1 0 1 0

And of course, bring along any questions too!

4 months ago 0 0 0 0

That's a lot, so this week, we want to take the time to hear from you! On Thursday, me, @LoganMarkewich and @itsclelia will be in our Discords voice channel for an hour dedicated to chatting about these two new tools. Drop by for our office hours, we'd love to hear from you.

4 months ago 0 0 1 0

LlamaSheets: Another addition to LlamaCloud that parses, extracts information and deep context (also hidden in metadata) from tables and spreadsheets, as well as identifying sub-groups from complex sheets

4 months ago 1 0 1 0
Post image

The team at LlamaIndex have been cooking! ๐Ÿง‘โ€๐Ÿณ ๐Ÿณ
Over the last few weeks, we released:

LlamaAgents: This is agent workflows that come with complete, deployable templates (more coming on this this week!)

4 months ago 2 0 1 0