| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-30 | 642 Bytes | |
| v0.3.7 source code.tar.gz | 2026-08-30 | 2.5 MB | |
| v0.3.7 source code.zip | 2026-08-30 | 3.0 MB | |
| Totals: 3 Items | 5.5 MB | 0 | |
Two robustness fixes from the onboarding E2E:
- Update-crew timeout raised 240 → 360 minutes — the cap was calibrated on the default crew models; a model swap that reasons longer ran a single-trajectory lesson to within 9 minutes of it. Caps cost nothing when crews finish early. The README's Choosing models section now notes that swapped models change pacing.
- Clean teardown — the facade closes its knowledge-search clients (Weaviate, Neo4j, embeddings) at interpreter exit and whenever a backend is replaced, so scripts end without unclosed-socket ResourceWarnings;
Kapso.close()is also public for callers done early.