86 lines
1.8 KiB
Plaintext
86 lines
1.8 KiB
Plaintext
---
|
|
title: Join the Letta Developer Community
|
|
layout: page
|
|
hide-feedback: true
|
|
no-image-zoom: true
|
|
slug: community-events
|
|
---
|
|
|
|
<style>
|
|
{`
|
|
img {
|
|
cursor: pointer !important;
|
|
}
|
|
.rm-Lightbox-trigger {
|
|
cursor: pointer !important;
|
|
}
|
|
[data-rmiz-wrap="visible"],
|
|
[data-rmiz-wrap="hidden"] {
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
main h1 {
|
|
padding-left: 2rem !important;
|
|
padding-right: 2rem !important;
|
|
}
|
|
|
|
main {
|
|
max-width: 1195px !important;
|
|
margin-left: auto !important;
|
|
margin-right: auto !important;
|
|
}
|
|
|
|
.text-blurb {
|
|
width: 60% !important;
|
|
}
|
|
|
|
#fern-sidebar {
|
|
display: none !important;
|
|
}
|
|
|
|
`}
|
|
</style>
|
|
|
|
<div className="max-w-7xl mx-auto px-8">
|
|
|
|
<CardGroup cols={2}>
|
|
<Card
|
|
title="Discord Community"
|
|
icon="fa-brands fa-discord"
|
|
href="https://discord.gg/letta"
|
|
>
|
|
Join our developer community on Discord
|
|
</Card>
|
|
<Card
|
|
title="Open Source on GitHub"
|
|
icon="fa-brands fa-github"
|
|
href="https://github.com/letta-ai/letta"
|
|
>
|
|
Browse and contribute to Letta's open source code
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## Developer Events
|
|
<div className="text-blurb">
|
|
Meet other developers and AI enthusiasts interested in building agents!
|
|
</div>
|
|
|
|
<CardGroup cols={2}>
|
|
<Card
|
|
title="Weekly Office Hours (Discord)"
|
|
icon="fa-sharp fa-light campfire"
|
|
href="https://discord.gg/A32hu5Hj?event=1333676180741689425"
|
|
>
|
|
Come and hang out with the Letta dev team to chat about the Letta roadmap and upcoming features!
|
|
</Card>
|
|
<Card
|
|
title="Meetup Series (In-Person)"
|
|
icon="fa-sharp fa-light fa-person-from-portal"
|
|
href="https://lu.ma/berkeley-llm-meetup"
|
|
>
|
|
Attend our Bay Area / SF meetups to meet other developers interested in AI research and open source!
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
</div>
|