| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-27 | 350 Bytes | |
| v0.3.4 source code.tar.gz | 2026-08-27 | 2.5 MB | |
| v0.3.4 source code.zip | 2026-08-27 | 3.0 MB | |
| Totals: 3 Items | 5.5 MB | 0 | |
Fix: .env is now resolved from the caller's working directory upward. In pip installs, load_dotenv() previously anchored at site-packages, so the .env the quickstart tells you to create was silently ignored (kapso doctor failed on OPENAI_API_KEY right after following the README). Caught by running the full onboarding path from a fresh venv.