mirror of
https://github.com/run-llama/workflows-py.git
synced 2026-07-16 05:31:56 -04:00
706b5a9afa
Add .gitattributes with `* text=auto eol=lf` to enforce Unix-style line endings and renormalize 11 files that had CRLF endings.
24 lines
513 B
JavaScript
24 lines
513 B
JavaScript
export default {
|
|
section: "llama-index-workflows",
|
|
label: "LlamaAgents",
|
|
content: [
|
|
{ src: "./docs/src/content/docs/llamaagents", dest: "python/llamaagents" },
|
|
],
|
|
sidebar: [
|
|
{
|
|
label: "LlamaAgents",
|
|
content: {
|
|
type: "autogenerate",
|
|
directory: "python/llamaagents",
|
|
collapsed: true,
|
|
},
|
|
append: [
|
|
{
|
|
label: "Agent Workflows Reference \u{1F517}",
|
|
link: "/python/workflows-api-reference/",
|
|
},
|
|
],
|
|
},
|
|
],
|
|
};
|