bump version 0.1.8

This commit is contained in:
marko-kraemer 2024-11-11 23:58:12 +01:00
parent 25e1afaa99
commit d33ada5ade
2 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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"