Skip to content
Draft
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
2 changes: 1 addition & 1 deletion packages/agent-framework-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For async HTTP support (recommended):
```bash
uv add supermemory-agent-framework[async]
# or
pip install supermemory-agent-framework[async]
pip install 'supermemory-agent-framework[async]'
```

## Quick Start
Expand Down
4 changes: 2 additions & 2 deletions packages/openai-sdk-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For async HTTP support (recommended):
```bash
uv add supermemory-openai-sdk[async]
# or
pip install supermemory-openai-sdk[async]
pip install 'supermemory-openai-sdk[async]'
```

## Quick Start
Expand Down Expand Up @@ -416,7 +416,7 @@ Optional for testing:

Install with async support:
```bash
pip install supermemory-openai-sdk[async]
pip install 'supermemory-openai-sdk[async]'
```

## Development
Expand Down
2 changes: 1 addition & 1 deletion skills/supermemory/references/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm install supermemory
```bash
pip install supermemory
# Or for async support with aiohttp
pip install supermemory[aiohttp]
pip install 'supermemory[aiohttp]'
```

📦 View on PyPI: [https://pypi.org/project/supermemory/](https://pypi.org/project/supermemory/)
Expand Down
2 changes: 1 addition & 1 deletion skills/supermemory/references/sdk-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pnpm add supermemory
```bash
pip install supermemory
# Or for async support with aiohttp
pip install supermemory[aiohttp]
pip install 'supermemory[aiohttp]'
```

📦 View on PyPI: [https://pypi.org/project/supermemory/](https://pypi.org/project/supermemory/)
Expand Down