Skip to content
Open
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
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,23 @@ uv pip install -e .
uv pip install openai==1.82.1 # Ensure correct OpenAI version
```

### Credential-light smoke test

Before downloading MedeaDB or configuring model-provider credentials, verify that
the package imports correctly in the active environment:

```bash
python - <<'PY'
import medea

print("Medea import OK")
print(medea.__file__)
PY
```

This check is intentionally limited to package import health. Full agent runs
still require `MEDEADB_PATH` and at least one configured LLM provider key.

### Download MedeaDB

Download required datasets from Hugging Face:
Expand Down