Skip to content

Commit 7533145

Browse files
committed
add vanilla python to the framework overview
1 parent 36141a0 commit 7533145

File tree

2 files changed

+271
-0
lines changed

2 files changed

+271
-0
lines changed

app/en/guides/agent-frameworks/page.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ These guides are for developers building AI applications who need to connect Arc
1212
<Tabs items={["Python", "JavaScript"]} storageKey="preferredLanguage">
1313
<Tabs.Tab>
1414
<div className="mt-6 grid gap-3 sm:grid-cols-2 sm:gap-4 md:gap-5 lg:grid-cols-3">
15+
<PlatformCard
16+
name="Vanilla Python"
17+
icon="/images/icons/python.svg"
18+
link="/guides/agent-frameworks/setup-arcade-with-your-llm-python"
19+
type="Programming Language"
20+
/>
1521
<PlatformCard
1622
name="LangChain"
1723
icon="/images/icons/langchain.svg"

public/images/icons/python.svg

Lines changed: 265 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)