Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased¶
Features¶
- LiteLLM provider (2bd2476 by Philipp Temminghoff).
- Priority and delay for TaskManagerMixin (4b313e8 by Philipp Temminghoff).
- different connection types (a875664 by Philipp Temminghoff).
- temporary_tool context manager for ToolManager (74d13ff by Philipp Temminghoff).
- store history kwarg (f6458b9 by Philipp Temminghoff).
Bug Fixes¶
- register runtime tools in aenter (5753956 by Philipp Temminghoff).
- init SlashedAgent command store (fcd0217 by Philipp Temminghoff).
v0.20.0 - 2025-01-09¶
v0.19.0 - 2025-01-07¶
Features¶
- Agent.to_structured (9b0bd7d by Philipp Temminghoff).
v0.18.0 - 2025-01-04¶
Features¶
- HumanAgent (59af62b by Philipp Temminghoff).
- Conversation routing (5f34bde by Philipp Temminghoff).
- conversation[agent_name] (978bfe6 by Philipp Temminghoff).
- add ConversationManager.format_history (322eb6f by Philipp Temminghoff).
- Agent.talk_to (d4a969b by Philipp Temminghoff).
v0.17.0 - 2025-01-02¶
v0.16.0 - 2025-01-01¶
v0.15.1 - 2024-12-31¶
v0.15.0 - 2024-12-31¶
Bug Fixes¶
- emit correct streaming message (4f6712d by Philipp Temminghoff).
- use pool for quickstart (f355954 by Philipp Temminghoff).
v0.14.2 - 2024-12-29¶
v0.14.1 - 2024-12-29¶
Bug Fixes¶
- iterate events correctly (48d4fe4 by Philipp Temminghoff).
- fix clone_agent (0dc1e65 by Philipp Temminghoff).
v0.14.0 - 2024-12-29¶
v0.13.1 - 2024-12-29¶
v0.13.0 - 2024-12-29¶
Features¶
- auto-completion for command arguments (aa150e1 by Philipp Temminghoff).
- tokencount integration (e098df2 by Philipp Temminghoff).
- Agent workers (3b721d3 by Philipp Temminghoff).
- add ability to load conversations (87b6872 by Philipp Temminghoff).
- add add-resource cmd (0136f25 by Philipp Temminghoff).
- get_structured to functional interface (53ef1f6 by Philipp Temminghoff).
Bug Fixes¶
- session override not needed anymore for set-model (49aa059 by Philipp Temminghoff).
- correct sender name for add_context_message (ab11d75 by Philipp Temminghoff).
- set agent name in metadata (d3a6f8e by Philipp Temminghoff).
v0.12.4 - 2024-12-24¶
Features¶
- read cmd (7d32ad7 by Philipp Temminghoff).
v0.12.3 - 2024-12-23¶
Bug Fixes¶
- stream for CLI (15c6059 by Philipp Temminghoff).
v0.12.2 - 2024-12-23¶
Bug Fixes¶
- web ui fix (ee7d6f2 by Philipp Temminghoff).
v0.12.1 - 2024-12-22¶
v0.12.0 - 2024-12-22¶
v0.11.4 - 2024-12-21¶
v0.11.3 - 2024-12-20¶
Bug Fixes¶
- event loop fix for webui on windows (d228b45 by Philipp Temminghoff).
v0.11.2 - 2024-12-20¶
v0.11.1 - 2024-12-19¶
Bug Fixes¶
- show status bar labels (5a9808c by Philipp Temminghoff).
v0.11.0 - 2024-12-19¶
v0.10.0 - 2024-12-19¶
v0.9.1 - 2024-12-18¶
v0.9.0 - 2024-12-18¶
Features¶
- token cost calcuation (142b40d by Philipp Temminghoff).
- show_command and meta commands (1455bf4 by Philipp Temminghoff).
v0.8.0 - 2024-12-17¶
v0.7.5 - 2024-12-17¶
v0.7.4 - 2024-12-16¶
v0.7.3 - 2024-12-16¶
Bug Fixes¶
- CLI exit behaviour (1dee9e7 by Philipp Temminghoff).
v0.7.2 - 2024-12-16¶
v0.7.1 - 2024-12-16¶
Bug Fixes¶
- adapt resource cmds to field name change (4076af0 by Philipp Temminghoff).
v0.7.0 - 2024-12-16¶
Features¶
- write-tool cmd (b9168b1 by Philipp Temminghoff).
Bug Fixes¶
- dont pass model settings to Agent ctor (718465b by Philipp Temminghoff).
- improve completions (df997cd by Philipp Temminghoff).
v0.6.0 - 2024-12-15¶
Bug Fixes¶
- model override fix (581affa by Philipp Temminghoff).
v0.5.1 - 2024-12-14¶
Features¶
- dotenv support (19c78fe by Philipp Temminghoff).
v0.5.0 - 2024-12-14¶
Features¶
- add init CLI cmd (93ddf85 by Philipp Temminghoff).
- reworked cmd system (11909ca by Philipp Temminghoff).
v0.4.0 - 2024-12-13¶
Features¶
- CLI chat session status bar (dce3458 by Philipp Temminghoff).
- prompt-toolkit for chat (41b47de by Philipp Temminghoff).
Bug Fixes¶
- token counting for streaming messages + error handling (2101658 by Philipp Temminghoff).
- model name fallback (d9d6ca4 by Philipp Temminghoff).
v0.3.2 - 2024-12-12¶
Features¶
- tool callbacks (a78af6d by Philipp Temminghoff).
v0.3.1 - 2024-12-11¶
Bug Fixes¶
- asyncio import (2457fc9 by Philipp Temminghoff).
v0.3.0 - 2024-12-11¶
Features¶
Bug Fixes¶
- use identifier as display name if none set (04bcdb5 by Philipp Temminghoff).
v0.2.2 - 2024-12-10¶
v0.2.1 - 2024-12-10¶
Bug Fixes¶
- correct environment file path resolution (91205cc by Philipp Temminghoff).
v0.2.0 - 2024-12-10¶
Features¶
- launch command for CLI (5e6250c by Philipp Temminghoff).
- UI (80ac5dc by Philipp Temminghoff).
- CLI stuff (86ee944 by Philipp Temminghoff).