Skip to content

Commit 6fcb78e

Browse files
committed
AgentFS 0.4.0-pre.3
1 parent d7e8f05 commit 6fcb78e

11 files changed

Lines changed: 154 additions & 76 deletions

File tree

cli/Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agentfs"
3-
version = "0.4.0-pre.2"
3+
version = "0.4.0-pre.3"
44
edition = "2021"
55
repository = "https://github.com/tursodatabase/agentfs"
66

sandbox/Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sandbox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agentfs-sandbox"
3-
version = "0.4.0-pre.2"
3+
version = "0.4.0-pre.3"
44
edition = "2021"
55

66
[dependencies]

sdk/python/agentfs_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .kvstore import KvStore
99
from .toolcalls import ToolCall, ToolCalls, ToolCallStats
1010

11-
__version__ = "0.4.0-pre.2"
11+
__version__ = "0.4.0-pre.3"
1212

1313
__all__ = [
1414
"AgentFS",

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agentfs-sdk"
7-
version = "0.4.0-pre.2"
7+
version = "0.4.0-pre.3"
88
description = "AgentFS Python SDK - A filesystem and key-value store for AI agents"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)