We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36141a0 commit 7533145Copy full SHA for 7533145
app/en/guides/agent-frameworks/page.mdx
@@ -12,6 +12,12 @@ These guides are for developers building AI applications who need to connect Arc
12
<Tabs items={["Python", "JavaScript"]} storageKey="preferredLanguage">
13
<Tabs.Tab>
14
<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
+ />
21
<PlatformCard
22
name="LangChain"
23
icon="/images/icons/langchain.svg"
public/images/icons/python.svg
0 commit comments