Skip to content

Commit 1d13858

Browse files
committed
Fix README commands
1 parent eb46380 commit 1d13858

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,13 @@ uv install --all-extras
7474
# Start Redis
7575
docker-compose up redis
7676

77+
<<<<<<< Updated upstream
7778
# Start the server (development mode)
7879
uv run agent-memory api --no-worker
80+
=======
81+
# Start the server (development mode, asyncio task backend)
82+
uv run agent-memory api --task-backend=asyncio
83+
>>>>>>> Stashed changes
7984
```
8085

8186
### 2. Python SDK

0 commit comments

Comments
 (0)