make prefix v2 for v2 api reference (#148)
* make prefix v2 for v2 api reference * Fix Changelog Compatability --------- Co-authored-by: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com>
This commit is contained in:
parent
e0167a10fc
commit
2d9e48e681
|
|
@ -8,7 +8,7 @@ This guide helps you understand which versions of Honcho's API are compatible wi
|
|||
|
||||
## Version Compatibility
|
||||
|
||||
### Honcho API v2.0.1 (Current)
|
||||
### Honcho API v2.0.2 (Current)
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card title="TypeScript SDK" icon="js">
|
||||
|
|
@ -34,4 +34,4 @@ This guide helps you understand which versions of Honcho's API are compatible wi
|
|||
|
||||
| Honcho API Version | TypeScript SDK | Python SDK | Notes |
|
||||
|-------------------|---------------|------------|-------|
|
||||
| v2.0.1 (Current) | v1.1.0 | v1.1.0 | Full compatibility with new peer architecture |
|
||||
| v2.0.2 (Current) | v1.1.0 | v1.1.0 | Full compatibility with new peer architecture |
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ Welcome to the Honcho changelog! This section documents all notable changes to t
|
|||
|
||||
<Tab title="Python SDK">
|
||||
[Python SDK](https://pypi.org/project/honcho-ai/)
|
||||
<Update label="v1.0.2 (Current)">
|
||||
<Update label="v1.1.0 (Current)">
|
||||
### Fixed
|
||||
|
||||
- Properly handle AsyncClient
|
||||
|
|
@ -143,7 +143,7 @@ Welcome to the Honcho changelog! This section documents all notable changes to t
|
|||
|
||||
<Tab title="TypeScript SDK">
|
||||
[TypeScript SDK](https://www.npmjs.com/package/@honcho-ai/sdk)
|
||||
<Update label="v1.0.2 (Current)">
|
||||
<Update label="v1.1.0 (Current)">
|
||||
### Fixed
|
||||
|
||||
- Create default workspace on Honcho client instantiation
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
{
|
||||
"group": "Tutorial",
|
||||
"pages": [
|
||||
"v2/documentation/tutorial/overview",
|
||||
"v2/documentation/tutorial/platform",
|
||||
"v2/documentation/tutorial/guided-tutorial",
|
||||
"v2/documentation/tutorial/sdk"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/keys
|
||||
openapi: post /v2/keys
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces/{workspace_id}/sessions/{session_id}/messages/
|
||||
openapi: post /v2/workspaces/{workspace_id}/sessions/{session_id}/messages/
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: get /v1/workspaces/{workspace_id}/sessions/{session_id}/messages/{message_id}
|
||||
openapi: get /v2/workspaces/{workspace_id}/sessions/{session_id}/messages/{message_id}
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces/{workspace_id}/sessions/{session_id}/messages/list
|
||||
openapi: post /v2/workspaces/{workspace_id}/sessions/{session_id}/messages/list
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: put /v1/workspaces/{workspace_id}/sessions/{session_id}/messages/{message_id}
|
||||
openapi: put /v2/workspaces/{workspace_id}/sessions/{session_id}/messages/{message_id}
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces/{workspace_id}/peers/{peer_id}/chat
|
||||
openapi: post /v2/workspaces/{workspace_id}/peers/{peer_id}/chat
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces/{workspace_id}/peers/{peer_id}/messages
|
||||
openapi: post /v2/workspaces/{workspace_id}/peers/{peer_id}/messages
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces/{workspace_id}/peers/{peer_id}/messages/list
|
||||
openapi: post /v2/workspaces/{workspace_id}/peers/{peer_id}/messages/list
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces/{workspace_id}/peers
|
||||
openapi: post /v2/workspaces/{workspace_id}/peers
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces/{workspace_id}/peers/list
|
||||
openapi: post /v2/workspaces/{workspace_id}/peers/list
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces/{workspace_id}/peers/{peer_id}/sessions
|
||||
openapi: post /v2/workspaces/{workspace_id}/peers/{peer_id}/sessions
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces/{workspace_id}/peers/{peer_id}/representation
|
||||
openapi: post /v2/workspaces/{workspace_id}/peers/{peer_id}/representation
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces/{workspace_id}/peers/{peer_id}/search
|
||||
openapi: post /v2/workspaces/{workspace_id}/peers/{peer_id}/search
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: put /v1/workspaces/{workspace_id}/peers/{peer_id}
|
||||
openapi: put /v2/workspaces/{workspace_id}/peers/{peer_id}
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces/{workspace_id}/sessions/{session_id}/peers
|
||||
openapi: post /v2/workspaces/{workspace_id}/sessions/{session_id}/peers
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: get /v1/workspaces/{workspace_id}/sessions/{session_id}/clone
|
||||
openapi: get /v2/workspaces/{workspace_id}/sessions/{session_id}/clone
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: delete /v1/workspaces/{workspace_id}/sessions/{session_id}
|
||||
openapi: delete /v2/workspaces/{workspace_id}/sessions/{session_id}
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces/{workspace_id}/sessions
|
||||
openapi: post /v2/workspaces/{workspace_id}/sessions
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: get /v1/workspaces/{workspace_id}/sessions/{session_id}/peers/{peer_id}/config
|
||||
openapi: get /v2/workspaces/{workspace_id}/sessions/{session_id}/peers/{peer_id}/config
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: get /v1/workspaces/{workspace_id}/sessions/{session_id}/context
|
||||
openapi: get /v2/workspaces/{workspace_id}/sessions/{session_id}/context
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: get /v1/workspaces/{workspace_id}/sessions/{session_id}/peers
|
||||
openapi: get /v2/workspaces/{workspace_id}/sessions/{session_id}/peers
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces/{workspace_id}/sessions/list
|
||||
openapi: post /v2/workspaces/{workspace_id}/sessions/list
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: delete /v1/workspaces/{workspace_id}/sessions/{session_id}/peers
|
||||
openapi: delete /v2/workspaces/{workspace_id}/sessions/{session_id}/peers
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces/{workspace_id}/sessions/{session_id}/search
|
||||
openapi: post /v2/workspaces/{workspace_id}/sessions/{session_id}/search
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces/{workspace_id}/sessions/{session_id}/peers/{peer_id}/config
|
||||
openapi: post /v2/workspaces/{workspace_id}/sessions/{session_id}/peers/{peer_id}/config
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: put /v1/workspaces/{workspace_id}/sessions/{session_id}/peers
|
||||
openapi: put /v2/workspaces/{workspace_id}/sessions/{session_id}/peers
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: put /v1/workspaces/{workspace_id}/sessions/{session_id}
|
||||
openapi: put /v2/workspaces/{workspace_id}/sessions/{session_id}
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces/list
|
||||
openapi: post /v2/workspaces/list
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces
|
||||
openapi: post /v2/workspaces
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: post /v1/workspaces/{workspace_id}/search
|
||||
openapi: post /v2/workspaces/{workspace_id}/search
|
||||
---
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
openapi: put /v1/workspaces/{workspace_id}
|
||||
openapi: put /v2/workspaces/{workspace_id}
|
||||
---
|
||||
|
|
@ -4,9 +4,6 @@ icon: "rocket"
|
|||
description: "Honcho is the personal identity platform for AI - enabling truly personalized, contextually aware agents and applications."
|
||||
---
|
||||
|
||||
|
||||
<Tip>📢 **Announcing Honcho Platform**: We've raised $5.35M pre-seed from Variant, White Star Capital & Betaworks to build the personal identity layer for AI. Access the hosted platform today!</Tip>
|
||||
|
||||
<Card title="Sign up to start using Honcho!" icon="rocket" href="https://app.honcho.dev">
|
||||
Start using the platform to manage Honcho instances for your workspace or app.
|
||||
</Card>
|
||||
Loading…
Reference in New Issue