honcho/docs/getting-started/introduction.mdx

38 lines
1.1 KiB
Plaintext

---
title: 🫡 Welcome to Honcho
sidebarTitle: 'Overview'
description: 'Honcho is an open source framework for building personalized AI experiences.'
icon: 'face-saluting'
---
<Snippet file="overview-shields.mdx" />
Honcho provides a simple API for managing multiple concurrent sessions across numerous users.
Now you can focus on improving your service instead of spending countless hours figuring out how to get it to scale. To learn more about the project, check out our [blog post](https://blog.plasticlabs.ai/blog/A-Simple-Honcho-Primer).
Get started below!
<CardGroup cols={3}>
<Card
title="Quickstart"
icon="bolt"
href="/quickstart"
>
Quickly set up a local environment to interface with the Honcho API
</Card>
<Card
title="Architecture"
icon="building"
href="/architecture"
>
Get an overview of the different primitives and structure of Honcho
</Card>
<Card
title="Integrate with Langchain"
icon="bird"
href="/guides/langchain"
>
Learn how to use LangChain and Honcho together to quickly scale your agents to many users
</Card>
</CardGroup>