Skip to content

Commit 71cc1e0

Browse files
committed
fix: correct GitHub org in README (amitpaz1 → agentkitai)
1 parent 1ccc109 commit 71cc1e0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
[![PyPI](https://img.shields.io/pypi/v/lore-sdk)](https://pypi.org/project/lore-sdk/)
44
[![npm](https://img.shields.io/npm/v/lore-sdk)](https://www.npmjs.com/package/lore-sdk)
5-
[![Docker](https://img.shields.io/docker/v/amitpaz/lore?label=docker)](https://hub.docker.com/r/amitpaz/lore)
5+
[![Docker](https://img.shields.io/docker/v/agentkitai/lore?label=docker)](https://hub.docker.com/r/agentkitai/lore)
66
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
7-
[![License: MIT](https://img.shields.io/github/license/amitpaz1/lore)](LICENSE)
7+
[![License: MIT](https://img.shields.io/github/license/agentkitai/lore)](LICENSE)
88
[![MCP Compatible](https://img.shields.io/badge/MCP-compatible-green.svg)](https://modelcontextprotocol.io)
9-
[![Tests](https://img.shields.io/github/actions/workflow/status/amitpaz1/lore/ci.yml?label=tests)](https://github.com/amitpaz1/lore/actions)
9+
[![Tests](https://img.shields.io/github/actions/workflow/status/agentkitai/lore/ci.yml?label=tests)](https://github.com/agentkitai/lore/actions)
1010

1111
**Your AI agents remember everything. Automatically.**
1212

@@ -81,7 +81,7 @@ Track hit rate, score distribution, memory utilization, and latency. Know whethe
8181
### Docker Compose (recommended)
8282

8383
```bash
84-
git clone https://github.com/amitpaz1/lore.git
84+
git clone https://github.com/agentkitai/lore.git
8585
cd lore
8686
docker compose up -d
8787
```
@@ -374,7 +374,7 @@ DELETE /v1/keys/{id} # Revoke API key
374374
## Contributing
375375

376376
```bash
377-
git clone https://github.com/amitpaz1/lore.git
377+
git clone https://github.com/agentkitai/lore.git
378378
cd lore
379379
pip install -e ".[dev,server,mcp,enrichment]"
380380
docker compose up -d db # Postgres + pgvector

0 commit comments

Comments
 (0)