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
|
0.1.8
|
||||||
- New Tool Parser Base Class
|
- Tool Parser Base Class
|
||||||
- XML Tool Parser
|
- Tool Executor Base Class
|
||||||
- New Tool Executor Base Class
|
- Execute_tools_on_stream – execute tools while the response is streaming
|
||||||
- Execute_tools_on_stream
|
- Docstring docs
|
||||||
- Documentation
|
|
||||||
|
|
||||||
0.1.7
|
0.1.7
|
||||||
- Streaming Responses with Tool Calls
|
- Streaming Responses with Tool Calls
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "agentpress"
|
name = "agentpress"
|
||||||
version = "0.1.7"
|
version = "0.1.8"
|
||||||
description = "Building blocks for AI Agents"
|
description = "Building blocks for AI Agents"
|
||||||
authors = ["marko-kraemer <mail@markokraemer.com>"]
|
authors = ["marko-kraemer <mail@markokraemer.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in New Issue