mirror of https://github.com/kortix-ai/suna.git
bump version 0.1.8
This commit is contained in:
parent
25e1afaa99
commit
d33ada5ade
|
@ -1,10 +1,9 @@
|
|||
|
||||
0.1.8
|
||||
- New Tool Parser Base Class
|
||||
- XML Tool Parser
|
||||
- New Tool Executor Base Class
|
||||
- Execute_tools_on_stream
|
||||
- Documentation
|
||||
- Tool Parser Base Class
|
||||
- Tool Executor Base Class
|
||||
- Execute_tools_on_stream – execute tools while the response is streaming
|
||||
- Docstring docs
|
||||
|
||||
0.1.7
|
||||
- Streaming Responses with Tool Calls
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "agentpress"
|
||||
version = "0.1.7"
|
||||
version = "0.1.8"
|
||||
description = "Building blocks for AI Agents"
|
||||
authors = ["marko-kraemer <mail@markokraemer.com>"]
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Reference in New Issue