Skip to content

Releases: OpenCSGs/coagent

v0.1.0

18 Nov 03:09

Choose a tag to compare

Major changes:

  • Handle tool exceptions and report them as incomplete outputs (c0cea52)
  • Handle more exceptions properly before chatting with LLM (211de0a)
  • Upgrade mcputil (5efc25d)

v0.0.9

14 Nov 08:38

Choose a tag to compare

Major changes:

v0.0.8

28 Oct 13:56

Choose a tag to compare

Major changes:

v0.0.7

04 Aug 10:10

Choose a tag to compare

Major changes:

  • Support batch discovery of agents across multiple namespaces (463370a)
  • Rename DynamicTriage to Triage, and improve it to support both static configuration and dynamic discovery of agents (ad8993e)
  • Fix Sequential and Parallel (31b1d8a)
  • Improve Triage to support memory (ebeabc0)

v0.0.6

25 Jul 08:17

Choose a tag to compare

Major changes:

v0.0.5

13 May 05:06

Choose a tag to compare

v0.0.4

14 Mar 07:25

Choose a tag to compare

  • Support tool parameter descriptions using typing.Annotated[<type>, <description>] (0f71092, f9f56ee)
  • Support tool parameter descriptions using typing.Annotated[<type>, <Pydantic Field>] (0b4b737, 20dbb08, eb30919, 1182a8d)
  • Fix wrap_error() (be4970c)
  • Allow the model client to be dynamically switched (2a37fa2)
  • Rename api_base to base_url and change environment variable names (f04e72e)
  • Add an example of integrating smolagents (8696616, 360c4ae)
  • Fix Message.encode() to serialize using field aliases (d38ceba)
  • Add a timeout parameter to ChatAgent and DynamicTriage (5091195)

v0.0.3

22 Feb 09:21

Choose a tag to compare

v0.0.2

20 Feb 06:43

Choose a tag to compare

Initial release.