mirror of
https://github.com/run-llama/flow-maker.git
synced 2026-07-01 21:14:02 -04:00
Favicon
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user