Releases: OpenCSGs/coagent
Releases · OpenCSGs/coagent
v0.1.0
v0.0.9
v0.0.8
v0.0.7
v0.0.6
Major changes:
- Add support for converting Coagent agents to A2A agents (4b5f64c, 582e052, 26b0458, 44291c6, b2070ad)
- Add support for converting A2A agents to Coagent agents (5387683, 974687b, f6798c2)
- Improve
ChatAgentto support auto-connection to MCP servers (34a0413, fe613ae) - Improve
MCPServer(4219e73, 2a00e4f, ffc7f9a) - Rename
set_stderr_logger()toinit_logger()(e05900e) - Rename
ModelClienttoModel(ed9f4ab) - Add
Runtime.wait_for_shutdown()to replaceidle_loop()(0852863) - Refactor the reply handing of
BaseAgent(b060d91) - Add support for agent memory (ee557a2)
v0.0.5
v0.0.4
- 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_basetobase_urland 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
v0.0.2
Initial release.