Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions hindsight-docs/docs-integrations/agentcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ pip install hindsight-agentcore

## Quick Start

:::tip Recommended: Hindsight Cloud
[Sign up free](https://ui.hindsight.vectorize.io/signup) and grab an API key — no self-hosting required.
:::

```python
import os
from hindsight_agentcore import HindsightRuntimeAdapter, TurnContext, configure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ pip install hindsight-agentcore

## Step 2: Connect AgentCore Runtime to Hindsight

> ✨ **Recommended:** [Hindsight Cloud](https://ui.hindsight.vectorize.io/signup) — free tier, no self-hosting required.

```python
import os
from hindsight_agentcore import configure
Expand All @@ -54,6 +56,8 @@ configure(
)
```

If you'd rather self-host on AWS (ECS/EKS with RDS PostgreSQL + pgvector), set `hindsight_api_url` to your in-VPC Hindsight endpoint.

## Step 3: Wire memory into your runtime

```python
Expand Down
2 changes: 2 additions & 0 deletions hindsight-integrations/agentcore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ pip install hindsight-agentcore

## Quick Start

> ✨ **Recommended: [Hindsight Cloud](https://ui.hindsight.vectorize.io/signup)** — free tier, no self-hosting required. Sign up and grab an API key in under a minute.

```python
import os
from hindsight_agentcore import HindsightRuntimeAdapter, TurnContext, configure
Expand Down