This commit is contained in:
Laurie Voss
2025-07-20 14:34:07 -07:00
parent c49b12b048
commit 0ab43668b5
3 changed files with 7 additions and 0 deletions
+4
View File
@@ -12,6 +12,10 @@ It's open sourced under the MIT license, so you can run it locally and modify it
- **LLM Integration**: Supports multiple LLM providers like OpenAI, Anthropic, and Google.
- **Tool Support**: Easily integrate tools into your agent to interact with external services.
### Existing tools
Currently the only tool implemented is a LlamaCloud index search tool, which requires a LlamaCloud API key.
## 🚀 Getting Started
Follow these steps to get the project running locally.
+3
View File
@@ -10,6 +10,9 @@ const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Llama Agent Creator",
description: "A visual agent builder for LlamaIndex",
icons: {
icon: "/favicon.ico",
},
};
export default function RootLayout({
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 12 KiB