We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb46380 commit 1d13858Copy full SHA for 1d13858
README.md
@@ -74,8 +74,13 @@ uv install --all-extras
74
# Start Redis
75
docker-compose up redis
76
77
+<<<<<<< Updated upstream
78
# Start the server (development mode)
79
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
84
```
85
86
### 2. Python SDK
0 commit comments