Skip to content

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

Compare with latest

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

Compare with v0.19.0

v0.19.0 - 2025-01-07

Compare with v0.18.0

Features

  • Agent.to_structured (9b0bd7d by Philipp Temminghoff).

v0.18.0 - 2025-01-04

Compare with v0.17.0

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

Compare with v0.16.0

v0.16.0 - 2025-01-01

Compare with v0.15.1

v0.15.1 - 2024-12-31

Compare with v0.15.0

v0.15.0 - 2024-12-31

Compare with v0.14.2

Bug Fixes

  • emit correct streaming message (4f6712d by Philipp Temminghoff).
  • use pool for quickstart (f355954 by Philipp Temminghoff).

v0.14.2 - 2024-12-29

Compare with v0.14.1

v0.14.1 - 2024-12-29

Compare with v0.14.0

Bug Fixes

  • iterate events correctly (48d4fe4 by Philipp Temminghoff).
  • fix clone_agent (0dc1e65 by Philipp Temminghoff).

v0.14.0 - 2024-12-29

Compare with v0.13.1

v0.13.1 - 2024-12-29

Compare with v0.13.0

v0.13.0 - 2024-12-29

Compare with v0.12.4

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

Compare with v0.12.3

Features

  • read cmd (7d32ad7 by Philipp Temminghoff).

v0.12.3 - 2024-12-23

Compare with v0.12.2

Bug Fixes

  • stream for CLI (15c6059 by Philipp Temminghoff).

v0.12.2 - 2024-12-23

Compare with v0.12.1

Bug Fixes

  • web ui fix (ee7d6f2 by Philipp Temminghoff).

v0.12.1 - 2024-12-22

Compare with v0.12.0

v0.12.0 - 2024-12-22

Compare with v0.11.4

v0.11.4 - 2024-12-21

Compare with v0.11.3

v0.11.3 - 2024-12-20

Compare with v0.11.2

Bug Fixes

  • event loop fix for webui on windows (d228b45 by Philipp Temminghoff).

v0.11.2 - 2024-12-20

Compare with v0.11.1

v0.11.1 - 2024-12-19

Compare with v0.11.0

Bug Fixes

  • show status bar labels (5a9808c by Philipp Temminghoff).

v0.11.0 - 2024-12-19

Compare with v0.10.0

v0.10.0 - 2024-12-19

Compare with v0.9.1

v0.9.1 - 2024-12-18

Compare with v0.9.0

v0.9.0 - 2024-12-18

Compare with v0.8.0

Features

  • token cost calcuation (142b40d by Philipp Temminghoff).
  • show_command and meta commands (1455bf4 by Philipp Temminghoff).

v0.8.0 - 2024-12-17

Compare with v0.7.5

v0.7.5 - 2024-12-17

Compare with v0.7.4

v0.7.4 - 2024-12-16

Compare with v0.7.3

v0.7.3 - 2024-12-16

Compare with v0.7.2

Bug Fixes

  • CLI exit behaviour (1dee9e7 by Philipp Temminghoff).

v0.7.2 - 2024-12-16

Compare with v0.7.1

v0.7.1 - 2024-12-16

Compare with v0.7.0

Bug Fixes

  • adapt resource cmds to field name change (4076af0 by Philipp Temminghoff).

v0.7.0 - 2024-12-16

Compare with v0.6.0

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

Compare with v0.5.1

Bug Fixes

  • model override fix (581affa by Philipp Temminghoff).

v0.5.1 - 2024-12-14

Compare with v0.5.0

Features

  • dotenv support (19c78fe by Philipp Temminghoff).

v0.5.0 - 2024-12-14

Compare with v0.4.0

Features

  • add init CLI cmd (93ddf85 by Philipp Temminghoff).
  • reworked cmd system (11909ca by Philipp Temminghoff).

v0.4.0 - 2024-12-13

Compare with v0.3.2

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

Compare with v0.3.1

Features

  • tool callbacks (a78af6d by Philipp Temminghoff).

v0.3.1 - 2024-12-11

Compare with v0.3.0

Bug Fixes

  • asyncio import (2457fc9 by Philipp Temminghoff).

v0.3.0 - 2024-12-11

Compare with v0.2.2

Features

  • history cmd (7d6b3f5 by Philipp Temminghoff).
  • chat cmd (3b4f4e8 by Philipp Temminghoff).

Bug Fixes

  • use identifier as display name if none set (04bcdb5 by Philipp Temminghoff).

v0.2.2 - 2024-12-10

Compare with v0.2.1

v0.2.1 - 2024-12-10

Compare with v0.2.0

Bug Fixes

  • correct environment file path resolution (91205cc by Philipp Temminghoff).

v0.2.0 - 2024-12-10

Compare with v0.1.0

Features

  • launch command for CLI (5e6250c by Philipp Temminghoff).
  • UI (80ac5dc by Philipp Temminghoff).
  • CLI stuff (86ee944 by Philipp Temminghoff).

v0.1.0 - 2024-12-07

Compare with first commit