Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,11 @@ result = agent.run_message(msg)
### Documentation

- `docs/prompts/library.md` — framework overview, key classes, CLI reference, adding-new-domain guide.
- `docs/prompts/research.md`, `coding.md`, `data.md`, `legal.md`, `medical.md`, `creative.md`, `business.md`, `playground.md` — per-domain guides.
- `docs/prompts/research.md`, `coding.md`, `data.md`, `legal.md`, `creative.md`, `business.md`, `playground.md` — per-domain guides.

### Fixed

- **`examples/basic/calculator_agent.py`** — tear down the math agent in a `finally` block (`agent.close()` before `model.unload()`) so demo and interactive runs exit cleanly without the "Agent was garbage-collected without calling close()" warning; avoids leaving agent resources open when CUDA generation fails mid-run.

---

Expand Down
Loading