forked from jackyzha0/quartz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0f04f4
commit 290ff96
Showing
2 changed files
with
50 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Today we're shipping a new site, docs, & lots of improvements. | ||
|
||
We talked to a ton of agent developers beginning to build with Honcho over the past two weeks. | ||
|
||
[We'd love to hear what you're building](https://discord.gg/plasticlabs). | ||
|
||
## Announcements | ||
|
||
- [Honcho website](https://honcho.dev) drop! | ||
|
||
- And we've [launched docs](https://docs.honcho.dev): | ||
- Learn how to get started with Honcho | ||
- Using our hosted version | ||
- Running it locally | ||
- Deploying your own instance with [Fly.io](https://fly.io/) (in <5 mins) | ||
- Learn how to use Honcho with | ||
- An interface like Discord | ||
- A LLM framework like [LangChain](https://www.langchain.com/) | ||
|
||
## Honcho v0.0.1 | ||
|
||
- A more stable version of the SDK | ||
|
||
- An object-oriented client to make DevEx easier | ||
|
||
- A public demo server | ||
- Use Honcho out of the box with no setup | ||
|
||
- App-level scoping | ||
- One dev can run multiple apps from the same instance | ||
|
||
- Added rate limiting to server | ||
- Protects from spam & improves reliability |